invSym

Versión 1.2.0.0 (1,28 KB) por Stephen
invert symbolic nxn matrix
213 Descargas
Actualizado 26 ago 2013

Ver licencia

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 "/".

Citar como

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

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

Inspiración para: single phase inverter, BDFSDE

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

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

1.0.0.0