Eingaben für Klausuren auf eLearning: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „Mathematische Zeichen für die Verwendung in Klausuren über elearning.flbk-hamm.de werden wie folgt eingegeben: {| class="wikitable" ! Darstellung !! Eingabe |- | <math>2 \cdot x^3</math> || 2*x^3 |- | <math>\sqrt{5}</math> || sqrt(5) |- | <math>\frac{2}{3}</math> || 2/3 |- | <math>\binom{2}{3}</math> || binomial(2,3) |}“
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


{| class="wikitable"
{| class="wikitable"
! Darstellung !! Eingabe
! Eingabe !! Darstellung
|-
|-
| <math>2 \cdot x^3</math> || 2*x^3
| 2*x^3 || <math>2 \cdot x^3</math>
|-
|-
| <math>\sqrt{5}</math> || sqrt(5)
| sqrt(5) || <math>\sqrt{5}</math>
|-
|-
| <math>\frac{2}{3}</math> || 2/3
| 2/3 || <math>\frac{2}{3}</math>
|-
|-
| <math>\binom{2}{3}</math> || binomial(2,3)
| binomial(2,3) || <math>\binom{2}{3}</math>
|}
|}