- #1
songoku
- 2,365
- 347
- Homework Statement
- Please see below
- Relevant Equations
- Matrix Multiplication
My attempt:
Let C =
$$\begin{pmatrix}
c_{11} & c_{12} & c_{13} \\
c_{21} & c_{22} & c_{23} \\
c_{31} & c_{32} & c_{33}
\end{pmatrix}$$
If C is multiplied by B, then:
1)
a21 = c21 . b11
0 = c21 . b11 ##\rightarrow c_{21}=0##
2)
a31 = c31 . b11
0 = c31 . b11 ##\rightarrow c_{31}=0##
3)
a32 = c32 . b22
0 = c32 . b22 ##\rightarrow c_{32}=0##
But a33 = c31 . b13 + c32 . b23 + c33 . b33 = 0, which contradicts the restriction from the question
So actually matrix C does not exist, not only invertible matrix C does not exist but also non - invertible matrix C can not exist.
Is this what the question wants? Or I am missing something?
Thanks