type/SDMPolynom - check for a Sparse Distributed Multivariate Polynomial (SDMP)
|
Calling Sequence
|
|
type(a, SDMPolynom)
|
|
Description
|
|
•
|
The type(a, SDMPolynom) calling sequence checks that a is a Sparse Distributed Multivariate Polynomial (SDMP).
|
•
|
SDMP is a dedicated data structure to represent polynomials. SDMP provides more efficient basic polynomial arithmetic than the generic sum.
|
•
|
The parameter a is a polynomial in all of its indeterminates.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?