<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Guys - here are the two links to the FORTRAN version of the
    algorithms I gave you from the numerical analysis text.  Other
    language options are available, but as I said in class, the authors
    originally wrote this in Fortran and the codes in the other
    languages were obviously converted from Fortran (lots of N-1, i-1,
    j-1 array indexing to keep things consistent).<br>
    <br>
    Also recognize that in direct linear solver the input is an
    AUGMENTED matrix with the last column of the matrix being the vector
    b.  <br>
    <br>
    <a
href="https://sites.google.com/site/numericalanalysis1burden/module-7/06-fortran/ALG063.FOR?attredirects=0&amp;d=1">Direct
      Linear Solver</a><br>
    <br>
    <a
href="https://sites.google.com/site/numericalanalysis1burden/module-7/06-fortran/ALG071.FOR?attredirects=0&amp;d=1">Jacobi
      Iterative Solver</a><br>
    <br>
    Let me know if you have any problems with the links.<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
  </body>
</html>