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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How to parameterize odesolve with some paramteres?

Cornel
18-Opal

How to parameterize odesolve with some paramteres?

Hi,
Right now is as below. 

Cornel_0-1716995727414.png

 

I want to have something like this: is it possible?

Cornel_1-1716995797346.png

Cornel_3-1716995976408.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
Werner_E
24-Ruby V
(To:Cornel)

Werner_E_0-1717002164506.png

Note that this method is very inefficient, because the solve block is evaluated from anew for every value of t.

 

More efficient but maybe less convenient is this:

Werner_E_1-1717002353961.png

 

 

View solution in original post

1 REPLY 1
Werner_E
24-Ruby V
(To:Cornel)

Werner_E_0-1717002164506.png

Note that this method is very inefficient, because the solve block is evaluated from anew for every value of t.

 

More efficient but maybe less convenient is this:

Werner_E_1-1717002353961.png

 

 

Top Tags