next up previous
Next: Code: GAUSS Up: Problem 1 Previous: Problem 1

Output from GAUSS

I ran my program on the alpha KESTREL1 with the DEC compiler. The compile statement is included below:

kestrel1:~/CPS615.dir/hw3> f90 gauss.f90
kestrel1:~/CPS615.dir/hw3> a.out
  Original augmented matrix is :
   1.000000       1.000000       1.000000       2.000000
  -1.000000       2.000000      -3.000000       32.00000
   3.000000      0.0000000E+00  -4.000000       17.00000

  Final augmented matrix (solution in right hand column:
   1.000000      0.0000000E+00  0.0000000E+00  -1.000000
  0.0000000E+00   1.000000      0.0000000E+00   8.000000
  0.0000000E+00  0.0000000E+00   1.000000      -5.000000



Mark Miller
Mon Oct 2 14:54:38 EDT 1995