Up: Row-canonical form Previous: Row Canonical

Operations Counts

To solve a reasonably sized system of n equations in n unknowns, the amount of work the computer must do varies with algorithm. The operations the computer must do are mostly additions and multiplications, and the number that must be done is roughly:

Note that Gausian elimination can be much more efficient still for sparse matrices (i.e. matrices with a lot of zeros.) Always use the most specific algorithm for your matrix.


Up: Row-canonical form Previous: Row Canonical