- Many physical situations are modelled with a large set of linear equations.
- The equations will depend on the geometry and certain external factors that will determine the right-hand sides.
- If we want the solution for many different values of these right-hand sides,
- it is inefficient to solve the system from the start with each one of the right-hand-side values.
- Using the equivalent of the coefficient matrix is preferred.
- i.e., Solve , where we already have its and matrices:
- Suppose that the -vector is
.
- We first get from by forward substitution:
- and use it to compute from :
- Now, if we want the solution with a different -vector;
- we just do to get
- and then use this in to find the new :
Cem Ozdogan
2010-11-17