Evaluate a polynomial in the matrix sense.
polyvalm (c, x)
will evaluate the polynomial in the
matrix sense, i.e., matrix multiplication is used instead of element by
element multiplication as used in polyval
.
The argument x must be a square matrix.
See also: polyval, roots, poly.
Package: octave