Euler method calculator

1 · Evan Hahn · Feb. 15, 2011, 6 a.m.
I had a homework assignment about the Euler method in my Calc 2 class. The assignment was rather tedious, so I wrote a C++ program that did them for me. Naturally. It's not the most user-friendly thing in the world -- the CPP must be modified and compiled -- but if you know what you're doing, it can be useful. If you want to mess with it and make it easier to use (perhaps a JavaScript version?), go ahead! Download it here. In order to use it, you need to change a few configuration variables (lik...