Matrix polynomial
Version 1.1.0.0 (9,81 KB) von
Kenneth Johnson
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.]
Zitieren als
Kenneth Johnson (2024). Matrix polynomial (https://www.mathworks.com/matlabcentral/fileexchange/45786-matrix-polynomial), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Mathematics > Elementary Math > Polynomials >
Mehr zu Polynomials finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: 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!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0.0 | Cited polyvalm2 in Description. |
||
1.0.0.0 |