created February 6, 2026 updated May 31, 2026 2 min read
Inverting a 3×3 Matrix using the Cross Product
This method utilizes the cross product of the column vectors of a matrix to find its inverse.
1. Define the Column Vectors
Given a matrix M with column vectors a,b, and c:
M=∣a∣∣b∣∣c∣=10234−1110
Where:
a=102,b=34−1,c=110
2. Calculate the Cross Products
We find the cross product of each pair of vectors to form the rows of the adjoint matrix:
b×cc×aa×b=1−1−1=2−2−1=−874
3. Finding the Determinant
The determinant of a 3×3 matrix can be found using the scalar triple product. This is equivalent to the dot product of one column vector with the cross product of the other two: