CS561 - Project

CS561, Project 5

Due: See class webpage

Solving linear equations with Jacobi

In this project, you are to write program that reads in a linear equation from an input file and solve the equation with the Jacobi method. The Jacobi method must be object-oriented; and uses a generic matrix-vector multiply and vector-vector addition operator. Unlike the matrix-vector multiply and vector-vector addition operators used the example in class (where I used a 3x3 matrix for simplicity), the matrix-vector multiply and vector-vector addition operator that you must implement must work for arbitrary size arrays.

You need get the following files and you must NOT make any changes to these files:

2. What does your program have to do

3. Your program files

4. Turn in