Linear System Definition
A system takes a given input and produces an output. For the system to be linear it must preserve addition and multiplication. In mathematical terms:
$ x(t+t0)=x(t) + x(t0) $
and
$ x(k*t)=k*x(t) $
A system takes a given input and produces an output. For the system to be linear it must preserve addition and multiplication. In mathematical terms:
$ x(t+t0)=x(t) + x(t0) $
and
$ x(k*t)=k*x(t) $