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

Online Help

All Products    Maple    MapleSim


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

withMTM:

MMatrix2,3,fill=x36x2+11x6:

hornerM

6+11+6+xxx6+11+6+xxx6+11+6+xxx6+11+6+xxx6+11+6+xxx6+11+6+xxx

(1)

See Also

convert/horner

MTM[expand]

MTM[factor]

numapprox[hornerform]