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!
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!
On
you might be referring to:
Submatrix
the minor - wikipedia - Minor
a matrix shape resulting from a Gaussian elimination Reduced row echelon form
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.