Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/finite_markov.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ One option is to regard this as an eigenvector problem: a vector
$\psi$ such that $\psi = \psi P$ is a left eigenvector associated
with the unit eigenvalue $\lambda = 1$.

A more stable and sophisticated algorithm is implemented in [QuantEcon.py](http://quantecon.org/quantecon-py).
A stable and sophisticated algorithm specialized for stochastic matrices is implemented in [QuantEcon.py](http://quantecon.org/quantecon-py).

This is the one we recommend you to use:

Expand Down