brainpy.analysis module#
This module provides analysis tools for differential equations.
The
symbolicmodule use SymPy symbolic inference to make analysis of low-dimensional dynamical system (only sypport ODEs).The
numericmodule use numerical optimization function to make analysis of high-dimensional dynamical system (support ODEs and discrete systems).The
continuationmodule is the analysis package with numerical continuation methods.Moreover, we provide several useful functions in
stabilitymodule which may help your dynamical system analysis.
Details in the following.
Low-dimensional Analyzers#
Phase plane analyzer for 1D dynamical system. |
|
Phase plane analyzer for 2D dynamical system. |
|
Bifurcation analysis of 1D system. |
|
Bifurcation analysis of 2D system. |
|
High-dimensional Analyzers#
Find fixed/slow points by numerical optimization. |