Up: Contents
Introduction
Determinate linear systems:
- Trusses;
- FEM codes;
- Finite difference codes;
- Economics;
- Design optimization;
- CAD/CAM;
- ...
For a unique solution:
- The number of equations must be the number of unknowns
(square matrix A);
![](img1.gif)
- The matrix must be nonsingular (the determinant |A| must be
nonzero).
![](img2.gif)
Cramer's rule is useless for anything but very small systems. The
general purpose method is Gaussian elimination (LU-decomposition.)
Up: Contents
09/14/01 0:00:09