invSym

invert symbolic nxn matrix

Al momento, stai seguendo questo contributo

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 (2026). invSym (https://it.mathworks.com/matlabcentral/fileexchange/43134-invsym), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato: single phase inverter, BDFSDE

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.2.0.0

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

1.0.0.0