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
Very simple question - can I use a non symbolic version of the rhs function and if so, how?
Specifically, a case of ode(t ,y, p) where t, y and p are lists or numpy arrays, and the function returns dYdt (a list or numpy array where each element is a different state equation)
The text was updated successfully, but these errors were encountered:
Very simple question - can I use a non symbolic version of the rhs function and if so, how?
Specifically, a case of ode(t ,y, p) where t, y and p are lists or numpy arrays, and the function returns dYdt (a list or numpy array where each element is a different state equation)
The text was updated successfully, but these errors were encountered: