Finding the basis of a null space

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
29 replies · 6K views
angiep410
Messages
39
Reaction score
0

Homework Statement


The matrix is:
-2 -2 -4 4
-1 1 2 -2
-1 0 -3 0
-4 1 -7 -2

I know the dimensions for the null space are 2

Homework Equations


I know that to find the basis for a null space Ax=0, so I row reduced it and I got
1 0 3 0
0 1 5 -2
0 0 0 0
0 0 0 0

The Attempt at a Solution


Since I got this matrix, I thought the basis for the null space would be
-3 and 0
-5 2
1 0
0 1

but my computer keeps saying it is wrong. Can someone tell me what I'm doing wrong?
 
Physics news on Phys.org
No it doesn't come out to zero, but I don't know how to get it to come out to zero. Do you have any suggestions?
 
angiep410 said:

Homework Statement


The matrix is:
-2 -2 -4 4
-1 1 2 -2
-1 0 -3 0
-4 1 -7 -2

I know the dimensions for the null space are 2

Homework Equations


I know that to find the basis for a null space Ax=0, so I row reduced it and I got
1 0 3 0
0 1 5 -2
0 0 0 0
0 0 0 0
This is not the row reduction I get.

The Attempt at a Solution


Since I got this matrix, I thought the basis for the null space would be
-3 and 0
-5 2
1 0
0 1

but my computer keeps saying it is wrong. Can someone tell me what I'm doing wrong?
 
What is the row reduction you get?
 
angiep410 said:
No it doesn't come out to zero, but I don't know how to get it to come out to zero. Do you have any suggestions?

What HoI said!

Redo your row reduction.
If you get the same row reduction, perhaps you can show a couple of the steps you did?
 
Row Operation 1:
multiply the 1st row by 1/2
1 -1 -2 2
-1 1 2 -2
-1 0 -3 0
-4 1 -7 -2
Row Operation 2:
add 1 times the 1st row to the 2nd row
1 -1 -2 2
0 0 0 0
-1 0 -3 0
-4 1 -7 -2
Row Operation 3:
add 1 times the 1st row to the 3rd row
1 -1 -2 2
0 0 0 0
0 -1 -5 2
-4 1 -7 -2
Row Operation 4:
add 4 times the 1st row to the 4th row
1 -1 -2 2
0 0 0 0
0 -1 -5 2
0 -3 -15 6
Row Operation 5:
interchange the 2nd row and the 3rd row
1 -1 -2 2
0 -1 -5 2
0 0 0 0
0 -3 -15 6
Row Operation 6:
multiply the 2nd row by -1
1 -1 -2 2
0 1 5 -2
0 0 0 0
0 -3 -15 6
Row Operation 7:
add 3 times the 2nd row to the 4th row
1 -1 -2 2
0 1 5 -2
0 0 0 0
0 0 0 0
Row Operation 8:
add 1 times the 2nd row to the 1st row
1 0 3 0
0 1 5 -2
0 0 0 0
0 0 0 0
 
I like Serena said:
Right at the first step you seem to have lost a minus sign.

The rest looks just fine, except that.

where? I don't see it
 
sorry. i see what you're talking about. i typed the matrix in wrong on this forum. the actual matrix is:
2 -2 -4 4
-1 1 2 -2
-1 0 -3 0
-4 1 -7 -2
 
angiep410 said:
sorry. i see what you're talking about. i typed the matrix in wrong on this forum. the actual matrix is:
2 -2 -4 4
-1 1 2 -2
-1 0 -3 0
-4 1 -7 -2

In that case you have a correct basis that spans the null space.
Your matrix multiplied by each of your 2 solutions yields the zero vector, and there is no other independent vector with that property.

Why would you say that your computer keeps saying that your answer is wrong?
 
I am asked to find the basis for the row space, which I said was:
(2,-2,-4,4), (-1,1,2,-2)

the column space, which I said was:
2 -2
-1 1
-1 0
-4 1

and the null space, which I said was:
-3 0
-5 -2
1 0
0 1

and my computer says that at least 1 thing is wrong, but it doesn't tell me what it is.
 
I like Serena said:
Your row space vectors are dependent on each other.

so what does that mean in terms of my answer?
 
but how do i pick another row vector?
 
I tried keeping (2,-2,-4,4) and putting in the 2 other rows, but my computer still says it's wrong
 
yes, I entered it exactly as shown. The program gives me spaces to put the numbers in.
 
It seems weird to me that you would enter columns vectors next to each other the way you showed them in your post.

Other than that, I can't help you without more information on what your computer asks and shows exactly.
 
My computer asks exactly what I wrote before and it shows:

Determine a basis for the row space:
(___ ___ ___ ___), (___ ___ ___ ___)

Determine a basis for the column space:
___ ____
___ ____
___ ____
___ ____

determine a basis for the null space:
___ ____
___ ____
___ ____
___ ____
 
For the row space, try entering the two non-zero rows from the reduced matrix. That's probably what the computer is expecting.

For the null space, your original answer was fine. The answer you gave in post #12 has a sign error. Which answer are you using now?
 
I was using the one I originally gave and you were right! I needed the two non-zero rows from the reduced matrix! thanks!
 
vela said:
Row reduction just results in linear combinations of the original rows, so at the end, the non-zero rows, being independent, form a basis for the row space.

True.
But any 2 rows of the matrix also form a basis (except the first 2 rows).
So why wouldn't those qualify?