uwhpsc-2016 / homework2

Homework #2
0 stars 3 forks source link

Jacobi/Gauss-Seidel - Initial guess #8

Open gmikel opened 8 years ago

gmikel commented 8 years ago

Hi-

I noticed that there is not an argument specifying what the initial guess vector should be for both Jacobi and Gauss-Seidel methods. Is there a specific one we should use? Or should we add an argument?

Thanks,

-Garrett

mvelegar commented 8 years ago

@gkelley87 please do not add an argument to the function signature. You can start with an initial guess of zeros.

cswiercz commented 8 years ago

I will update the problem statement with this suggested initial guess.