Backward Substitution

Given a Linear Systems of Equations wherein the matrix is a Upper Triangular Matrix we can easily solve the system.

For example:

It can be solved easily by looking at the last equation and realizing it immediately identifies . The second equation is which when we substitute becomes . We continue this pattern moving backward through the matrix until we have reached the first equation, at this point we've solved .