Consider the
continuous linear time-variant system : \dot{\mathbf{x}}(t) = A(t) \mathbf{x}(t) + B(t) \mathbf{u}(t) \, : \mathbf{y}(t) = C(t) \mathbf{x}(t). \, Suppose that the matrices A, B and C are given as well as inputs and outputs u and y for all t \in [t_0,t_1]; then it is possible to determine x(t_0) to within an additive constant vector which lies in the
null space of M(t_0,t_1) defined by : M(t_0,t_1) = \int_{t_0}^{t_1} \varphi(t,t_0)^{T}C(t)^{T}C(t)\varphi(t,t_0) \, dt where \varphi is the
state-transition matrix. It is possible to determine a unique x(t_0) if M(t_0,t_1) is
nonsingular. In fact, it is not possible to distinguish the initial state for x_1 from that of x_2 if x_1 - x_2 is in the null space of M(t_0,t_1). Note that the matrix M defined as above has the following properties: • M(t_0,t_1) is
symmetric • M(t_0,t_1) is
positive semidefinite for t_1 \geq t_0 • M(t_0,t_1) satisfies the linear
matrix differential equation :: \frac{d}{dt}M(t,t_1) = -A(t)^{T}M(t,t_1)-M(t,t_1)A(t)-C(t)^{T}C(t), \; M(t_1,t_1) = 0 • M(t_0,t_1) satisfies the equation :: M(t_0,t_1) = M(t_0,t) + \varphi(t,t_0)^T M(t,t_1)\varphi(t,t_0)
Observability matrix generalization The system is observable in [t_0,t_1] if and only if there exists an interval [t_0,t_1] in \mathbb{R} such that the matrix M(t_0,t_1) is nonsingular. If A(t), C(t) are analytic, then the system is observable in the interval [t_0,t_1] if there exists \bar{t} \in [t_0,t_1] and a positive integer
k such that : \operatorname{rank} \begin{bmatrix} & N_0(\bar{t}) & \\ & N_1(\bar{t}) & \\ & \vdots & \\ & N_{k}(\bar{t}) & \end{bmatrix} = n, where N_0(t):=C(t) and N_i(t) is defined recursively as : N_{i+1}(t) := N_i(t)A(t) + \frac{\mathrm{d}}{\mathrm{d} t}N_i(t),\ i = 0, \ldots, k-1
Example Consider a system varying analytically in (-\infty,\infty) and matricesA(t) = \begin{bmatrix} t & 1 & 0\\ 0 & t^{3} & 0\\ 0 & 0 & t^{2} \end{bmatrix},\, C(t) = \begin{bmatrix} 1 & 0 & 1 \end{bmatrix}. Then \begin{bmatrix} N_0(0) \\ N_1(0) \\ N_2(0) \end{bmatrix} = \begin{bmatrix} 1 & 0 & 1 \\ 0 & 1 & 0 \\ 1& 0 & 0 \end{bmatrix} , and since this matrix has rank = 3, the system is observable on every nontrivial interval of \mathbb{R}. == Nonlinear systems ==