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
As the title suggests symbolic_solve fails with an error if one tries to solve an algebraic equations involving time-dependent variables. An MWE is : @variables t S(t) R(t) expr=[S+R-2,2*S-3*R-6] symbolic_solve(expr,[S,R])
There was one small mistake causing the "key R not Found" but thats easily fixed, this is the root problem. Let me know if you have any clues, not sure why this "reconstruction" of the poly is breaking stuff.
As the title suggests symbolic_solve fails with an error if one tries to solve an algebraic equations involving time-dependent variables. An MWE is :
@variables t S(t) R(t)
expr=[S+R-2,2*S-3*R-6]
symbolic_solve(expr,[S,R])
which fails with
The text was updated successfully, but these errors were encountered: