Our basic goal is to “solve” the system Ax = b for all matrices A and vectors b.
A second goal is to solve the system using a numerically stable algorithm.
A third goal is to solve the system in a reasonably efficient manner.
For instance, we do not want to compute A−1 using determinants