Skip to main content

stability_2d

Function stability_2d 

Source
pub fn stability_2d(a: f64, b: f64, c: f64, d: f64) -> &'static str
Expand description

Stability classification of a 2-D fixed point given the Jacobian entries.

Returns a human-readable label: "stable_node", "unstable_node", "saddle", "stable_spiral", "unstable_spiral", "center".