PDA

View Full Version : C++ Numerical Methods


omgitsroy326
Jan13-04, 07:50 PM
I have this class that require to code formulas and do errors. Are there any usefule sites for this??

Let me explain what my hw is.

I have input for a,b,n,max, tollerance

Then i have two formual for calculation w/ SUmmation etc
then i calculate the error and compare it w/ the tolerance and give the number out.

It seems pretty simple, but i hate programming.