- #1
_Bd_
- 109
- 0
Homework Statement
for the set of vectors:
v_1 = 1, -2, 0, 0, 3
v_2 = 2, -5, -3, -2, 6
v_3 = 0, 5, 15, 10, 0
v_4 = 2, 6, 18, 8, 6
(a) find a basis for the set of vectors and state the dimension of the space spanned by these vectors, what is the rank of this matrix?
(b) construct a matrix whose rows correspond to the vectors v_1 thru v_4 and find the basis for the kernel of that matrix and state the dimension of this null space. what is the rank of this matrix?
Homework Equations
allowed to use calculator
The Attempt at a Solution
According to the book instructions I already solved part A
by taking the RREF of the matrix:
[1, -2, 0, 0, 3]
[2, -5, -3, -2, 6]
[0, 5, 15, 10, 0]
[2, 6, 18, 8, 6]
and noticing that the last row is just zeros, therefore its a rank 3 matrix with dimension n-r which would be 2. (Im not sure if this is 2 or 5. . .since it has 5 variables??)
making a system of eq. with the rref form I get
that Ax = 0 then x=
x_1 = 2t - 3s
x_2 = t
x_3 = -t
x_4 = t
x_5 = s
therefore the basis is:
t[2, 1 ,-1, 1, 0] + s[-3, 0, 0, 0, 1] <-- as column vectors
then for part b. . .when I started to do it I realized it was the exact same process? cause my original matrix was made of the rows and the kernel is the nullspace which is 2 (from what I understood from the dif. chapters in the book its the same as the dimension stated above)
so nullity = n - rank = 2
and then the rank. . .would be 3 again?
what trips me off is that its the exact same process twice? or am I confusing some things here?