Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello Stuart,
Thank you so much for your help. It solved my problem.
Now, could you please tell me how to do this for different alpha (let say: 0.4, 0.45 and 0.5) and plot them on a same graph?
Thanks again.
Anousheh
Solved! Go to Solution.
Anousheh,
Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.
Stuart
Anousheh,
Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.
Stuart
Thank you Stuart.
Anousheh
I'm trying to do a similar thing, except with a system of ODE's instead of a single one. I can get the parameters to work for a single ODE, but not for my system. Is what I'm trying to do possible?
Thanks!
That's great! Thanks.