SDMPolynom - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/SDMPolynom

check for an SDMPolynom data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(a, SDMPolynom)

Parameters

a

-

expression

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

See Also

indets

SDMPolynom(deprecated)

type

type/algebraic

type/polynom

 


Download Help Document