Linear Algebra - Column and Null Space - Take 2

vwishndaetr
Messages
86
Reaction score
0

Homework Statement



Ax=b where,

A = 1 -1
...-1 1

Homework Equations



a) Find Null Space N(A) and Column Space C(A)
b) For which vectors b does the system Kx=b have a solution?
c) How many solution x does the system have for any given b

The Attempt at a Solution



a)

For Null Space, I got x = 1
........1
For Column Space, I got b = span ( 1 -1 )
.........-1 1

b)

This is once again, equal to the column space.

c)

Following the similar approach as before,

Let Ax = b and Ay = b be two equations.

Ax - Ay = b - b
A(x - y) = 0

Since we solved Ax=0 for Null Space, x = 1
..........1

So, x - y = 1
...1

Now, I know it isn't only equal to that vector. Correct? Null Space is all scalar multiple and sums of that vector.

So can I now say that x - y = c 1 ?
.........1

Also by looking at that, I want to say that there are an infinite number of solutions for a given b. Because, there is an infinite number of ways to combine x and y to get the vector one one.

I am confident this time. Can someone concur?

Also, is there a thread on this forum somewhere that teaches you how to post matrices and other mathematical equations so to say the right way? Maybe a forum where you can just post a junk thread to practice?

Thanks again, I love the input! :)
 
Physics news on Phys.org
At this point it is getting hard to read because of the eccentric formatting. I think there is a thread on how to do TeX formatting. Once again, I can't find it. If anyone knows, please help me out here. I'll give you two suggestions. i) Do as I do. Write a 2x2 matrix as [[a,b],[c,d]], where [a,b] is the first row and [c,d] is the second row. Write a vector as [a,b], if you really have to emphasize it's column vector write [a,b]^T. That's the lazy solution, but it will at least save you a lot of ... stuff. ii) find a post where someone has formatted a matrix and right click on the matrix. It should bring up a box showing you the tex code they used to do it. That's the smart way to do it. Don't be afraid to experiment in your own post. I'll try and find the tex lesson again.
 
Bringing this up with a reconstruction of the original post. Format updated with LaTex for a clearer presentation. Thanks Dick!

Homework Statement

<br /> <br /> \begin{gather*}<br /> Ax = b\\<br /> \end{gather*}<br /> <br />

Where,

<br /> <br /> A = \left[<br /> \begin{array}{cc}<br /> 1 &amp; -1 \\<br /> -1 &amp; 1<br /> \end{array}<br /> \right]<br /> <br />

a) Find Null Space N(A) and Column Space C(A)
b) For which vectors b does the system Kx=b have a solution?
c) How many solution x does the system have for any given b

2. The attempt at a solution

a)

For Null Space, I got

<br /> <br /> x = \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 1<br /> \end{array}<br /> \right]<br /> <br />

For Column Space, I got

<br /> <br /> b = span \left( \left[<br /> \begin{array}{cc}<br /> 1 \\<br /> -1<br /> \end{array}<br /> \right] ,<br /> \left[<br /> \begin{array}{cc}<br /> -1\\<br /> 1<br /> \end{array}<br /> \right]<br /> \right)<br /> <br />
b)

This is once again, equal to the column space.

c)

Following the similar approach as before,

Let <br /> <br /> \begin{gather*}<br /> Ax&#039; = b\\<br /> \end{gather*}<br /> <br /> and <br /> <br /> \begin{gather*}<br /> Ay = b\\<br /> \end{gather*}<br /> <br /> be two equations.

Then,

<br /> <br /> \begin{gather*}<br /> Ax&#039;- Ay = b-b\\<br /> \end{gather*}<br /> <br />

<br /> <br /> \begin{gather*}<br /> A(x&#039;-y) = 0\\<br /> \end{gather*}<br /> <br />

Since we solved <br /> <br /> \begin{gather*}<br /> Ax = 0\\<br /> \end{gather*}<br /> <br /> for Null Space,

<br /> <br /> x = \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 1<br /> \end{array}<br /> \right]<br /> <br />

<br /> <br /> x&#039;-y = \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 1<br /> \end{array}<br /> \right]<br /> <br />

Now, I know it isn't only equal to that vector. Correct? Null Space is all scalar multiple and sums of that vector.

So can I now say that

<br /> <br /> x&#039;-y = \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 1<br /> \end{array}<br /> \right]<br />

Also by looking at that, I want to say that there are an infinite number of solutions for a given b. Because, there is an infinite number of ways to combine x and y to get the vector one one.

I am confident this time. Can someone concur?

Thanks again, I love the input! :)
 
Last edited:
Ok, forgive the less pretty presentation here. The null space is span([1,1]), right? Not just [1,1]. I think you probably know this, just checking. Yes, the column space is span([1,-1],[-1,1]), but that's the same as span([1,-1]), right? [1,-1] and [-1,1] aren't linearly independent. Now if Ax=b and Ay=b, then, yes, A(x-y)=0. So (x-y) is in the null space. But that doesn't mean it's [1,1], it means it's c*[1,1] for some constant c, as you said in the phrase "Null Space is all scalar multiple and sums of that vector."
So, sure, there are an infinite number of solutions. If x is a solution of Ax=b then so is x+c*[1,1] for any constant c. Some of what you've actually written doesn't quite reflect what I think you know.
 
I did not "know" it was span for null space, but I did know it was all multiples and sums of [1,1]. Bit redundant huh? Makes complete sense though. I also knew it was multiplied by a scalar c, as I posted in original post. Just did not put it in there when I the fancy print, oops.

All is good. I submitted the h/w last night, and I did put infinite number of solutions for that reason. Just wanted to see if I did it right. Thank you! :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top