You are on page 1of 2

Note: Replace all zero digits of your ID

number by number “2”

Use X = Last 3 digits of ID number


Y = 3rd and 4th digits of ID number
A = 8th digit of ID number
B = 7th digit of ID number
C = 6th digit of ID number
Activity #1 e.g., ID # = 12-3456-789
X = 789
Y = 34
A=8
B=7
C=6
#1 Solve the systems of equation “manually” using Gauss Elimination (10%), Jacobi
Method with 10 iterations (10%) and Gauss-Seidel Method with 10 iterations (10%).
Make sure to tabulate your results

#2 Create an excel program that can solve systems of linear equations with 3 unknowns
using gauss elimination (20%), Jacobi method (100 iterations) (15%), and Gauss-Seidel
method (100 iterations) (15%).

#3 Create an excel program that can solve systems of linear equations with 5 unknowns
using gauss elimination (20%).

You might also like