type/partition - check for an integer partition
|
Calling Sequence
|
|
type( expr, 'partition' )
|
|
Parameters
|
|
expr
|
-
|
anything; any Maple expression
|
|
|
|
|
Description
|
|
•
|
The call type( expr, 'partition' ) returns true if expr is a partition of a positive integer, and returns false otherwise.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?