type/SDMPolynom
check for an SDMPolynom data structure
Calling Sequence
Parameters
Description
Examples
type(a, SDMPolynom)
a
-
expression
The type(a, SDMPolynom) calling sequence checks that a is an SDMPolynom.
The parameter a is a polynomial in all of its indeterminates.
Note: The command SDMPolynom has been deprecated. A sparse distributed data structure is used by default for polynomials and is often more efficient than SDMPolynom. For information on creating and working with polynomials, see polynom.
type⁡SDMPolynom⁡x2+y−z,x,y,z,SDMPolynom
true
type⁡sin⁡x+y,SDMPolynom
false
type⁡SDMPolynom⁡sin⁡x+y,sin⁡x,y,SDMPolynom
type⁡SDMPolynom⁡f⁡1⁢x+212,x,SDMPolynom
See Also
indets
SDMPolynom(deprecated)
type
type/algebraic
type/polynom
Download Help Document