This worksheet is really simple, just recreate what you see, but in a $\LaTeX$ document.
Okay, lets start with a list of my favourite things:
How to make scones:
Notice the boldface and italics, as well as the special symbol &!
Rewrite all of these, hopefully familiar equations in $\LaTeX$.
A Quadratic equation: $ ax^2 + bx + c = 0 $.
The quadratic formula: $$ x = \frac{-b\pm\sqrt{b^2 - 4ac}}{2a}. $$
A matrix equation $$ \begin{pmatrix} a & \log{b}\\ c & d \end{pmatrix} \begin{pmatrix} x\\ y \end{pmatrix} =\begin{pmatrix} 0\\ 0 \end{pmatrix} $$
can be rewritten as a system of linear equations $$ \begin{align} ax + \log{(b)}y &= 0\\ cx + dy &= 0. \end{align} $$
The Riemann zeta function $$ \zeta(s) = \sum_{n=1}^\infty \frac{1}{n^s} $$
can be rewritten as $$ \zeta(s) = \frac{1}{\Gamma(s)} \int_0^\infty \frac{x^{s-1}}{e^x - 1}\ dx, $$ where $$ \Gamma(s) = \int_0^\infty e^{-x}x^{s-1}\ dx. $$
A timetable!
Time | Activity | Energy Levels |
---|---|---|
0730 | Get Up | 15% |
0745 | Eat Breakfast | 100% |
0815 | Go to Office | 80% |
0900 | Do Research | 20% |
1230 | Have Lunch | 100% |
1330 | More Research | 0% |
1730 | Go Home | -10% |
2000 | Make Tea | 50% |
2330 | Sleep | 40% |
The $\LaTeX$ table will probably look different, but should contain the same information.
A picture of Donald Knuth, creator of $\TeX$, playing the organ. https://cs.stanford.edu/~knuth/dek-badge-20120614.jpg Add a caption explaining who took the picture, and where it came from!
Hint:
https://cs.stanford.edu/~knuth