i face a problem with that solve the equation by using gauss seidel method in c++.i don't know how to write the formula in c++.Anyone can help me??
how to write gauss seidel method in c++
Collapse
X
-
-
The gauss-siedel method is used to solve a system of linear equations of the form A x = b, where A is a matrix and b is a column vector. If you want the code you should check out www.nr.com. This should give you all the code you need.Originally posted by siew enni face a problem with that solve the equation by using gauss seidel method in c++.i don't know how to write the formula in c++.Anyone can help me??
If you want to determine the solution of a single equation then you should check out the bisection method, the secanty method or the Newton-Rhapson method. Code for these algorithms can also be found at www.nr.com. -
siew enn-
Please do not double-post. I have deleted your other thread on this question. If you feel your question has been forgotten, after 24 hours you can reply to it with a "bump" message, which will move it back to the top of the forum.
ThanksComment
Comment