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.
S
) 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
S
while the population of the suburbs is0.4
I
+ 0.7
S
After two years, the population of the inner city is0.6 (0.6
I
+ 0.3
S
) + 0.3 (0.4
I
+ 0.7
S
)and the suburban population is given by0.4 (0.6
I
+ 0.3
S
) + 0.7(0.4
I
+ 0.7
S
)
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
Leave a Comment