invSym

Versione 1.2.0.0 (1,28 KB) da Stephen
invert symbolic nxn matrix
213 download
Aggiornato 26 ago 2013

Visualizza la licenza

efficient inversion of symbolic matrices. specifically useful for n=7+.

Example:
n=7;
M=sym('m',[n n]);
Mi=invSym(M);

compare the computational efficiency of this routine with "inv()" or "\" and "/".

Cita come

Stephen (2024). invSym (https://www.mathworks.com/matlabcentral/fileexchange/43134-invsym), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2012a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: single phase inverter, BDFSDE

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

more computationally efficient using alternative inversion strategy. works for any n.

1.0.0.0