Cubic Equation Solver with output

Feb 9, 2013 at 11:28am
Hey guys. I need some help to make this program. It should work for every cubic equation (only one unknown) and solve it with desired method -bisection, secant or newton- with outputing every step. It'll be a Win32 console application. I'm just new at C++ and my professor gave this homework to class..

I don't expect an entire source code, even some tips would be helpful I guess.
Thanks in advance :)
Last edited on Feb 9, 2013 at 11:31am
Feb 10, 2013 at 11:15am
No ideas? :/
Feb 10, 2013 at 11:22am
It's hard to give tips without seeing what you've written and how you've tried to approach the problem... What ideas did you have, and how did you try to implement them?
Feb 10, 2013 at 5:16pm
The problem is that I couldn't even approached it :D It's our just third homework and we have just 3-4 week experience on coding. So this is a bit harsh.. One of our university's mathematicians put forward this homework idea. I think noone has been able to do something :D
Topic archived. No new replies allowed.