MathJax Cheatsheet

Aus MattWiki

This is a cheat sheet on which code leads to which output.

When using inside Obsidian.md the code representing the MathJax formular needs start and end with the dollar sign, i.e.: $a_1..a_n$

Function Example Code
Lower a1..an a_1..a_n
Exponent a2+b2=c2 a^2 + b^2 = c^2
Matrix \begin{pmatrix} & ​Bob & Alice \\\ Bob & 0 & 1 \\\ ​Alice & 1 & 0  \end{pmatrix}