You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Matrices provide a systematic and powerful method for solving systems of linear equations. This lesson covers expressing systems in matrix form, solving using the inverse matrix, and interpreting cases where the system has no solution or infinitely many solutions.
A system of linear equations:
a1x+b1y+c1za2x+b2y+c2za3x+b3y+c3z=d1=d2=d3can be written as Ax=d where:
A=a1a2a3b1b2b3c1c2c3,x=xyz,d=d1d2d3If det(A)=0, the system has a unique solution:
x=A−1d
Worked Example 1: Solve:
2x+y3x+2y=5=8Matrix form: (2312)(xy)=(58)
det(A)=4−3=1. A−1=(2−3−12).
(xy)=(2−3−12)(58)=(10−8−15+16)=(21)Solution: x=2,y=1.
| Determinant | Interpretation | Geometric meaning |
|---|---|---|
| det(A)=0 | Unique solution | Lines/planes meet at one point |
| det(A)=0, consistent | Infinitely many solutions | Lines/planes coincide or intersect in a line |
| det(A)=0, inconsistent | No solution | Lines/planes are parallel |
Each equation represents a plane in 3D. The solution set is the intersection of three planes:
| Configuration | Description | Solutions |
|---|---|---|
| Unique point | Three planes meet at a single point | One |
| Line | Three planes intersect along a line | Infinitely many (1 parameter) |
| Sheaf | Three planes meet along a common line | Infinitely many |
| Coincident planes | Two or more planes are identical | Infinitely many |
| Triangular prism | Planes form a prism (pairwise intersections are parallel lines) | None |
| Parallel planes | Two or more planes are parallel and distinct | None |
Solve:
x+2y+z2x+y−zx+y+z=4=3=3A=1212111−11
det(A)=1(1+1)−2(2+1)+1(2−1)=2−6+1=−3=0
Since the determinant is non-zero, there is a unique solution. Finding A−1 and computing A−1d gives the solution.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.