|
The term nonlinear system here must be understood from the point of view of control engineering.
In control theory, a system is usually described in a white-box manner by a differential equation and an observation equation:
dx/dt = f(x, u, t) y = h(x, u, t) x is a vector of the so called state-variables, while y is the output vectors which usually represents what we can measure about the system, u is a function which represents the inputs to the system, and t is the time. A very useful and simple modeling tool is that of linear time-invariant systems (LTI), where the above equations are specifically dx/dt = Ax+Bu y = Cx+Du where (A,B,C,D) are matrices. Every bit of theory is known about LTI systems: how to control them, global properties, etc.
Nonlinear systems are, loosely speaking, dynamical systems which are not linear in the above sense. Depending on the specific nonlinear system form, much less can be said than the linear system case. |
So in my example, if x was a (largish) time constant integer (f(x,u,t) = 0) and the observation function was
h(x,u,t) = sha256sum(x,u)
What could a control theorist tell about that (nonlinear) system?