NEW Odesolve Issue !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
NEW Odesolve Issue !
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.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Anousheh,
Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Anousheh,
Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Stuart.
Anousheh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That's great! Thanks.
