You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to identify a non-autonomous dynamic system (coupled equation with a forcing term(forcing term is an explicit function of time)).
But while using model.simulate function , i am getting error, I am able to work around this using python "solve_ivp "
Does this mean that "model.simulate" function works only using the state variables (autonomous system) and will give error
if the identified system has explicit time dependent terms such as (A sin(wt), B cos(wt)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am able to identify a non-autonomous dynamic system (coupled equation with a forcing term(forcing term is an explicit function of time)).
But while using model.simulate function , i am getting error, I am able to work around this using python "solve_ivp "
Does this mean that "model.simulate" function works only using the state variables (autonomous system) and will give error
if the identified system has explicit time dependent terms such as (A sin(wt), B cos(wt)?
Beta Was this translation helpful? Give feedback.
All reactions