Skip to article frontmatterSkip to article content

5.3 Linear Systems

general linear systems as linear functions

Dept. of Electrical and Systems Engineering
University of Pennsylvania

Binder

Lecture notes

1ReadingΒΆ

Material related to this page, as well as additional exercises, can be found in ALA 7.4.

2Learning ObjectivesΒΆ

By the end of this page, you should know:

  • how linear systems are defined as linear functions
  • examples of general linear systems: derivative and evaluation operators
  • how the superposition principle is applied to general linear systems

3Linear SystemsΒΆ

We recover our familiar matrix-vector linear system Au=fA\vv u = \vv f if U=RnU = \mathbb{R}^n and V=RmV = \mathbb{R}^m, and L(u)=AuL(\vv u) = A\vv u. However, we can express much more interesting problems in this framework.

The reason for introducing this extra layer of abstraction is that it lets us port over ideas from systems of linear equations. For example, the superposition principle holds here too!

We’ll focus on solutions to homogeneous linear systems now, but if you’re interested, Section 7.4 of ALA covers the general setting. The superposition principle here says that if a homogeneous linear system L(z)=0L(\vv z) = \vv 0, for L:Uβ†’VL: U \to V a linear function, with two solutions z1\vv z_1 and z2\vv z_2 satisfying L(z1)=0L(\vv z_1) = \vv 0 and L(z2)=0L(\vv z_2) = \vv 0, then any linear combination cz1+dz2c\vv z_1 + d\vv z_2 is also a solution. This follows immediately from the linearity of LL:

L(cz1+dz2)=cL(z1)+dL(z2)=c0+d0=0. L(c\vv z_1 + d\vv z_2) = cL(\vv z_1) + dL(\vv z_2) = c\vv 0 + d\vv 0 = 0.

Binder