#Linear Algebra Matrix Column Space

36 messages · Page 1 of 1 (latest)

quasi bayBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
blazing fjord
#

Linear Algebra Column Space

#

Linear Algebra Matrix Column Space

topaz nacelle
#

Well here I think you need to write the column space as a linear combination of the basis of the space

#

So you need to look which vectors in the columns are linearly dependent of each other

#

And create a basis for the space

#

For Null(A) you can use the rank theorem

blazing fjord
blazing fjord
#

is this true for A?

#

(1,0,-1) and (-2,0,2) are linearly dependent

#

but other than that idk

topaz nacelle
#

Well here (1,0,-1) and (2,1,-2) are linearly dependent of (-2,0,2) and (0,3,0)

#

So a basis of the space becomes ((-2,0,2),(0,3,0))

#

They are the only two vectors that are not linearly dependent and that are generator of the column space

#

So you could say that Col(A)={a(-2,0,2)+b(0,3,0), a,b ∈ R}

#

or Col(A)=vectR((-2,0,2),(0,3,0)) which means the same thing

topaz nacelle
#

Here I don’t think it’s necessary

#

for Null(A) we know it’s dimension is 1 because of the rank theorem

blazing fjord
#

would using (1,0,-1) instead of (-2,0,2) also be valid

#

they seem to be interchangable to me

topaz nacelle
blazing fjord
#

okay i see

#

for b, k = 3, and for c, k = 4

topaz nacelle
blazing fjord
#

so in a matrix

#

row x column

#

is the column space dimension the same as the # of rows

#

and null space dimension the same as the # of columns

topaz nacelle
topaz nacelle
#

Or just solve AX=0

#

With X=(x,y,z,t) here