Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Sympy's dsolve method to check for explicit solutions of ODEs #51

Open
tclose opened this issue Jul 12, 2016 · 0 comments
Open

Use Sympy's dsolve method to check for explicit solutions of ODEs #51

tclose opened this issue Jul 12, 2016 · 0 comments

Comments

@tclose
Copy link
Contributor

tclose commented Jul 12, 2016

Some simple models (such as integrate and fire with current-based synapses) can be solved explicitly and don't need a general ODE solver. Sympy's dsolve function could be used to check whether a model can be solved for and then give an explicit solution to the model thereby improving the simulation time (probably should be part of lib9ML actually)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant