image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Mathematics > General Math


Reply

image Interpretation of matrix multiplication? Share It Thread Tools Search this Thread image
Old Aug14-06, 04:05 AM                  #1
pivoxa15

pivoxa15 is Offline:
Posts: 2,265
Interpretation of matrix multiplication?

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.
  Reply With Quote
Old Aug14-06, 04:47 AM       Last edited by cliowa; Aug14-06 at 04:53 AM..            #2
cliowa

cliowa is Offline:
Posts: 187
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] and LaTeX Code: \\left[ \\begin{array}{cc} 1 & 1  \\\\ 0 & 1 \\end{array} \\right] . Interpretation: Look at it as a two linear maps LaTeX Code: F,G: \\mathbb{R}^2\\rightarrow\\mathbb{R}^2 and for simplicity fix the standard basis: LaTeX Code: e_1=\\left( \\begin{array}{c} 1\\\\0\\end{array}\\right), e_2=\\left( \\begin{array}{c} 0\\\\1\\end{array}\\right) . It is important now to keep in mind that in both our domain and our target space (both LaTeX Code: \\mathbb{R}^2 ) 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 LaTeX Code: e_1 and LaTeX Code: e_2 under F or G. Under LaTeX Code: 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) again in the standard basis (which makes it a lot simpler). If you let LaTeX Code: A(F)=[a_{ij}] be the matrix of F, then it follows that LaTeX Code: 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 , 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 LaTeX Code: \\mathbb{R}^2 , 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?
  Reply With Quote
Old Aug14-06, 08:59 AM                  #3
mathwonk
 
mathwonk's Avatar

mathwonk is Offline:
Posts: 6,987
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
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.
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Interpretation of matrix multiplication?
Thread Thread Starter Forum Replies Last Post
Matrix Multiplication robbondo Calculus & Beyond 12 May25-09 11:55 PM
matrix multiplication jacobrhcp Linear & Abstract Algebra 1 Feb14-08 09:54 PM
matrix multiplication EvLer Linear & Abstract Algebra 2 Apr27-05 06:22 PM
Matrix Multiplication CollectiveRocker General Math 2 Dec8-04 05:48 PM
Matrix multiplication in C tandoorichicken Introductory Physics 1 Nov29-04 12:38 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image