sunode icon indicating copy to clipboard operation
sunode copied to clipboard

Non symbolic rhs function

Open Dragomordor opened this issue 1 year ago • 0 comments

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)

Dragomordor avatar Jul 10 '24 15:07 Dragomordor