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 LinuxCategorías
Más información sobre Symbolic Math Toolbox en Help Center y MATLAB Answers.
Etiquetas
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!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.