Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
The inverse and determinant of a given square matrix can be computed by the following routine applying simultaneously matrix order expansion and condensation. After completing the iteration, the expansion process results in the inverse of the given matrix (invM), and the condensation process generate an array of pivot elements (p) which eventualy gives the determinant (detM) of the given matrix (M):
[invM,detM,p,s,rc] = inv_det_opt(M).
In summary: (1) if the given matrix is non-singular then its determinant is found to be equal to the product of pivot elements. (2) if the last pivot element is found shrinking sharply toward zero, then the given matrix is said to be singular.
Cita come
Feng Cheng Chang (2026). Matrix inverse and determinant (https://it.mathworks.com/matlabcentral/fileexchange/48600-matrix-inverse-and-determinant), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: inv_det_0(A), mtx_d(A,D,d)
Informazioni generali
- Versione 1.0.0.0 (1,37 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 | Update and re-write the m-code.
|
