aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 09:24:29 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 09:24:29 -0400
commita6af097051a8e6d0134dac6082bc77b94122fc23 (patch)
tree86c5d99a0ff3a47498a59b95b52fdde377588029 /examples
parent1748a29ff3b7cbbe72616d82f00063ac164942f9 (diff)
downloadfosdem-2021-minimalism-presentation-a6af097051a8e6d0134dac6082bc77b94122fc23.tar
fosdem-2021-minimalism-presentation-a6af097051a8e6d0134dac6082bc77b94122fc23.tar.gz
additional math examples #531
Diffstat (limited to 'examples')
-rw-r--r--examples/math.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/math.html b/examples/math.html
index 413d169..49d4952 100644
--- a/examples/math.html
+++ b/examples/math.html
@@ -36,6 +36,7 @@
</section>
<section>
+ <h2>The Lorenz Equations</h2>
\[\begin{aligned}
\dot{x} &amp; = \sigma(y-x) \\
\dot{y} &amp; = \rho x - y - xz \\
@@ -43,6 +44,30 @@
\end{aligned} \]
</section>
+ <section>
+ <h2>The Cauchy-Schwarz Inequality</h2>
+
+ \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \]
+ </section>
+
+ <section>
+ <h2>A Cross Product Formula</h2>
+
+ \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
+ \mathbf{i} &amp; \mathbf{j} &amp; \mathbf{k} \\
+ \frac{\partial X}{\partial u} &amp; \frac{\partial Y}{\partial u} &amp; 0 \\
+ \frac{\partial X}{\partial v} &amp; \frac{\partial Y}{\partial v} &amp; 0
+ \end{vmatrix} \]
+ </section>
+
+ <section>
+ <h2>An Identity of Ramanujan</h2>
+
+ \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} =
+ 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
+ {1+\frac{e^{-8\pi}} {1+\ldots} } } } \]
+ </section>
+
</div>
</div>