====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2013:math445:exam1solns [2013/10/28 13:12] gibson |
gibson:teaching:fall-2013:math445:exam1solns [2013/10/29 06:14] (current) gibson |
||
---|---|---|---|
Line 94: | Line 94: | ||
given by $p = T^n e$, where $e$ is an arbitrary $M$-vector whose components | given by $p = T^n e$, where $e$ is an arbitrary $M$-vector whose components | ||
sum to 1, and $n$ is large number. You can set $n$ to 100. | sum to 1, and $n$ is large number. You can set $n$ to 100. | ||
- | | ||
| | ||
function p = pagerank(T); | function p = pagerank(T); | ||
Line 110: | Line 109: | ||
end | end | ||
| | ||
- | | + | |
| |