ACFN 221, Ch. II
ACFN 221, Ch. II
CHAPTER TWO
The number of rows, m, and the number of columns, n, of the array give its ORDER,
or its DIMENSIONS, mxn (read “m by n”) = A mxn or [a ij] (mxn).
Example: The following are examples of matrices
1 7
This is a 3 x 2 matrix
A 5 3
4 2
ELEMENT
a12= 7
a21 = 5
a32 = 2
a23 = X - Because it is a 3 x 2 matrix.
1 5 9 15
2 6 10 20
This is a 4 x 4 matrix Elements X = 45 x32 = 7
44
3 7 11 30
4 8 12 45
IMPORTANCE OF MATRICES
Matrices provide a most convenient vehicle for organizing and storing large
quantities of data. Because the basic idea is to organize the data, we cannot over
Chapter two Page 1
Chapter Two: Matrix Algebra and its Applications 2
emphasize the importance of the location of each number with in the matrix. It is
not simply a matter of putting numbers in to rows and columns; each row-column
location with in each matrix carries with it special interpretation; a matrix is, in
essence, a tool for organizing vast quantities of data. Matrices are used to represent
complex systems and operations by compact entities.
TYPES OF MATRICES
1. VECTOR MATRIX - is a matrix which consists of either one row or one column.
That is, it is an mx1 or a 1 x n matrix.
1.1. Row vector = is a 1 x n matrix
E.g. W = [-1, 0, 6]
1.2 Column Vector - is a mx1 matrix
2
5
E.g. B =
7
0
The transpose of an mxn matrix denoted A -t is an nxm matrix whose rows are the
columns in A (in the same order) and whose columns are the rows in A (in the same
order).
1 1
2 3 10
4 7
-t
2
If then A =
5 8
A 4 5 6 11 A
3 6 9
7 8 9 12 10 11 1 2
t
Note that a = aijij
The transpose of a row vector is a column vector and the transpose of a column
vector is a row vector.
2. Square Matrix - is a matrix that has the same number of rows and columns. It is also
called an nth order matrix.
1 0
E.g. 2x2, A
0
1
.
3. NULL (ZERO) MATRIX - is a matrix that has zero for every entry. It is generally
denoted by Omn. In matrix operations it is used in much the same way that the
number zero is used in regular algebra. Thus, the sum of a zero matrix and any
matrix gives that given matrix and the product of a zero matrix and any matrix
equals that zero matrix.
4. IDENTITY MATRIX - a square matrix in which all of the primary diagonal entries
are ones and all of the off diagonal entries are zeros. Generally it is denoted as I n.
Primary diagonal represents: a11, a22, a33, a44, --- ann entries.
1 0 1
0
0 0 0
0
I2 = A
, I4 =
1 0
A
0 1
0 0 1 0
0 0 0 1
The product of any given matrix and the identity matrix is the given matrix it self.
That is, A x I = A and I.A = A. Thus, the identity matrix behaves in matrix
multiplication like the number 1 in an ordinary arithmetic.
5. SCALAR MATRIX - is a square matrix where elements on the primary diagonal are
the same and the rest zeros.
NB: An Identity matrix is a scalar matrix, but a scalar matrix may not be an identity
matrix
6. DIAGONAL MATRIX- a square matrix where elements on the primary diagonal are
consecutive and others zeros.
7. EQUAL MATRICES -Two matrices A & B, are said to be equal only if they are of
the same dimensions and if each element in A is identical to its corresponding
element in B; that is, if and only if a ij = bij for every pair of subscripts i and j. If A =
B, then B = A; or if A≠B, then B ≠A.
1 2
A
3
4
is equal to B =
1 2 4 2
However; A
3
4
is not equal to C = A
3
1
Even though they contain the same set of numerical values, A and C are not equal
because their corresponding elements are not equal; that is, a 11 ≠ C11 and so on.
If A and B are two matrices, each of size mxn, then the SUM of A and B is the mxn
matrix C whose elements are:
Cij = Aij + bij for i = 1, 2, ------- m
j = 1, 2, -------- n.
+ =
Given that two matrices do have the same dimension, the way we subtract a matrix
from another matrix is the same as the way we add two matrices.
Matrix Multiplication
If K is any real number and A is an mxn matrix, then the product KA is diffident to
be the matrix whose components are given by k times the corresponding component
of A; that is,
KA= [Kaij] (mxn).
B. Vector-by-Vector multiplication
In multiplying two vectors always a row vector is written in the first position and
the column vector in the second position. Each component of a row vector is
multiplied by the corresponding component of the column vector to obtain a result
known as PARTIAL PRODUCT. The sum of all partial products is called
INNER/DOT PRODUCT of two vectors, and this is a number not a vector. In other
words, Vector- by- Vector results in a real number rather than a matrix.
E.g. Consider the product (AB) of the following row and column vectors.
2
A 3 6 ’
5
4 2 B=
7
0
3x2=6
4 x 5 = 20 partial products
-2 x 7 = -14
6x0=0
12 Inner/Dot Product
The first element in the raw is multiplied by the first element in the column; the
second element in the row is multiplied by the second element in the column and so
on until the nth row element is multiplied by nth column element. These products are
then summed up to obtain the single number that is the product of the two vectors.
Example
2 3 4 1 7
A
6 9
7 B= 0
8
5 1
18 42
AB = 29
121
The result for BA is different:
40 60 45
BA = 48
72 56
16 24 27
2. The commutative law of multiplication does not apply to matrix multiplication. For
any two real numbers X and Y, the product XY is always identical to the product
YX. But for two matrices A and B, it is not generally true that AB equals BA. (In the
product AB, we say that B is pre multiplied by A and that A is post multiplied by
B). In many instances for two matrices A and B, the product AB may be defined
while the product BA is not defined, or vice versa.
In some special cases, AB does equal BA. In such special cases A and B are said to
Commute.
3. The product of two matrices can be the zero matrixes even though neither of the two
matrices them selves is zero matrix! We cannot conclude from the result AB = 0 that
at least one of the matrices A or B is a zero matrix.
0 0 0
A = , B = 7
10 4
, AB =
8 3 2
0 0 0
0 0 0
0 0 0
4 1 1 2
, B 2 5
,C 3
2
4
10 14
AB = AC =
20
28
but B ≠ C.
4 3 2
E.g. 1. A
2
6
7
, B = interchanging
rows
4 3 2
2. A
2
6
7
B= = multiplying the first row
by 2.
4 3 2
3. A
2
6
7
B= = Multiplying the first row by 2
Interchange R1 with R2
2 3 4 1 2
A
1
2
3
B= 1
2
1
3
C, =
1. To get ones first in a column and next zeros (within a given column)
2. To get zeros first in a matrix and next ones.
Ones First: Try to set ones first in a column and then zeros of the same column.
Go from left to right
Zeros First: Find the off diagonal zeros first, and following this obtain ones on the
main diagonal. It can simplify the work involved in hand calculation by avoiding
fractions until the last step. Find the inverse of the following matrixes:
A)
B)
C)
MATRIX APPLICATIONS
Solving Systems of Linear Equations
1. n by n systems
Systems of linear equations can be solved using different methods. Some are:
Elimination method for 2 variable problems (equations).
Matrix method
i. Inverse method
ii. Cramer’s rule – using determinants (independent study)
iii. Gaussian Method.
SOLVING SYSTEMS OF EQUATIONS USING MATRIX METHODS
The elimination of variable procedure is generally satisfactory for solving systems of two
equations in two variables. However, for systems containing more than two equations and
involving more than two variables, this procedure is not as efficient as we would like; so we
find ourselves turning to another solution technique.
The alternative solution procedure we shall use employs a MATRIX FORMAT to organize
the data.
The two linear equations of the system
a11x 1 + a12x2 = b1
a21x1 + a 22x2 = b 2
can be represented by the MATRIX EQUATION AX = B where
A = a11 a12
a21 a 22
The Gaussian Method One “matrix” procedure that can be used to solve systems of
linear equations is known as the GAUSSIAN METHOD. This procedure was develoed by
the mathematician Karl F. Gauss (1777-1855).
We begin with the augmented matrix representation [A| B] of the original system of
equations. Then we systematically reduce the augmented matrix to equivalent augmented
matrices in simpler form. We continue until we have reached the simplest possible augmented
matrix representation, one from which the solution of the sysem can be obtained by
inspection. Indeed, we seek to transform the augmented matrix [A| B] into the augmented
matrix [I|X], where I is the idemtity matrix and X is the solution vector.
The operations that may be performed on the augmented matrices to convert them to simpler
form are the ELEMENTARY ROW OPERATIONS (EROS). The elementary row
operation may consist of the following:
Operations permitted on the rows of a matrix are called ELEMENTARY
ROW OPERATIONS. They are as follows:
Again, it is recommended that we follow the same step-by-step procedure for obtaining the
identity matrix format that we used when calculating an inverse. That is, working one
column at a time, obtain a one in the correct cell using ERO Type II, Then, obtain zeros in
all other cells of the column using ERO Type III and multiples of the row which has the
one.
Solving systems of linear equations using the Gaussian method involves the
following steps:
1. Write all equations in a matrix form.
2. Change coefficient matrix in to identity matrix and apply the same
elementary row operations on the vector of constants
3. The resulting value (of the RHS vector) will be the solution.
Example Using the Gaussian procedure, find the solution to the system of equations
2x + y = 60
x + 3y = 105
We set up the augmented matrix tableau
2 1 60
1 3 105
To obtain a 1 in the row one-column one cell, we multiply row one by ½, to
obtain
1 ½ 30 R1 (½)R1
1 3 105
Now, a zero is required in the row two-column one cell. Employing ERO
Type III, we subtract row one from row two, to obtain
1 ½ 30
0 5/2 75 R2 R2 _ R1
Column one is now in the identity matrix format, and we turn our attention to
column two. To obtain a 1 in the row two-column two cell, we multiply row
two by , as
1 ½ 30
0 1 30 R2 (2/5) R2
1 0 0 10
0 1 0 5
0 0 1 3
2. A row that is all zeros except in the constant column, indicating that there are no solutions;
e.g.
1 0 0 3
0 1 0 5
0 0 0 7
3. A matrix in a form different from (1) and (2), indicating that there are an unlimited
number of solutions. Note that for an n by n system, this case occurs when there is a row
with all zeros, including the constant column; e.g.
1 0 2 5
0 1 3 3
0 0 0 0
USING THE INVERSE TO SOLVE A SYSTEM OF EQUATIONS
Given an n n system of linear equations, represented in matrix notation as AX = B, we may
be able to find the solution vector using the inverse of A. If the coefficient matrix A is
invertible, the system has a unique solution which is given by
X = A-1B
The result stems from the fact that, if A has an inverse, both sides of the
matrix equation can be multiplied by that inverse, as
AX = B
A AX = A-1B
-1
(A-1A)X = A-1B
IX = A-1B
X = A-1B
To solve systems of linear equations using the inverse method the coefficient matrix
should be inevitable, and it involves the following steps:
1. Put all equations in a matrix form (square matrix form).
2. Find the inverse of the coefficient matrix.
3. Multiply the inverse with right hand side values (vector of constants)
Example x1 + 3x2 = 16
2x1 + 2x2 = 16
The inverse of the coefficient matrix
A= 1 3
2 2
is found by using elementary row operations to covert the augmented matrix
[A I] into the format [I A-1]. This inverse is
A-1 = -½ ¾
½ -¼
This inverse can be used to determine the solution to the system. Accordingly
the solution is given as follows:
-½ ¾ . 16 = x1
½ -¼ 16 x2
x1 = 4
x2 4
When the information becomes that 18 for the right hand side value for the
first equation and 16 as it is for the second one, the solution can easily be
determined by introducing tha new change to the solution procedure as given
below.
-½ ¾ . 18 = x1
½ -¼ 16 x2
x1 = 3
x2 = 5
2. M by n linear systems
The mxn linear systems are those systems where the number of rows (m) and
number of columns (n) are unequal or it is the case where the number of equations
(m) and the number of variables (n) are unequal. And it may appear as m>n or m<n.
2.1 Linear equations where m>n
To solve an m by n systems of equations with m>n, we start with the matrix (A/B),
and attempt to transform it in to the matrix (I/C). One of the three things will result:
1. An n by n identity matrix above m-n bottom rows that are all zeros, giving the
unique solution
2. A row that all zeros except in the constant column, indicating that there are no
solutions.
3. A matrix in a form different from (1) and (2), indicating that there are an
unlimited number of solutions.
2.2. Linear equations where m<n
The system has either n
Our attempt transform (A/B) in to (I/C) in the case where m<n will result in either of
the two:
1. A row that is all zeros except in the constant column, indicating that there are no
solutions. Or
2. A matrix in a form different from (2), indicating that there are an unlimited
number of solutions.
“EVERY SYSTEM OF LINEAR EQUATIONS HAS EITHER NO SOLUTION,
EXACTLY ONE SOLUTION OR INFINITELY MANY SOLUTIONS.”
E.g.
1. 3x – 2y = 14 5. 2X + Y = 30
X + 3y = 1 X+ 2Y = 24
4X + 5Y = 72
2. -2x + y = -3
X – 4y = -2 6. 6X + 5Y = 20
9X + 15/2Y = 30
3. 2X- 3Y = 6 36/5X + 6Y = 24
X + 5Y = 29
3X – 4Y = 11 7. 4X + 6Y – 3Z = 12
6X + 9Y – 9/2Z = 20
4. -3X + 4Y = -11
4X – 5Y = 13 8. 3X – 2Y + 4Z = 15
X + 2Y = -13 4X – 8/3Y + 16/3Z = 20
WORD PROBLEMS
Steps
1. Represent one of the unknown quantities by a letter usually x and express other
unknown quantities if there is any in terms of the same letter.
2. Translate the quantities from the statement of the problem in to algebraic form
and set up an equation.
3. Solve the equation (equations) for the unknown that is represented by the letter
and find other unknowns from the solution.
4. Check the findings according to the statement in the problem.
Example.
1. The weights (in pounds) of six people before taking a weight reduction program
were 350, 249, 260, 195, 275, and 295. The weights of these same people after the
weight reduction program are 345, 200, 220, 140, 200, and 230, respectively.
Summarize this information in a (6 by 2) matrix.
2. A manufacturing firm which manufactures office furniture finds that it has the
following variable costs in dollars.
Desks Chairs Tables Cabinets
Assume that an order of 5 desks, 6 chairs, 4 tables and 12 cabinets has just been
received. What are the total material, labor and overhead costs associated with the
production of ordered items? Answer: Birr 1,710.
3. Olympus manufacturing company produces two types of boats: one-person and
two-person models. The company has two plants x and y at different parts of the
country. In both plants, there are two departments, fabricating and finishing. A one-
person boat requires 4-labor hr in the fabricating department and 1 labor hr in the
finishing department. The two-person boat requires 6-labor hr in the fabricating
department and 1.5-labor hr in the finishing department. Suppose the hourly rates
of labor cost in the fabricating and finishing departments be Br 8 and Br 6
respectively at plant x, and Br 7 and Br 4 at plant Y. Using matrix algebra, find the
labor cost of making one unit of each product at each of the two plants. Interpret the
results.
Answer:
Product
Plant One person Two person
X 38 57
Y 32 48
4. Asrat Carpet Company has in inventory 1,500 square yards of wool and 1,800
square yards of nylon for the manufacture of carpeting. Two grades of carpeting are
produced. Each roll of superior grade carpeting requires 20 sq. yards of wool and 40
Chapter two Page 14
Chapter Two: Matrix Algebra and its Applications 15
square yards of nylon. Each roll of quality-grade carpeting requires 30 square yards
of wool and 30 square yard of nylon. If Asrat would like to use all the material in
inventory, how many rolls of superior and how many rows of quality carpeting
should be manufactured? Answer: 15 and 40.
5. A manufacturer is costing out one product line which consists of three different
models, A, B, and C. These models are assembled from three types of parts, 1,2 and
3. The manufacturer would like to produce such quantities of the three models as to
completely deplete the inventory of parts of hand, in the final production run. Each
model a uses one unit of part 1, three units of part 2, and two units of part 3. Each
unit of model B uses one unit of part 1, two units of part 2, and one unit of part 3.
Each model C uses two units of part 1, and three units of part 3. Inventory records
show that there are on hand 1,500 units of part 1 and 1,900 units each of part 2 and
3. How many of each model should the manufacturer plan to produce? Answer:
100, 800, and 300.
6. Alemayehu invested a total of 10,000 in three different savings accounts. The
accounts paid simple interest at an annual rate of 8 percent, 9 percent and 7.5
percent respectively. Total interest earned for the year was Br 845. The amount in
the 9 percent account was twice the amount invested in the 7.5 percent account.
How much did Alemayehu invest in each account? Answer: Br 1,000, Br 6,000 and
Br 3,000
9. Attendance records indicate that 40, 000 people attended the 12 th African Youth
championship at its opening ceremony at the Addis Ababa Stadium. Total ticket
receipts were Br 1, 750,000. Admission prices were Br 37.5 for the second class and
Br 62.5 for the first class. Determine the number of people who attended the opening
ceremony at first class and second class. Answer: 30,000 and 10,000.
10. LLM produces three grades of commercial fertilizers. A 100-lb bag of grade-
A fertilizer contains 18 lb of nitrogen, 4 lb of phosphate, and 5 lb of potassium. A
100-lb bag of grade-B fertilizer contains 20 lb of nitrogen and 4 lb each of
phosphate and potassium. A 100-lb bag of grade-C fertilizer contains 24 lb of
nitrogen, 3 lb of phosphate, and 6 lb of potassium. How many 100-lb bags of each
of the three grades of fertilizers should Lawnco produce if 26,400 lb of nitrogen,
4900 lb of phosphate, and 6200 lb of potassium are available and all the nutrients
are used?
11. A private investment club has $200,000 earmarked for investment in stocks.
To arrive at an acceptable overall level of risk, the stocks that management is
considering have been classified into three categories: high-risk, medium-risk,
and low-risk. Management estimates that high-risk stocks will have a rate of
return of 15%/year; medium-risk stocks, 10%/year; and low-risk stocks, 6%/year.
The members have decided that the investment in low-risk stocks should be
equal to the sum of the investments in the stocks of the other two categories.
Determine how much the club should invest in each type of stock if the
investment goal is to have a return of $20,000/year on the total investment.
(Assume that all the money available for investment is invested.)
MARKOV CHAINS
Concept, Model and Solutions
This model is a forecasting model. It is probabilistic/ stochastic model. A Russian
mathematician called Andrew Markov around 1907 developed this model.
Markov chains are models which are useful in studying the evolution of certain
system over repeated trials. These repeated trails are often successive time periods
where the state (out come, condition) of the system in any particular time period
cannot be determined with certainty. Therefore, a set of transition probabilities is
used to describe the manner in which the system makes transition from one period
to the next. Hence, we can predict the probability of the system being in a particular
state at a given time period. We can also talk about the long run/equilibrium, steady
state.
System - which we want to study, machine, and person
Trials - successive time period any convenient length of time day, week,
month, year, etc.
State/out come, condition - the system can have various number of out
comes.
Transition probabilities - set of input data, and are assumed to be constant.
Long/stead state - the system cannot change any more. There is the same
probability between n and n + 1 period after the long period.
The necessary assumptions of the chain are:
1. The system has a finite number of states - the out comes of the system should be
finite.
2. The system condition/outcome, state in any given period depends on its state in
the preceding period and on the transition probabilities
3. The transition probabilities are constant over time.
4. Changes in the system will occur once and only once each period.
5. The transition period occurs with regularities.
6. The states are both mutually exclusive and collectively exhaustive.
7. The system is a closed one, that is, there will be no arrival or exits from the
system.
Information flow in the Analysis
The Markov model is based on two sets of input data
The set of transition probabilities.
The existing or initial or current conditions or states.
The Markov process, therefore, describes the movement of a system from a certain
state in the current state/ time period to one of n possible states in the next stage.
The system move in an uncertain environment all that is known is the probability
associated with any possible move or transition. This probability is known as
transition probability symbolized by P ij. It is the likelihood that the system which
is currently in state i will Smoke to state j in the next period.
From these inputs the model makes two predictions usually expressed as vectors:
1. The probabilities of the system being in any state at any given future time period.
2. The long run / equilibrium, steady state probabilities.
The set of transition probabilities are necessary for both predictions (time period n,
and steady state), but the initial state is needed for only the first prediction.
Input data Predictions/ outcomes
Markov chain analysis used among other things in Market share Analysis. The
example below shows this.
1. Currently it is known that 80% of customers shop at store 1 and 20% shop at store 2.
In reviewing a past data suppose we find that out of all customers who shopped at
store 1 in a given week 90% remain loyal for the next week (store one again), 10%
switch to store 2. Out of all customers who shopped at store 2, in a given week 80%
remain loyal for the next week (store 2 again), 20% switch to store 1. What will be
the proportion of customers shopping at store 1 and 2
a) In each of the next two weeks?
b) In the long run?
S1 0.9 0.1
S2 0.2 0.8
P11, P22, P33, P44 ---------------------Pnn that represent the primary diagonal show loyalty.
Others switching.
V12(2) = V12(1) x P
= V12(1) x P
= (.76 .24)
.9 .1
= (.76 .24)
.2
.8
=(0.732 .268)
b. In the long run (V1 V2) (n)*(p) = (V1 V2) (n+1)
n p n+1
.9 .1
(V1 V2)
.2
.8
= (V1 V2)
0.9V1 + .2V2 = V1
.1V1 + .8V2 = V2
V1 + V 2 = 1
.9V1+.2(1-V1) =V1
.9V1 + .2 - .2V1 = V1
.7V1 + .2 = V1
.2 = .3V1
V1 = 0.2/0.3 = 2/3
V2 = 1 - V 1
= 1 - 2/3
V2 = 1/3
In short, the switching over the sum of the switching gives us the long run state.
To
S1 S2
From S1 .9 .1
S2 .2 .8
V1= V2 =
= =
2 1
(V1 V2) =
3 3
In the long run 67 of the customer will shop in store 1 and 33% in store 2.
Prediction: Long run - only the transition matrix.
At specified time - the transition matrix and state vector.
Hence, unless the transition matrix is affected, the long run state will not be
affected. Moreover, we cannot know the number of years, weeks, or periods to
attain the long run state, point but we can know the share.
For example, if we take the above example and change the transition matrix
S1 S2
S1 1 0
S2 .2 .8
The state S1 (store 1) in absorbing
In short:
Consider a Markov chain with n different states {S1, S2, and S3 --- Sn}.
The ith state Si is called absorbing if Pii = 1. Moreover, the Markov chain is called
absorbing if it has at least one absorbing state, and it is possible for a member of
population to move from any non-absorbing state to an absorbing one in a finite
number of transitions.
Remark: Note that for an absorbing state Si, the entry on the main diagonal p must
be Pii = 1 and all other entries in the ith row must be 0.
E.g. a.
E.g. b.
However the corresponding Markov chain is not observing. Because there is no way
to move from state 3 or state 4 to state 2.
A Markov chain is absorbing it has at least one absorbing state, and if from every
state it is possible to go to an absorbing state (not necessarily in one step).
Exercises
b. What will be the percentage of users from total population just after two
months?
c. What will be the proportion of the non users and users in the long run?
Solution
2. V (1) UN = V (0) UN x p
.95 .05
= 0.2 0.8 .10 .90
(0.27 0.73)
V (2) UN = V (1) UN x p
.95 .05
= 0.27 0.73 .10
.90
= (.3295 0.6705)
3. VU VN = (? ?)
switchtoU switchtoN
Switchtou SwitchtoN Switchtou SwitchtoU
VU = VU =
.1 .05
0.65 0.33
.15 .15
VU VN = 0.67 0.33
VUN (n) = 0.67 0.33
2. A city has two suburbs: suburb x and suburb y. Over the past several years, the city
has experienced a population shift from the city to the suburbs, as shown in the
table below.
To the next year
City (C) Suburb x (X) Suburb y (Y)
In 20xo, the city had a population of 120,000, suburb x had a population of 80,000,
and suburb by had a population of 50,000. Assuming that the population in the
metropolitan area remains constant at 250,000 people,
a. How many people will live in each of the three areas in 20X 2?
b. How many people will live in each of the three areas in the long run?
Solution.
P=
.85 .07 .08
V(1)cxy = V(0)cxy * p = (.48.32 .20) .01 .96 .03
.01 .02 .97
V (1)cxy = (.4132 .3448 .2420)
.85 .07 .08
V(2)cxy = (.4132 .3448 .2420) .01 .96 .03
.01 .02 .97
V(2)cxy = (.3571 .3648 .2781)
Thus, in 20X2, 89,275, 91,200 and 69,525 people will live in the city, suburb x and
suburb y respectively.
longrun
b. n p n+1
Chapter two Page 23
Chapter Two: Matrix Algebra and its Applications 24
.16C - .01 = 0
.16C = .01
.01
C=
.16
C = 0.0625
.11 (.0625) + .06y - .04 = 0
.006875 + .06y - .04 = 0
.06y = .033125
y = 0.5521
C+X+y = 1
.0625+x+.5521=1
0.6146+x=1
X = .3854
In the long run 15,625, 96,350 and 138,025 people will live in the city suburban X
and suburban respectively.
4. In a certain college class, 70% of the students who receive an “A” on the current
examination will receive an “A” on the next examination. Moreover, 10% of the
students who do not receive an “A” on the current examination will receive an “A”
on the next examination. Assuming that this pattern continues, what is the stable
matrix?
VA VA1 = (.25 .75)
5. A vigorous television advertising campaign is conducted during the football season
to promote a well-known brand X shaving cream. For each of several weeks, a
survey is made and it is found that each week 100% of those using brand X continue
to use it. It is also found that of those not using brand x, 20% switch to brand X
while the other 80% continue using another band.
a. Write the transition matrix, assuming the transition percentages continue hold for
succeeding weeks.
b. If 20% of the people are using brand X at the start of the advertising campaign,
what percentage will be using brand X one week later? Two weeks later?
c. What portion of the market will be using brand X area the end of the season,
assuming the transition matrix remains the same? Find the Steady-state matrix)
solution.
A.
Vx' = =0