factor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


MTM

  

factor

  

factor a multivariate polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

factor(M)

Parameters

M

-

array

Description

• 

The factor function computes the factorization of a multivariate polynomial with integer, rational, (complex) numeric, or algebraic number coefficients.

• 

The factor(M) command computes the element-wise factorization of M.  The result, R, is formed as R[i,j] = factor(M[i,j]).

Examples

withMTM:

MMatrix2,3,fill=ax+ya:

factorM

ax+yax+yax+yax+yax+yax+y

(1)

See Also

factor

MTM[collect]

MTM[expand]

MTM[simple]

MTM[simplify]