MTM
factor
factor a multivariate polynomial
Calling Sequence
Parameters
Description
Examples
factor(M)
M
-
array
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]).
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
See Also
MTM[collect]
MTM[expand]
MTM[simple]
MTM[simplify]
Download Help Document