Matrix Inverse:The inverse of a square matrix A, denoted as A^-1, is a matrix that, when multiplied by A, results in the identity matrix. The existence of the matrix inverse is closely related to the determinant of A.
Rank of a Matrix:The rank of a matrix A is the dimension of the column space (or row space) of A, which is equal to the number of linearly independent columns (or rows) of A. The rank of A is closely related to the determinant of A.
Eigenvalues and Eigenvectors: The eigenvalues of a square matrix A are the scalar values $\lambda$ that satisfy the equation Av = $\lambda$v, where v is a non-zero vector. The determinant of A is related to the product of its eigenvalues.