Name of a matrix with one column and row removed

842 Views Asked by At

I am looking for the exact name of a matrix where the i-th column and rows have been removed.

I cannot remember how it is named in linear algebra, does anyone got an idea?

Thanks!

5

There are 5 best solutions below

0
On BEST ANSWER

This is called the cofactor matrix of $a_{j,j}$. "Cofactor" refers to the result after deletion, and itself is used to refer to the determinant. Cofactor matrix is a derived name from that.

0
On

If you are talking about the determinant, the term is minor.

https://en.wikipedia.org/wiki/Minor_(linear_algebra)

0
On

A matrix with certain rows and columns removed is called submatrix

https://nptel.ac.in/courses/122104018/node10.html

1
On

You might be looking for submatrix (or possibly principal submatrix)? Or you might be thinking of the minor, which is the determinant of the thing you are describing, although it doesn't assume that the same-indexed row and column were removed.

0
On

you might be referring to:

  1. Submatrix

  2. the minor - wikipedia - Minor

  3. a matrix shape resulting from a Gaussian elimination Reduced row echelon form