![]()
MATH347DS L10: Some linear algebra applications
|
Model reduction
Stochastic matrices
PageRank algorithm (initial Google search)
![]()
Model reduction
|
Mass + spring systems lead to ODE system, , with , , the trajectories of the point masses
The point masses usually move in some correlated fashion, e.g., eigenmodes
Construct a reduced model , , , orthonormal
Take projection of system on (multiply by projection matrix )
![]()
Stochasdtic matrices
|
Definition. A Markov matrix (a.k.a. stochastic matrix) is a matrix with positive components and column vectors of unit 1-norm, . The matrix entry is the probability of transition from state to state .
Definition. A Markov chain (a.k.a. probability vectors) is a sequence of vectors generated by repeated application of a Markov matrix from the initial vector
Definition. The steady state of a Markov chain (if it exists) is the probability vector for which
Note: The steady state of a Markov chain is simply the eigenvector associated with eigenvalue
![]()
PageRank algorithm
|
Given interlinked webpages, rank them in order of “importance”
Let denote the importance score of page , form vector
Use the link structure of the web to determine “importance”
”Importance” (PageRank 1993):
number of links to page (does not take into account importance of source)
sum of importance scores of all pages linking to
sum of importance scores of pages that link to divided by the number of outgoing links on each page
with if links to , otherwise (adjacency matrix)
Brin-Page (Stochastic matrices form a vector space!)