MathJax Cheat Sheet: Unterschied zwischen den Versionen
Aus Matts Wiki
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
When using inside Obsidian.md the code representing the MathJax formular needs start and end with the dollar sign, i.e.: <code>$a_1..a_n$</code> | When using inside Obsidian.md the code representing the MathJax formular needs start and end with the dollar sign, i.e.: <code>$a_1..a_n$</code> | ||
For more examples see: https://easy-copy-mathjax.nakaken88.com/en/matrix/ | |||
=== Lower printed Number of a Variable === | === Lower printed Number of a Variable === | ||
Version vom 8. Februar 2025, 19:58 Uhr
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$
For more examples see: https://easy-copy-mathjax.nakaken88.com/en/matrix/
Lower printed Number of a Variable
a_1..a_n
Exponent
a^2 + b^2 = c^2
Matrix
\begin{pmatrix}
& Bob & Alice \\\
Bob & 0 & 1 \\\
Alice & 1 & 0
\end{pmatrix}
