Interpretation of matrix multiplication?

In summary, matrix multiplication has a tangible interpretation as the multiplication of linear maps between vector spaces. The columns of the resulting matrix represent the images of the standard basis vectors under the composed linear map. This can also be seen as a block of columns being transformed by the first map and then by the second map, resulting in a block of columns in the final matrix. Overall, matrix multiplication represents the composition of linear maps and is a powerful tool in linear algebra.
  • #1
pivoxa15
2,255
1
Matrix multiplication is clearly defined but is there a tangible or physical interpretation for it? Or is it just abstract formalism?

I am thinking about each column of the matrix as vectors so matrix multiplication with two 2by2 matrices is about multiplying 4 vectors in a certain way. The result is a 2by2 matrix with all four vectors tangled up with each other. But does the two resultant vectors in this matrix have a meaning with respect to the original vectors if we gave the original vectors some meaning in the first place?

I do see how an nbyn matrix multiplied with a nby1 matrix is. It is like dot product on a larger scale with one vector dotted with a set of vectors.

So the question is about multidimentional matrix multiplication.
 
Mathematics news on Phys.org
  • #2
pivoxa15 said:
Matrix multiplication is clearly defined but is there a tangible or physical interpretation for it? Or is it just abstract formalism?

I am thinking about each column of the matrix as vectors so matrix multiplication with two 2by2 matrices is about multiplying 4 vectors in a certain way. The result is a 2by2 matrix with all four vectors tangled up with each other. But does the two resultant vectors in this matrix have a meaning with respect to the original vectors if we gave the original vectors some meaning in the first place?

I do see how an nbyn matrix multiplied with a nby1 matrix is. It is like dot product on a larger scale with one vector dotted with a set of vectors.

So the question is about multidimentional matrix multiplication.

A good interpretation is this: You can view your matrix as the matrix of a linear transformation (mapping) between two vector spaces (of finite dimension) in fixed basis for the two vector spaces. In the columns you express the image (under your linear map) of the basis vectors in terms of the new basis vectors.

Let's look at an example: Let's look at [tex]\left[ \begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array} \right][/tex] and [tex]\left[ \begin{array}{cc} 1 & 1 \\ 0 & 1 \end{array} \right][/tex]. Interpretation: Look at it as a two linear maps [tex]F,G: \mathbb{R}^2\rightarrow\mathbb{R}^2[/tex] and for simplicity fix the standard basis: [tex]e_1=\left( \begin{array}{c} 1\\0\end{array}\right), e_2=\left( \begin{array}{c} 0\\1\end{array}\right)[/tex]. It is important now to keep in mind that in both our domain and our target space (both [tex]\mathbb{R}^2[/tex]) we have chosen the same basis, which is of course a special case and must not always be like that.
We then interpret the column vectors as the images of [tex]e_1[/tex] and [tex]e_2[/tex] under F or G. Under [tex]F:e_1\rightarrow \left( \begin{array}{c} 1\\3\end{array}\right), e_2\rightarrow \left(\begin{array}{c} 2\\4\end{array}\right)[/tex] again in the standard basis (which makes it a lot simpler). If you let [tex]A(F)=[a_{ij}][/tex] be the matrix of F, then it follows that [tex]F(e_1)=a_{11}\cdot e_1+a_{21}\cdot e_2, F(e_1)=a_{12}\cdot e_1+a_{22}\cdot e_2[/tex], which is exactly the multiplication of A(F) with e_1.
Think about this a little: What happens if you take just some vector in [tex]\mathbb{R}^2[/tex], not one form the standard basis. How can you express it's image (maybe in terms of the standard basis?)? What happens, when you compose linear maps?
 
Last edited:
  • #3
the columns of AB are linear combinations of the columns of A whose coefficients are the entries in the columns of B.

equivalently, as above, the columns of A are the images of the standard vectors ei under the map A, and the columns of AB are the images of the column vectors of B under the map A.

so you can imagine a block spanned by the columns of B. then apply the map A to this block and you get the block spanned by the columns of AB.

abstractly, matrices represent maps, and matrix multiplication corresponds to map composition.
 

1. What is matrix multiplication?

Matrix multiplication is a mathematical operation that combines two matrices to produce a new matrix. It is different from regular multiplication because it follows specific rules and principles, and it can only be performed on matrices of specific dimensions.

2. Why is matrix multiplication important?

Matrix multiplication is an essential tool in many scientific fields, including statistics, physics, engineering, and computer science. It allows us to represent and manipulate data in a more organized and efficient way, making complex calculations and analyses possible.

3. How is matrix multiplication performed?

To multiply two matrices, we follow a specific set of rules. The number of columns in the first matrix must be equal to the number of rows in the second matrix. Then, we multiply each element in the first row of the first matrix by each element in the first column of the second matrix and add the products. This process is repeated for each row and column to find the corresponding element in the new matrix.

4. What is the significance of the resulting matrix in matrix multiplication?

The resulting matrix in matrix multiplication represents the relationship between the two original matrices. It contains information about how the elements of one matrix interact with the elements of the other matrix.

5. Are there any special properties of matrix multiplication?

Yes, there are several special properties of matrix multiplication, including the commutative property, associative property, and distributive property. These properties allow us to manipulate matrices in different ways to simplify calculations and solve problems.

Similar threads

Replies
3
Views
263
  • Linear and Abstract Algebra
Replies
4
Views
2K
Replies
2
Views
955
  • Linear and Abstract Algebra
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
Replies
12
Views
3K
  • Linear and Abstract Algebra
Replies
15
Views
4K
  • General Math
Replies
4
Views
1K
  • Special and General Relativity
Replies
2
Views
783
Back
Top