Cofactor Matrix Generator
Version 1.1.0.0 (1,47 ko) par
Angelica Ochoa
Generates a matrix of cofactor values for an M-by-N matrix.
COF=COF(A) generates matrix of cofactor values for an M-by-N matrix
A : an M-by-N matrix
Example: Find the cofactor matrix for A.
A = 1 3 1
1 1 2
2 3 4
>>cof=cof(A)
cof =
-2 0 1
-9 2 3
5 -1 -2
Citation pour cette source
Angelica Ochoa (2026). Cofactor Matrix Generator (https://fr.mathworks.com/matlabcentral/fileexchange/34980-cofactor-matrix-generator), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : Co-factor Matrix Evaluation
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | Fixed a sign that generated wrong cofactor for some values. |
||
| 1.0.0.0 |
