Stability Analysis#

get_1d_stability_types()

Get the stability types of 1D system.

get_2d_stability_types()

Get the stability types of 2D system.

get_3d_stability_types()

Get the stability types of 3D system.

stability_analysis(derivatives)

Stability analysis of fixed points for low-dimensional system.

plot_scheme

dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2).

CENTER_MANIFOLD

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

SADDLE_NODE

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

STABLE_POINT_1D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_POINT_1D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

CENTER_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

STABLE_NODE_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

STABLE_FOCUS_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

STABLE_STAR_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

STABLE_DEGENERATE_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_NODE_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_FOCUS_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_STAR_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_DEGENERATE_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

UNSTABLE_LINE_2D

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str