Skip to main content

Math equations

Mathematical equations can be rendered using KaTeX.

Let f ⁣:[a,b]β†’Rf\colon[a,b]\to\R be Riemann integrable. Let F ⁣:[a,b]β†’RF\colon[a,b]\to\R be F(x)=∫axf(t) dtF(x)=\int_{a}^{x} f(t)\,dt. Then FF is continuous, and at all xx such that ff is continuous at xx, FF is differentiable at xx with Fβ€²(x)=f(x)F'(x)=f(x).

I=∫02Ο€sin⁑(x) dx(1)I = \int_0^{2\pi} \sin(x)\,dx \tag{1} f(x)=βˆ«βˆ’βˆžβˆžf^(ΞΎ) e2Ο€iΞΎx dΞΎf(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi

Math notation​

Math expressions can be added using the KaTeX notation. To add an inline equation, wrap the expression in $EXPRESSION$, eg. $\sqrt{3x-1}+(1+x)^2$. 3xβˆ’1+(1+x)2\sqrt{3x-1}+(1+x)^2 To create an expression block, wrap it as follow:

EXPRESSIONEXPRESSION

For example:

f(x)=βˆ«βˆ’βˆžβˆžf^(ΞΎ) e2Ο€iΞΎx dΞΎf(x) = \int_{-\infty}^\infty \hat f(\xi)\,e^{2 \pi i \xi x} \,d\xi

Here is an example with the Markdown and rendered result side by side: