EE 242 Numerical Methods For Electrical Engineering Project 1: Gaussian Elimination With Partial Pivoting
EE 242 Numerical Methods For Electrical Engineering Project 1: Gaussian Elimination With Partial Pivoting
argument is the name of the file you read the A matrix from, and the second
argument is the name of the file you read the b vector from. Each line in a file
represents a row,
Example: The file A.txt contains:
3.14 1.59 2.65 3.58
9.79 3.23 8.46 2.64
3.38 3.27 9.50 2.88
4.19 7.16 9.39 9.37
b2:
2.000
2.000
2.000
2.001
Solve Ax=b for both vectors and observe how a small change in b affects
the result x. Include this example, the results and comment on their
inferences in your Readme file.