Matrix polynomial

版本 1.1.0.0 (9.8 KB) 作者: Kenneth Johnson
Efficiently evaluate a polynomial with square-matrix argument and scalar coefficients.
234.0 次下载
更新时间 2014/3/11

查看许可证

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 (2025). Matrix polynomial (https://www.mathworks.com/matlabcentral/fileexchange/45786-matrix-polynomial), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Cited polyvalm2 in Description.

1.0.0.0