JonasBreuling / scipy_dae

Python implementation of solvers for differential algebraic equation's (DAE's) that should be added to scipy one day.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Add Weissinger's problem to `consistent_initial_conditions` test and examples #23

Closed JonasBreuling closed 1 month ago

JonasBreuling commented 1 month ago

See mathworks implementation.

JonasBreuling commented 1 month ago

Implemented by #24.