- #1
WTFsandwich
- 7
- 0
Homework Statement
Suppose A is a vector [tex]\in[/tex] [tex]R^{2x2}[/tex].
Find whether the following set is a subspace of [tex]R^{2x2}[/tex].
[tex]S_{1} = {B \in R^{2x2} | AB = BA}[/tex]
The Attempt at a Solution
I know that S isn't empty, because the 2 x 2 Identity matrix is contained in S.
The problem I'm having comes in the proof that addition is closed.
If I show A(B + C) = (B + C)A that should be sufficient, right?
So far I have:
Suppose [tex]B[/tex] and [tex]C[/tex] [tex]\in[/tex] S.
[tex]A(B + C) = (B + C)A[/tex]
[tex]AB + AC = BA + CA[/tex]
And that's where I'm stuck. I have no idea where to continue on to. Any help would be greatly appreciated.