Analyze State Space System
analyze_state_spaceAnalyze an LTI system in state-space form. Evaluates stability, controllability, and observability. Automatically catches ragged matrices and dimension mismatches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| A | Yes | System matrix A (n x n) | |
| B | Yes | Input matrix B (n x m) | |
| C | Yes | Output matrix C (p x n) | |
| D | Yes | Feedforward matrix D (p x m) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| observability | Yes | ||
| controllability | Yes | ||
| system_dimensions | Yes | ||
| stability_analysis | Yes |