I used GraggBulirschStoerIntegrator. And yes, it is numeric, however a standalone application that solves the equations to get final results is exactly what I needed. My initial intention was to take the symbolic solution from Mathcad and use it in my application. I know, this is a completely...
I have managed to solve the equations in Java using Apache Commons-Math package. It turned out to be a perfect solution for my needs.
The solution in Mathcad is most likely wrong as I should have not used odesolve which apparently works only for single equations.
Thanks for your time.
Hello,
I've got differential equations to solve. I've managed to solve it graphically and I can compute values for different arguments of functions.
Now I would like Mathcad to print formulas for resulting functions, or their approximations if getting exact formulas is not possible. Is there...