Symbolic Math Toolbox | ![]() ![]() |
Horner polynomial representation
Syntax
Description
Suppose P
is a matrix of symbolic polynomials. horner(P)
transforms each element of P
into its Horner, or nested, representation.
Examples
horner(x^3-6
*x^2+11
*x-6)
returns
horner([x^2+x;y^3-2*y])
returns
See Also
expand
, factor
, simple
, simplify
, syms
![]() | funtool | hypergeom | ![]() |