<< polyval | Polynomials | roots >> |
Y = polyvalm(p, X) |
vector: polynomial coefficients
square matrix: input matrix
row vector: Output polynomial coefficients
polyvalm evaluates matrix polynomial.
R = polyvalm ([1, 2, 3, 4], [3, -4, 1; -2, 0, 2; -1, 4, -3])
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET