Effacer les filtres
Effacer les filtres

how to find a complement minor in a matrix

1 vue (au cours des 30 derniers jours)
tassadit chekari
tassadit chekari le 13 Déc 2015
Modifié(e) : Matt J le 13 Déc 2015
how to find a complement minor in a matrix

Réponse acceptée

Matt J
Matt J le 13 Déc 2015
Modifié(e) : Matt J le 13 Déc 2015
Just apply the det() command to the appropriate sub-matrix, e.g.,
A=rand(4);
compMinor = det( A([1,3,4],[1,2,4]) )
The setdiff() command might also be helpful in finding the appropriate sub-matrix indices.

Plus de réponses (0)

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by