A Markov chain graph is a directed graph without multiple edges for which each edge is assigned a weight [0,1]. For each vertex, the sum of hte values leaving that vertex is 1.
Four islands A, B, C, D annual migration patterns:
| > | M := array([[.6, .1, .1, .2], [0, .7, 0, .3], [0, 0, .2, .8], [0, 0, .1, .9]]); |
| > | MSqr := evalm(M^2); |
| > | MCubed := evalm(M^3); |
| > | M30 := evalm(M^30); |
Not passing calculus requires taking algebra then trigonometry. The frustration
matrix is given below.
| > | CalcRemediation := array([[0, 0, .3, .1, .6],[.5, 0, 0, .5, 0],[0, .8, 0, .2, 0],[0, 0, 0, 1, 0],[0, 0, 0, 0, 1]]); |
Calc, Trig, Alg, WD, Pass;
| > | evalm(CalcRemediation^20); |
68.2% go from calculus to pass, 72.7% go from algebra to withdraw.