Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1001 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1001 Bytes

Cheatsheets

These are a couple cheatsheets that I have used over the years.

Numerical Analysis

The NumericalAnalysis sheet is the focus of this repository, as it is the more useful one. The final exam in a numerical analysis course,

If you have MiKTeX (or probably any LaTeX distribution) you can just run pdflatex sheet.txt. One convenient way if you don't is to just use a docker image, like so:

docker pull miktex/miktex
cd NumericalAnalysis
sh container.sh

This will build sheet.pdf.

Python

The Python one I keep just for completeness, but I do not use this one any more. it has been super-ceded by the presence of IDEs far superior to Idle, to say nothing of the fact that Python itself has changed a bit since I created that sheet. Despite that, neither do I feel like destroying it.