Just a reminder that there is no class this Friday.
Due to popular demand, here is the final project.
The matrix in Figure 5.5 of the textbook is wrong, as was the one in the slides I showed. The correct matrix is:
a | b | c | |
---|---|---|---|
a | 1,1 | 2,0 | 0,0 |
b | 0,2 | 1,1 | 2,0 |
c | 2,0 | 0,2 | 1,1 |
Here is a netlogo file I created during lecture. It is as I left it, but I think it calculates something close to Google's pagerank.