MTM
horner
horner form
Calling Sequence
Parameters
Description
Examples
horner(M)
M
-
array
The horner function writes the polynomial M in horner or nested form.
The horner(M) calling sequence converts all elements of M to horner form. The result, R, is formed as R[i,j] = horner(M[i,j]).
with⁡MTM:
M≔Matrix⁡2,3,fill=x3−6⁢x2+11⁢x−6:
horner⁡M
−6+11+−6+x⁢x⁢x−6+11+−6+x⁢x⁢x−6+11+−6+x⁢x⁢x−6+11+−6+x⁢x⁢x−6+11+−6+x⁢x⁢x−6+11+−6+x⁢x⁢x
See Also
convert/horner
MTM[expand]
MTM[factor]
numapprox[hornerform]
Download Help Document