cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

NEW Odesolve Issue !

Anousheh
6-Contributor

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

1 ACCEPTED SOLUTION

Accepted Solutions
StuartBruff
23-Emerald II
(To:Anousheh)

Anousheh,

Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.

Stuart

View solution in original post

6 REPLIES 6
Anousheh
6-Contributor
(To:Anousheh)

Please see the attached file.

Thanks

StuartBruff
23-Emerald II
(To:Anousheh)

Anousheh,

Move the initialization of α outside of the block and write y(α,x):=Odesolve instead of just y(x):=Odesolve.

Stuart

Anousheh
6-Contributor
(To:StuartBruff)

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!

RichardJ
19-Tanzanite
(To:JeffLischer)

One extra step needed.

That's great! Thanks.

Top Tags