Determinant:A scalar value associated with a square matrix that is calculated based on the entries of the matrix. The determinant of a matrix is used to determine whether the matrix is invertible and plays a key role in Cramer's Rule.
Submatrix: A matrix formed by selecting a subset of the rows and columns from a larger matrix. In the context of Cramer's Rule, minors are calculated from submatrices of the original coefficient matrix.
Cramer's Rule:A method for solving a system of linear equations by expressing the solution in terms of the determinants of the coefficient matrix and matrices formed by replacing the columns of the coefficient matrix with the constants on the right-hand side of the equations.