Matrix multiplication vs dot product

Click For Summary

Homework Help Overview

The discussion revolves around the differences between matrix multiplication and the dot product, specifically in the context of two matrices A and B. Participants explore the definitions and implications of these operations in linear algebra.

Discussion Character

  • Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster questions whether the dot product of matrices is equivalent to matrix multiplication and provides examples for clarification. Some participants clarify that the dot product is typically not defined for matrices in the same way as for vectors, while others discuss the interpretation of matrix multiplication as a collection of dot products.

Discussion Status

Participants are actively engaging with the definitions and interpretations of matrix operations. Some guidance has been offered regarding the distinction between the dot product and matrix multiplication, but there is no explicit consensus on the terminology used.

Contextual Notes

There is an ongoing discussion about the definitions of operations and the assumptions underlying the terms "dot product" and "matrix multiplication." Participants are considering the implications of these definitions in the context of linear algebra.

jabers
Messages
15
Reaction score
0
What is the difference between matrix multiplication and the dot product of two matrices? Is there a difference?

If,

A =<br /> \begin{pmatrix}<br /> a &amp; b \\<br /> c &amp; d<br /> \end{pmatrix}

and

B =<br /> \begin{pmatrix}<br /> e &amp; f \\<br /> g &amp; h<br /> \end{pmatrix}

then does
<br /> {\mathbf{A} \cdot \mathbf{B}} =<br /> \begin{pmatrix}<br /> ae &amp; bf \\<br /> cg &amp; dh<br /> \end{pmatrix}

and

AB = <br /> \begin{pmatrix}<br /> ae + bg &amp; af + bh \\<br /> ce + dg &amp; cf + dh<br /> \end{pmatrix}

? Is this correct? Any help would be appreciated.
 
Physics news on Phys.org
Don't confuse dot product of matrix with vectors. The second product is correct.
 
so,

{\mathbf{A} \cdot \mathbf{B}} = AB = <br /> \begin{pmatrix}<br /> ae + bg &amp; af + bh \\<br /> ce + dg &amp; cf + dh<br /> \end{pmatrix}

With matrices the dot product means that you need to multiply the matrices? Correct?
 
Usually the "dot product" of two matrices is not defined. I think a "dot product" should output a real (or complex) number. So one definition of A\bulletB is ae + bf + cg + df. This is thinking of A, B as elements of R^4. If we want our dot product to be a bi-linear map into R this is how we need to define it (up to multiplication by a constant).
 
You should view AB as a collection of dot products ie.
ab11 (top left of AB) can be described as the dot product of

\begin{pmatrix}
a & b
\end{pmatrix}dot\begin{pmatrix}
e \\
g
\end{pmatrix}

and so on for the rest of the positions.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
11K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K