Matrices: Identity and Inverse
Identity Matrix
- Denoted as matrix I.
- Multiplicative identity.
- For a 2x2 matrix: [1amp;0 0amp;1]
- For a 3x3 matrix: [1amp;0amp;0 0amp;1amp;0 0amp;0amp;1]
- Always has ones down the main diagonal and zeros everywhere else.
Inverse Matrix
- If A∗B=I, then A and B are inverses of each other.
- Notation: A−1
Finding the Inverse of a 2x2 Matrix
Calculate the Determinant:
- For a matrix [aamp;b camp;d], the determinant is calculated as: det(A)=ad−bc
Inverse Formula:
A−1=det(A)1[damp;−b −camp;a]
- Switch the positions of a and d.
- Take the negative of b and c.
- Multiply the resulting matrix by one over the determinant.
Example
Given matrix A:
[3amp;7 −2amp;4]
Calculate the Determinant:
det(A)=(3∗4)−(7∗−2)=12−(−14)=26
Apply the Inverse Formula:
A−1=261[4amp;−7 2amp;3]=[264amp;26−7 262amp;263]=[132amp;26−7 131amp;263]
Important Note
- If the determinant of a matrix is zero, the matrix does not have an inverse because division by zero is undefined.
Calculator Usage
- Calculators can quickly compute the inverse of matrices, including 3x3 and larger matrices.
- The notation for the inverse matrix on a calculator is typically raising the matrix to the power of -1 (e.g., A−1).
- Calculators can also calculate the determinant of matrices.
Example of a 3x3 Matrix Inverse
Original Matrix:
[1amp;2amp;3 −7amp;8amp;9 0amp;4amp;5]
Calculator provides the inverse directly.
Determinant of the original matrix is -10.