I'm trying to make a program that uses the secant method but I'm not sure how to start it off. I'm not asking for you guys to completely do it for me, please don't get me wrong but I just forgot how to program since its been a while. Can you please help?
My program is simple. Take any equation, define a tolerance that you want, i think thats what its refered to as, and spit out an answer.
My program is simple. Take any equation, define a tolerance that you want, i think thats what its refered to as, and spit out an answer.
well as you said that should be very simple.
for example:
create function which will take 2 arguments and check if that arguments mach some cirteria which you difine inside that function,
function will return true or false.
look @ Moschops on how to start coding.
that's an realy nice example for starting coding :D