Matrix polynomial

Efficiently evaluate a polynomial with square-matrix argument and scalar coefficients.
233 descargas
Actualizado 11 mar 2014

Ver licencia

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.]

Citar como

Kenneth Johnson (2024). Matrix polynomial (https://www.mathworks.com/matlabcentral/fileexchange/45786-matrix-polynomial), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polynomials en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Batch matrix exponential computation with CPU/GPU

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Cited polyvalm2 in Description.

1.0.0.0