Expand description
Utility functions for dynamical systems analysis
This module contains helper functions and utilities used across the analysis modules.
Functionsยง
- compute_
determinant - Compute determinant of a square matrix using LU decomposition
- compute_
trace - Compute trace of a matrix (sum of diagonal elements)
- estimate_
matrix_ rank - Estimate the rank of a matrix using QR-like decomposition
- is_
bifurcation_ point - Check if point is a bifurcation point based on eigenvalues crossing imaginary axis
- solve_
linear_ system - Solve linear system Ax = b using LU decomposition with partial pivoting