Skip to content

Add Admonitions for Migrated Lectures #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 4, 2024
Merged
Prev Previous commit
merge main and fix pv intersphinx
  • Loading branch information
HumphreyYang committed Feb 4, 2024
commit 212d6be416fd57f629a0a1bfaafd536d84e75a3f
2 changes: 1 addition & 1 deletion lectures/pv.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ A system of equations like {eq}`eq:Euler1` is an example of a linear **differen
There are powerful mathematical methods available for solving such systems and they are well worth
studying in their own right, being the foundation for the analysis of many interesting economic models.

For an example, see {doc}`Samuelson multiplier-accelerator <samuelson>`
For an example, see {doc}`Samuelson multiplier-accelerator <dynam:samuelson>`

In this lecture, we'll solve system {eq}`eq:Euler1` using matrix multiplication and matrix inversion, basic tools from linear algebra introduced in {doc}`linear equations and matrix algebra <linear_equations>`.

Expand Down