Tagged Questions

2
votes
1answer
300 views

how to do a program to solve three functions using improve euler's method?

I was given three functions: dx/dt = a(y-x) dy/dt = x(b-z)-y dz/dt = xy-cz All the variables are set by the user. I can do it if its just the basic one-equation problem. But now, i need to make a ...