Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Determinant of a Square Matrix: Every square matrix is associated with a scalar called its determinant, denoted by or . Only square matrices have determinants. Visually, the determinant of a matrix is calculated by subtracting the product of the secondary diagonal from the product of the main diagonal: .
Minors and Cofactors: For an element of a matrix, the minor is the determinant of the sub-matrix formed by deleting the row and column. The cofactor is given by . Visually, cofactors follow a 'checkerboard' sign pattern: for a matrix.
Adjoint of a Matrix (): The adjoint (or adjugate) of a square matrix is the transpose of its cofactor matrix. Visually, for a matrix , the adjoint is easily found by swapping the positions of and , and changing the signs of and , resulting in .
Singular and Non-Singular Matrices: A square matrix is called singular if its determinant is zero (). It is non-singular if . An inverse exists only for non-singular matrices.
Inverse of a Matrix (): The inverse is a unique matrix such that , where is the identity matrix. Visually, multiplying a matrix by its inverse 'undoes' the transformation, returning the system to its original state (the identity).
Existence Condition: A square matrix has an inverse if and only if it is non-singular (). If , the matrix is non-invertible or singular.
Properties of Inverse and Adjoint: Important relationships include the 'reversal law' and the property that the determinant of the adjoint of of order is .
📐Formulae
, provided
, where is the order of the matrix
💡Examples
Problem 1:
Find the inverse of the matrix .
Solution:
Step 1: Calculate the determinant of . Since , exists.
Step 2: Find the cofactors of the elements. , , ,
Step 3: Write the cofactor matrix and find its transpose to get .
Step 4: Use the formula .
Explanation:
To find the inverse of a matrix, we first ensure it is non-singular (). Then we swap the main diagonal elements, negate the off-diagonal elements to find the adjoint, and divide by the determinant.
Problem 2:
If is a square matrix of order 3 such that , find the value of .
Solution:
Step 1: Identify the order of the matrix and the value of . Here, and .
Step 2: Apply the formula for the determinant of an adjoint matrix.
Step 3: Substitute the values into the formula.
Therefore, .
Explanation:
This problem uses the property , which relates the determinant of the adjoint matrix to the determinant of the original matrix and its order.