hugo-tufte/exampleSite/content/posts/more-maths.md

66 lines
719 B
Markdown
Raw Normal View History

2023-04-25 15:44:03 +02:00
---
author: AUTHOR NAME
date: '2021-07-20T13:56:01-08:00'
type: post
title: More math
subtitle: 'Wow this really works !'
toc: true
math: true
categories:
- katex
- latex
- tufte-css
---
A compilation of `$\LaTeX$` formulas...
2021-07-25 10:06:30 +02:00
<!--more-->
2023-04-25 15:44:03 +02:00
## Matrix
2021-07-25 10:06:30 +02:00
2023-04-25 15:44:03 +02:00
`$$
2021-07-25 10:06:30 +02:00
\begin{matrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{matrix}
2023-04-25 15:44:03 +02:00
$$`
2021-07-25 10:06:30 +02:00
2023-04-25 15:44:03 +02:00
`
2021-07-25 10:06:30 +02:00
$$
\begin{bmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{bmatrix}
$$
2023-04-25 15:44:03 +02:00
`
2021-07-25 10:06:30 +02:00
2023-04-25 15:44:03 +02:00
`
2021-07-25 10:06:30 +02:00
$$
\begin{Vmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{Vmatrix}
$$
2023-04-25 15:44:03 +02:00
`
2021-07-25 10:06:30 +02:00
## Limits
2023-04-25 15:44:03 +02:00
`$$
2021-07-25 10:06:30 +02:00
\lim_{n \to \infty}
\sum_{k=1}^n \frac{1}{k^2}
= \frac{\pi^2}{6}
2023-04-25 15:44:03 +02:00
$$`
2021-07-25 10:06:30 +02:00
2023-04-25 15:44:03 +02:00
`$$
2021-07-25 10:06:30 +02:00
\lim_{n \to \infty}
\frac{1}{x^n}
= 0
2023-04-25 15:44:03 +02:00
$$`
2021-07-25 10:06:30 +02:00
## Various symbols
2023-04-25 15:44:03 +02:00
`$$\lambda,\xi,\pi,\theta,
\mu,\Phi,\Omega,\Delta$$`