1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Q: What does $\euler$ evaluate to?
A: $0$
Q: State the first DeMorgan Law
A:
$$
\neg \left( P \land Q \right) \equiv \neg P \lor \neg Q
$$
Q: What is the inverse of a 2x2 matrix?
A:
$$
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}^{-1} = \frac{1}{ad - bc} \begin{pmatrix}
d & -b \\
-c & a
\end{pmatrix}
$$
Q: What does `\theta` render?
A: $\theta$
C: The TeX command `\alpha` renders as [$\alpha$].
C: Tables are also supported: