check_stabilityΒΆ
Checks the stability of the system.
| param A: | System plant matrix |
|---|---|
| type A: | np.ndarray |
| param dt: | Discrete time system |
| type dt: | bool |
| returns: | True if the system is stable |
| rtype: | bool |
Checks the stability of the system.
| param A: | System plant matrix |
|---|---|
| type A: | np.ndarray |
| param dt: | Discrete time system |
| type dt: | bool |
| returns: | True if the system is stable |
| rtype: | bool |