I need to find 3x3 matrices that meet the following:
a) AB not equal to BA b) AB=BA but A not equal to B c)AB=AC but B does not equal C d) AB is the zero matrix but A nor B is the zero matrix
None can be the identity or zero matrix.
I've been playing with the hint etc but still struggling. I must not be doing something right, help! I'm not getting something, not sure what.
Thanks for help.
a)
$A=\left( \begin{array}{ccc} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 5 & 6 & 7 \\ \end{array} \right)$
$B=\left( \begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \\ \end{array} \right)$
$A\cdot B =\left( \begin{array}{ccc} 30 & 36 & 42 \\ 54 & 66 & 78 \\ 78 & 96 & 114 \\ \end{array} \right)$
$B\cdot A=\left( \begin{array}{ccc} 22 & 28 & 34 \\ 49 & 64 & 79 \\ 76 & 100 & 124 \\ \end{array} \right)$