If I have an nxn matrix, how do I compute it's j'th principal minor using matlab?

29 visualizaciones (últimos 30 días)
If I have an nxn matrix, how do I compute it's j'th principal minor using matlab?
the j'th principal minor is the jxj matrix in n consisting of the first j rows and columns

Respuestas (1)

Ameer Hamza
Ameer Hamza el 12 de Oct. de 2020
M; % nxn matrix
Mj = M(1:j,1:j)

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by