|
We saw in Section 2.4.6 that using Gaussian Elimination or Gauss-Jordan Elimination to find the inverse of an n x n matrix can be thought of as solving n linear systems having the same coefficient matrix, but different right-hand sides. This means that the operation counts can be determined from the results
in Section 5.3 by setting k (the number of right-hand sides)
to n. So computing the inverse of a matrix using Gaussian Elimination
requires Once we have computed the inverse, we need to perform a matrix-vector multiplication in order to determine the solution of the original problem. This adds another n2 multiplications and n2-n additions. Altogether, solving a system of n equations in n unknowns
using an inverse computed using Gaussian Elimination requires |
Send comments on material to Cynthia Lanius
These pages are maintained by Hilena
Vargas (hvargas@rice.edu)
Updated: March 13, 2001
Copyright © 2001 Richard Tapia and Cynthia Lanius