Forward Substitution

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

For example:

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