Originally Posted by pivoxa15
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
![LaTeX Code: \\left[ \\begin{array}{cc} 1 & 2 \\\\ 3 & 4 \\end{array} \\right]](latex_images/10/1060438-0.png)
and
![LaTeX Code: \\left[ \\begin{array}{cc} 1 & 1 \\\\ 0 & 1 \\end{array} \\right]](latex_images/10/1060438-1.png)
. Interpretation: Look at it as a two linear maps

and for simplicity fix the standard basis:

. It is important now to keep in mind that in both our domain and our target space (both

) 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

and

under F or G. Under

again in the standard basis (which makes it a lot simpler). If you let
![LaTeX Code: A(F)=[a_{ij}]](latex_images/10/1060438-8.png)
be the matrix of F, then it follows that

, 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

, 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?