FactorTermsList
FactorTermsList(poly)
pulls out any overall numerical factor in
poly
and returns the result in a list.
Examples
>> FactorTermsList(3+3/4*x^3+12/17*x^2){3/68,68+16*x^2+17*x^3}
Implementation status
- ✅ - full supported
FactorTermsList(poly)
pulls out any overall numerical factor in
poly
and returns the result in a list.
>> FactorTermsList(3+3/4*x^3+12/17*x^2){3/68,68+16*x^2+17*x^3}