(New page: == Linear System Definition == A linear system takes a given input and produces an output that is proportional to that input by some constant. == Linear System Example ==) |
(→Linear System Definition) |
||
Line 1: | Line 1: | ||
== Linear System Definition == | == Linear System Definition == | ||
− | A | + | A system takes a given input and produces an output. For the system to be linear it must preserve addition and multiplication. For example: |
+ | |||
+ | <math> x(t+t0)=x(t) + x(t0)</math> | ||
== Linear System Example == | == Linear System Example == |
Revision as of 08:36, 10 September 2008
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. For example:
$ x(t+t0)=x(t) + x(t0) $