Linear System
Solving 2 unknowns with 2 equations
Example
Solve the following linear equations
The above equation can be represented as linear combination of columns
The matrix representation of above equations is
The above equation solving is simple, Can we solve for for every ?
Maybe, It depends on A we had chosen, Suppose if we consider three dimensional and all the equations are in the same plane then the linear combination of it also lies in the same plane. So in that case we may not be able to cover all 's
How to solve AX = b
Elimination and Back substution
Convert to upper triangular matrix
Once we got upper triangular matrix from we can back substitute values and find
i.e, the above equation is converted to
Matrices