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]).
withMTM:
M≔Matrix2,3,fill=ax+ya:
factorM
ax+yax+yax+yax+yax+yax+y
See Also
MTM[collect]
MTM[expand]
MTM[simple]
MTM[simplify]
Download Help Document