Linear System

A linear system is a system in which you can send the sum of any inputs and when you compare the outputs to the inputs, the outputs contain the same coefficients as the corresponding inputs.

Examples of Linear and Non-Linear Systems

y(t)= 3x(t)

x(t)-->|System|-->|*a|
                       >  ax(t)+bx(t)
x(t)-->|System|-->|*b|
x(t)-->|*a|
           > |System|-->  ax(t)+bx(t)
x(t)-->|*b|

y(t)= 3x(t) Results with the same answer given the both equations and is therefore linear.


y(t)= 3*sqrt(x(t))

x(t)-->|System|-->|*a|
                       >  a*sqrt(x(t))+b*sqrt(x(t))
x(t)-->|System|-->|*b|
x(t)-->|*a|
           > |System|-->  sqrt(ax(t)+bx(t))
x(t)-->|*b|

y(t)= 3*sqrt(x(t)) yeilds different results in both cases and is therefore Non-linear.

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett