another thing i'm having problems understanding is that in the algorithm for bisection method, i'm supposed to (at Step 1) FA = f(a). but no where does it state what the function f is. or am i reading that backwards?
also, others in class have hard coded what the variables a, b, TOL and N0 are for each, but i would like to prompt the user for input
it would go like this right?
a = input('Please enter starting endpoint a for the Bisection Method')
__________________
no man or woman is worth your tears - and the one who is, won't make you cry
question authority, don't ask why, just do it!
Last edited by slant eyes; 07-25-2003 at 03:09 PM..
|