How do I determine whether a system of 3 linear equations is consistent or not?

First, form the system into a 3x3 matrix using the coefficients. Find the determinant of this matrix.If the determinant =/= 0, then the matrix is singular and has a unique solution. The system is consistent and the planes coincide at a point.
If the determinant is 0, then the matrix is non-singular, so use simultaneous equations to attempt to solve the system:
If the system contains 3 equations that are multiples of each other, then the system is consistent and represent a single plane.
If the resolved system gives a redundant equation after elimination/substitution, then the system is consistent and represents a sheaf. The planes coincide at a line.
In all cases where the system is consistent, the system can be resolved to give a set of solutions, whether that be a single point, a line or a plane.

Related Further Mathematics A Level answers

All answers ▸

The rectangular hyperbola H has parametric equations: x = 4t, y = 4/t where t is not = 0. The points P and Q on this hyperbola have parameters t = 1/4 and t = 2 respectively. The line l passes through the origin O and is perpendicular to the line PQ.


y = artanh(x/sqrt(1+x^2)) , find dy/dx


Find the complementary function to the second order differential equation d^2y/dx^2 - 5dy/dx + 6x = x^2


I don't understand how proof by mathematical induction works, can you help?