factor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡MTM:

> 

M≔Matrix⁡2,3,fill=a⁢x+y⁢a:

> 

factor⁡M

a⁢x+ya⁢x+ya⁢x+ya⁢x+ya⁢x+ya⁢x+y

(1)

See Also

factor

MTM[collect]

MTM[expand]

MTM[simple]

MTM[simplify]