The determinant of a matrix is denoted by |A| or det(A).
For a 2x2 matrix A = [a b; c d], its determinant is given by: |A| = ad - bc.
For a 3x3 matrix A = [a b c; d e f; g h i], its determinant is given by: |A| = a(ei - fh) - b(di - fg) + c(dh - eg).
Example: For the matrix A = [2 3; 4 1], the determinant is |A| = (21) - (34) = -10. "
Elementary row operations can be used to find the inverse of a matrix.
Three types of elementary row operations:
Example: For the matrix A = [1 2; 3 4], we can find the inverse using elementary row operations.