Systemmatrix
Systemmatrix is a term used to denote a matrix that encodes the linear transformation describing a system’s internal dynamics or input-output behavior. In control theory, the system matrix typically refers to the A matrix in state-space representations. For a continuous-time linear system x' = A x + B u, y = C x + D u, A governs the evolution of the state x in the absence of input. The eigenvalues of A determine stability; the pair (A,B) may be analyzed for controllability, and (A,C) for observability. In discrete time, x_{k+1} = A x_k + B u_k, with similar interpretation.
Outside control, the term appears in imaging and signal processing, where the system matrix A maps an
System matrices are typically large and sparse, and their properties such as dimension, sparsity pattern, conditioning,
See also: state-space representation, transfer function, eigenvalues, controllability, observability, Kalman filter, tomography, coefficient matrix.