jabers
- 15
- 0
What is the difference between matrix multiplication and the dot product of two matrices? Is there a difference?
If,
[tex]A =<br /> \begin{pmatrix}<br /> a & b \\<br /> c & d<br /> \end{pmatrix}[/tex]
and
[tex]B =<br /> \begin{pmatrix}<br /> e & f \\<br /> g & h<br /> \end{pmatrix}[/tex]
then does
[tex] {\mathbf{A} \cdot \mathbf{B}} =<br /> \begin{pmatrix}<br /> ae & bf \\<br /> cg & dh<br /> \end{pmatrix}[/tex]
and
[tex]AB = <br /> \begin{pmatrix}<br /> ae + bg & af + bh \\<br /> ce + dg & cf + dh<br /> \end{pmatrix}[/tex]
? Is this correct? Any help would be appreciated.
If,
[tex]A =<br /> \begin{pmatrix}<br /> a & b \\<br /> c & d<br /> \end{pmatrix}[/tex]
and
[tex]B =<br /> \begin{pmatrix}<br /> e & f \\<br /> g & h<br /> \end{pmatrix}[/tex]
then does
[tex] {\mathbf{A} \cdot \mathbf{B}} =<br /> \begin{pmatrix}<br /> ae & bf \\<br /> cg & dh<br /> \end{pmatrix}[/tex]
and
[tex]AB = <br /> \begin{pmatrix}<br /> ae + bg & af + bh \\<br /> ce + dg & cf + dh<br /> \end{pmatrix}[/tex]
? Is this correct? Any help would be appreciated.