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
We are left with only 4 equations involving 4 state variables (`mass.pos[1]`, `mass.pos[2]`, `mass.v[1]`, `mass.v[2]`). We can solve the system by converting it to an `ODEProblem` in mass matrix form and solving with an [`ODEProblem` mass matrix solver](https://diffeq.sciml.ai/stable/solvers/dae_solve/#OrdinaryDiffEq.jl-(Mass-Matrix)). This is done as follows:
201
+
We are left with only 4 equations involving 4 state variables (`mass.pos[1]`,
202
+
`mass.pos[2]`, `mass.v[1]`, `mass.v[2]`). We can solve the system by converting
203
+
it to an `ODEProblem`. Some observed variables are not expanded by default. To
0 commit comments