Finding rank(range) and nullspace of a matrix

  • Thread starter Thread starter caliboy
  • Start date Start date
  • Tags Tags
    Matrix Nullspace
caliboy
Messages
15
Reaction score
0

Homework Statement


Trying to figure out the rank and nullspace of the matrix of matrix A and B:

A=
1 0
5 4
1 4

B=
1 0 1
5 4 9
2 4 6

Homework Equations


I used the Guass elimination on both


The Attempt at a Solution



For A I said r3\rightarrowr3-r1, then r3→r3+4r1 then r2→r2-5r1 that lead to me getting
A=
1 0
0 4 Rank=2 and Null space=0
0 0

For B I said r3→r3-r2, then r3→r3+3r1 that lead me to:
B=
1 0 1
5 4 9 Rank=2 and Null space=1
0 0 0

Am I on the right track or do I have these completely wrong?
 
Physics news on Phys.org
Are you trying to find the null space or the nullity, which is the dimension of the null space?
 
I am looking for the nullspace not the nullity. The "nullspace" that I have in the fist post is the nullity. I have been stuyding this and am using the formula Axp=c and am not really understanding how I got a nullspace of (0,0)

I found A=
1x1+0x2=0
0x1+4x2=0
0x1+0x2=0

and a nullspace of:
0
0

still looking at B
 
The null space is just the set of vectors that satisfy Ax=0. In your first example, the only solution is x=(0,0), so the null space is {(0,0)}, which is a vector space of dimension 0.

For your second problem, you found the nullity is 1, so the null space should turn out to be a vector space of dimension 1. That is, it should be the multiples of some vector. You want to figure out what that vector is by solving Bx=0.
 
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