Rijad Hadzic
- 321
- 20
Homework Statement
Consider the stochastic matrix P giving the probabilities of non-college educated households having at least one college educated child.
<br /> \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}<br />
If there are currently 300,000 college educated households, and 750000 noncollege educated households, in DFW, what is the predicted distribution in 10 generations?
Homework Equations
The Attempt at a Solution
so I have
P =
<br /> \begin{pmatrix}<br /> .9 & .25\\<br /> .1 & .75 \\<br /> \end{pmatrix}<br />
and
x_0
<br /> \begin{pmatrix}<br /> 300\\<br /> 750\\<br /> \end{pmatrix}<br />
So the predicted distribution in 10 generations will be P^9 * x_0, right? Not P^10 * x_0
Sorry I know its probably a simple question but I'm just trying to make sense of this.