polyvalm
Matrix polynomial evaluation.
Syntax
Y = polyvalm(p, X)
Input argument
p - vector: polynomial coefficients
X - square matrix: input matrix
Output argument
Y - row vector: Output polynomial coefficients
Description
polyvalm evaluates matrix polynomial.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated