Skip to content

Commit

Permalink
Merge pull request #211 from QuantEcon/la-lecture-typo
Browse files Browse the repository at this point in the history
LA lecture typo
  • Loading branch information
doctor-phil authored Oct 11, 2022
2 parents 11964ec + f5a1415 commit d5cc23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/scientific/applied_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ plot_simulation(x0, A, 5000)

The convergence of this system is a property determined by the matrix $A$.

The long-run distribution of employed and unemployed workers is equal to the [left-eigenvector](https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors)
of $A'$, corresponding to the eigenvalue equal to 1.
The long-run distribution of employed and unemployed workers is equal to the largest [eigenvector](https://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors)
of $A'$, corresponding to the eigenvalue equal to 1. An eigenvalue of $A'$ is also known as a "left-eigenvector" of A.

Let's have numpy compute the eigenvalues and eigenvectors and compare the results to our simulated results above:

Expand Down

3 comments on commit d5cc23e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.