mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-29 14:53:16 +00:00
KaTeX support
Source button
This commit is contained in:
parent
8fc0bd849e
commit
745ac58045
6 changed files with 99 additions and 14 deletions
23
src/content/posts/math-examples.md
Normal file
23
src/content/posts/math-examples.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "Math Examples"
|
||||
description: "REEEEEE"
|
||||
pubDate: 2024-06-08
|
||||
tags:
|
||||
- "Gaybo"
|
||||
---
|
||||
|
||||
Some simple mathematical expressions:
|
||||
|
||||
$$ \sqrt{3x-1}+(1+x)^2 $$
|
||||
|
||||
$$\frac{ax^2+bx+c}{(a+b)^2}=0$$
|
||||
|
||||
$$f(x) = \pm A \sin\left(\frac{2\pi}{4} + \theta\right)$$
|
||||
|
||||
More complicated examples (from [KateX home page](https://katex.org)):
|
||||
|
||||
$$\displaystyle \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+\cdots} } } }$$
|
||||
|
||||
$$\displaystyle \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)$$
|
||||
|
||||
$$\displaystyle {1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots }= \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.$$
|
Loading…
Add table
Add a link
Reference in a new issue