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

Aus FLBK-Wiki
Zur Navigation springen Zur Suche springen
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>
|}
|}

Version vom 23. Januar 2024, 11:28 Uhr

Mathematische Zeichen für die Verwendung in Klausuren über elearning.flbk-hamm.de werden wie folgt eingegeben:

Eingabe Darstellung
2*x^3 [math]\displaystyle{ 2 \cdot x^3 }[/math]
sqrt(5) [math]\displaystyle{ \sqrt{5} }[/math]
2/3 [math]\displaystyle{ \frac{2}{3} }[/math]
binomial(2,3) [math]\displaystyle{ \binom{2}{3} }[/math]