Scientific Computing Using Python - PHYS:4905
Homework #08
Due 9/26/2019


The homework must be turned in electronically.  You will need to upload one file for each problem containing your Python code as a text file.  Please have the file name start with your last name, e.g. smith_hw8.py. 

1. (60) Write a program to do Gaussian elimination on an augmented matrix with any number of rows.  Test your program using the three augmented matrices from homework #6.  And the examples on this page, https://en.wikipedia.org/wiki/Gaussian_elimination.