Revision as of 10:00, 11 September 2008 by Phscheff (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin