Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Superposition for Solution to Ax=b

Suppose ARm×n and bRm are "given," with bSpan{A(:,k)}k=1n. Suppose that xRn is a particular solution to inhomogeneous linear systems

Ax=b

Then, any solution to our linear system problem can be written as

x=x+z

where z is any trivial solution to the 18.3 Homogenous Linear System Ax=0.

Let's take a look at a particular solution.

Example

x=[2.515.00.0]

If we wanted to find solutions to the HLSP Ax=0, we can study the related problem

[101.25013.00][a0a1a2]=[00]

Because our matrix is in 17.3 Reduced Row Echelon Form, we see the trivial solution

U(:,3)=[1.253.00]=1.25[10]+3.00[01]=1.25U(:,1)+3.00U(:,2)1.25U(:,1)+3U(:,2)+1U(:,3)=0z1=[1.253.001.00]

We can conclude that any solution to our original system should take the form

x=x+c1z1=[2.515.00.0]+c1[1.253.001.00]

In other words, there is no unique interpolating quadratic function.


Remark. Any linear combination of solutions to the 18.3 Homogenous Linear System also solves this problem. If we can find a maximal set of linearly independent vectors that solves the system, we can characterize ALL solutions to the HLSP as a linear combination of these vectors.