Quote
think I have to do something where I have scalar values k, such that
k1*[ a 0 0 0 ] + k2*[ 0 b b 0 ] +k3*[ 0 0 0 c ] = 0 ?
And then I will prove that this spans all matrices [ a b b c ] ? Or something like that I'm not sure really I'm kind of lost
it's been a while, but i think you just have to show they span every matrix in your domain.
so:
k1*[ 1 0, 0 0 ] + k2*[ 0 1, 1 0 ] +k3*[ 0 0, 0 1 ] = [a b, b c]
then a = k1, b = k2, c = k3
could be wrong though.
maybe you have to show they're linearly independent? not sure
This post was edited by carteblanche on Sep 17 2014 06:40pm