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
 
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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)
| -(p/2)+-sqrt((p/2)^2-q) || <math>x=- \frac{p}{2} \pm \sqrt{(\frac{p}{2})^2-q}</math>
|-
| x=3 or x=5 || <math>x_1=3 \lor x_2=5</math>
|-
| x=3 and x=5 || <math>x_1=3 \land x_2=5</math>
|-
| +- || <math>\pm </math>
|-
| binomial(2;3) || <math>\binom{2}{3}</math>
|-
| int(x^2-1;x;1;5) || <math>\int_{a}^{b}(x^2-1)dx</math>
|-
| p[N] || <math>p_N</math>
|-
| STRG + X || Ausschneiden
|-
| STRG + C || Kopieren
|-
| STRG + V || Einfügen
|-
| STRG + + oder STRG + Mausrad Hoch || Vergrößern
|-
| STRG + - oder STRG + Mausrad Runter || Verkleinern
|-
| STRG + A || Alles markieren
|-
| Umschalttaste + Pfeil || Stückweise markieren
|}
|}
[[Kategorie:Mathematik]]

Aktuelle Version vom 23. März 2025, 10:05 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]
-(p/2)+-sqrt((p/2)^2-q) [math]\displaystyle{ x=- \frac{p}{2} \pm \sqrt{(\frac{p}{2})^2-q} }[/math]
x=3 or x=5 [math]\displaystyle{ x_1=3 \lor x_2=5 }[/math]
x=3 and x=5 [math]\displaystyle{ x_1=3 \land x_2=5 }[/math]
+- [math]\displaystyle{ \pm }[/math]
binomial(2;3) [math]\displaystyle{ \binom{2}{3} }[/math]
int(x^2-1;x;1;5) [math]\displaystyle{ \int_{a}^{b}(x^2-1)dx }[/math]
p[N] [math]\displaystyle{ p_N }[/math]
STRG + X Ausschneiden
STRG + C Kopieren
STRG + V Einfügen
STRG + + oder STRG + Mausrad Hoch Vergrößern
STRG + - oder STRG + Mausrad Runter Verkleinern
STRG + A Alles markieren
Umschalttaste + Pfeil Stückweise markieren