Ben Gorman

Ben Gorman

Life's a garden. Dig it.

Scipress supports Katex, a math typsetting library designed for the web. With Katex, you can incorporate math equations inline, like e i x = cos x + i sin x e^{ix}=\cos x+i\sin x or within their own block, like this

e i x = cos x + i sin x e^{ix}=\cos x+i\sin x

You can browse the complete list of supported mathematical typings here

Examples

$\frac{a}{b}$

a b \frac{a}{b}

$\dfrac{a}{b}$

a b \dfrac{a}{b}

$\frac{a}{b}$

a 2 b + 1 \frac{a^2}{b+1}

$\binom{n}{k}$

( n k ) \binom{n}{k}

$\dbinom{n}{k}$

( n k ) \dbinom{n}{k}

$\sqrt[3]{x}$

x 3 \sqrt[3]{x}

$$
{\binom {n}{k}}={\frac {n(n-1)\dotsb (n-k+1)}{k(k-1)\dotsb 1}}
$$
( n k ) = n ( n 1 ) ( n k + 1 ) k ( k 1 ) 1 {\binom {n}{k}}={\frac {n(n-1)\dotsb (n-k+1)}{k(k-1)\dotsb 1}}
$$
f(x) = \sum_{i=0}^{n} \frac{a_i}{1+x}
$$
f ( x ) = _ i = 0 n a _ i 1 + x f(x) = \sum\_{i=0}^{n} \frac{a\_i}{1+x}