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
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
Cita come
Angelica Ochoa (2026). Cofactor Matrix Generator (https://it.mathworks.com/matlabcentral/fileexchange/34980-cofactor-matrix-generator), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: Co-factor Matrix Evaluation
Informazioni generali
- Versione 1.1.0.0 (1,47 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
