horner - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

MTM

  

horner

  

horner form

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

horner(M)

Parameters

M

-

array

Description

• 

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]).

Examples

(1)

See Also

convert/horner

MTM[expand]

MTM[factor]

numapprox[hornerform]

 


Download Help Document