• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
Multiplication of Matrices
 
Multiplication of Matrices
Before we give the formal definition of how to multiply two matrices, we will discuss anexample from a real life situation. Consider a city with two kinds of population: the inner city population and the suburb population. We assume that every year 40% of the inner city population moves to the suburbs, while 30% of the suburb population moves to the inner part of the city. Let
 I 
(resp.
) be the initial population of the inner city (resp. the suburban area). Soafter one year, the population of the inner part is0.6
 I 
+ 0.3
 while the population of the suburbs is0.4
 I 
+ 0.7
 After two years, the population of the inner city is0.6 (0.6
 I 
+ 0.3
) + 0.3 (0.4
 I 
+ 0.7
)and the suburban population is given by0.4 (0.6
 I 
+ 0.3
) + 0.7(0.4
 I 
+ 0.7
)
A D V E R T I S E M E N T
 Is there a nice way of representing the two populations after a certain number of years? Let usshow how matrices may be helpful to answer this question. Let us represent the two populationsin one table (meaning a column object with two entries):So after one year the table which gives the two populations is
 
 If we consider the following rule (
the product of two matrices
)then the populations after one year are given by the formulaAfter two years the populations areCombining this formula with the above result, we getIn other words, we haveIn fact, we do not need to have two matrices of the same size to multiply them. Above, we didmultiply a (2x2) matrix with a (2x1) matrix (which gave a (2x1) matrix). In fact, the general rule
 
says that in order to perform the multiplication
 AB
, where
 A
is a (mxn) matrix and
 B
a (kxl)matrix, then we must have
n
=
. The result will be a (mxl) matrix. For example, we haveRemember that though we were able to perform the above multiplication, it is not possible to perform the multiplicationSo we have to be very careful about multiplying matrices. Sentences like "multiply the twomatrices
 A
and
 B
" do not make sense. You must know which of the two matrices will be to theright (of your multiplication) and which one will be to the left; in other words, we have to knowwhether we are asked to perform or . Even if both multiplications do makesense (as in the case of square matrices with the same size), we still have to be very careful.Indeed, consider the two matricesWe haveand
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...