Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmichaillat/math-for-macro
Source files of the course "Mathematics for Macroeconomics"
https://github.com/pmichaillat/math-for-macro
course-material differential-equations dynamic-programming macroeconomics mathematics optimal-control
Last synced: 3 days ago
JSON representation
Source files of the course "Mathematics for Macroeconomics"
- Host: GitHub
- URL: https://github.com/pmichaillat/math-for-macro
- Owner: pmichaillat
- License: cc-by-4.0
- Created: 2022-01-22T03:13:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T18:42:52.000Z (9 months ago)
- Last Synced: 2024-02-10T19:39:35.262Z (9 months ago)
- Topics: course-material, differential-equations, dynamic-programming, macroeconomics, mathematics, optimal-control
- Language: TeX
- Homepage: https://pascalmichaillat.org/c3/
- Size: 6.43 MB
- Stars: 123
- Watchers: 6
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mathematics for Macroeconomics: Source Files
This repository contains the source files of the course "Mathematics for Macroeconomics" developed by [Pascal Michaillat](https://pascalmichaillat.org/) and taught at the [London School of Economics & Political Science](https://www.lse.ac.uk).
## Course webpage
The course material is hosted at https://pascalmichaillat.org/c3/.
## Lecture notes
The source files to the lecture notes are placed in the `lecturenotes` folder. The lecture notes are written in LaTeX, and then compiled to PDF with pdfTeX. There are 3 sets of lecture notes:
+ `notes1.tex`, `notes1.pdf` – Dynamic programming
+ `notes2.tex`, `notes2.pdf` – Optimal control
+ `notes3.tex`, `notes3.pdf` – Differential equations
+ `phasediagrams.key`, `phasediagrams.pdf` – Phase diagrams included in `notes3.tex`## Problem sets
The source files to the problem sets are placed in the `problemsets` folder. The problem sets are written in LaTeX, and then compiled to PDF with pdfTeX. There are 4 problem sets:
+ `ps1.tex`, `ps1.pdf` – Problem set on dynamic programming
+ `ps2.tex`, `ps2.pdf` – Problem set on optimal control
+ `ps3.tex`, `ps3.pdf` – Problem set on differential equations
+ `ps4.tex`, `ps4.pdf` – Cumulative problem set covering all three topicsSolutions to the problems sets are available to instructors [upon request](mailto:[email protected]).
## Style files
The folders also contain the LaTeX style files used to format the lecture notes and problem sets:
+ `paper.sty` – [Commands to format academic papers](https://github.com/pmichaillat/latex-paper)
+ `notes.sty` – Slight modification of `paper.sty` for teaching material
+ `math.sty` – [Commands to write math](https://github.com/pmichaillat/latex-math)## License
The content of this repository was created by Pascal Michaillat and is licensed under the [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).