20-06-2024 23:03
Status :
Tags : mathematics Matrix linear algebra
Minors
The minor of the elements a of a square matrix is the determinant obtained from by deleting row and column.
Example
1 min read
20-06-2024 23:03
Status :
Tags : mathematics Matrix linear algebra
The minor of the elements aij a of a square matrix A is the determinant obtained from ∣A∣ by deleting ith row and jth column.
Example A=a1 b1 c1a2 b2 c2a3 b3 c3
minor of a1 is the determinant of the matrix(b2b3c2c3)