Matrix polynomial

Efficiently evaluate a polynomial with square-matrix argument and scalar coefficients.

您现在正在关注此提交

This is a variation of MATLAB's polyvalm function, with a more efficient implementation. For a polynomial of order p, the number of matrix multiplies is approximately 2*(sqrt(p+1)-1).
[See also polyvalm2, File ID: #25780.]

引用格式

Kenneth Johnson (2026). Matrix polynomial (https://ww2.mathworks.cn/matlabcentral/fileexchange/45786-matrix-polynomial), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

Cited polyvalm2 in Description.

1.0.0.0