How do range and null space of A relate to solving Ax = y?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
8 replies · 4K views
squenshl
Messages
468
Reaction score
4

Homework Statement


Let x [itex]\in[/itex] RN, y [itex]\in[/itex] RM & A [itex]\in[/itex] RMxN be a matrix. Denote the columns of A by Ak, k = 1,...,N. Let R(A) & N(A) be the range & null space of A respectively.
a) How do the colmuns of A relate to the range of A?
b) Your task is to find the solution to the problem y = Ax, where y & A are known & M = N. What role do R(A) & N(A) play?
c) Let RN [itex]\ni[/itex] x = (x1,x2), x1 [itex]\in[/itex] RN1, x2 [itex]\in[/itex] RN2 & N1 + N2 = N. Let A [itex]\in[/itex] RN1xN & consider the problem Ax = 0. Assume that you know x2. Solve for x


Homework Equations





The Attempt at a Solution


a) This is easy, the column space of A is just the range of A.
b) Do we just use the definitions of R(A) and N(A)?
c) I have no idea on this one.
Any help please.
 
Physics news on Phys.org
be careful mixing N(A)=Nullspace and N=number of columns - I would use n instead for the number of columns, m for rows
 
for c) consider writing a as 4 matrices to understand how it works
[tex]\begin{pmatrix}<br /> B & C \\<br /> D & E<br /> \end{pmatrix}[/tex]

with
B - n1 x n1
C - n1 x n2
D - n2 x n1
E - n2 x n2

then consider the product
[tex]Ax = \begin{pmatrix}<br /> B & C \\<br /> D & E<br /> \end{pmatrix}x = \begin{pmatrix}<br /> B & C \\<br /> D & E<br /> \end{pmatrix}\begin{pmatrix}<br /> x_1 \\<br /> x_2<br /> \end{pmatrix}[/tex]

bit of an abuse of notation, but hopefully its clear what we're trying to do
 
Bx1 + Cx2 = 0
Dx1 + Ex2 = 0

Is that correct mate, if so I'm lost on what to do next?
 
If x2 is known what does that mean for x1 and in turn x.
 
Now re-arranging the equation we get

[tex]Ax = \begin{pmatrix} <br /> B & C \\ <br /> D & E <br /> \end{pmatrix}x = \begin{pmatrix} <br /> B & C \\ <br /> D & E <br /> \end{pmatrix}\begin{pmatrix} <br /> x_1 \\ <br /> x_2 <br /> \end{pmatrix} = 0[/tex]

[tex]Ax = \begin{pmatrix} <br /> B \\ <br /> D <br /> \end{pmatrix}x_1 = - \begin{pmatrix} <br /> C \\ <br /> E <br /> \end{pmatrix} <br /> x_2 [/tex]

this is a system of N equations with N1 unknowns