Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello everyone,
how do i get the same solutions of the system in two differential equations, changing the odesolve algorithm since they vary as it changes? It's possible?
I thank you all.
Greetings.
Solved! Go to Solution.
If you do a little rescaling you find the result is independent of the algorithm.
The shape is depend on TOL= 10-1 to 10-7. Prime 7.
If you do a little rescaling you find the result is independent of the algorithm.
Your results are the same as those obtained with the "Fixed" or "Adaptive" algorithms so I choose one of the two without changing anything. Anyway, thank you very much for the helpful advice.