Die wichtigsten mathematischen Konstrukte

Die wichtigsten mathematischen Konstrukte werden mit dem Präfix A- erzeugt:

Kurzbefehl Zweck Beispiel
A-$ Text L = {x|x is sufficiently large}
A-f Brüche
a
b + c
A-s Quadratwurzeln sqrt (x + y)
A-S n-te Wurzeln sqrt3 (x3 + y3)
A-n Negationen not(
a
b + c
)

Tabelle 1. Erzeugung der wichtigsten mathematischen Objekte.

Akzente, untere und obere Indices, links und rechts, erzeugt man, wie folgt:

Kurzbefehl Zweck Beispiel
' Accent aigu f' oder (g + h)'''
Accent grave `f
_ rechter unterer Index xn or xi3
^ rechter oberer Index x2, x
2
n
or ⅇx
A-l _ linker unterer Index 2x
A-l ^ linker oberer Index πx or He

Tabelle 2. Erzeugung von Akzenten und Indices.

Kurzbefehl Zweck Beispiel
@@ Unendlich ∞ oder - ∞

Tabelle 3. Erzeugung des Symbols für Unendlich.

Einige wichtige mathematische Konstrukte sind in Wirklichkeit tabellarische Konstrukte und werden deshalb getrennt behandelt.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".