Änderungen von Dokument Anleitung
Zuletzt geändert von Holger Engels am 2024/11/06 09:21
Zusammenfassung
-
Seiteneigenschaften (3 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Übergeordnete Seite
-
... ... @@ -1,1 +1,1 @@ 1 - Dokumentation.WebHome1 +Hilfe.WebHome - Dokument-Autor
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. vbs1 +XWiki.holger - Inhalt
-
... ... @@ -2,8 +2,6 @@ 2 2 {{toc start=2 depth=2 /}} 3 3 {{/box}} 4 4 5 -[[XWikiSyntax>>https://mathe-arbeitsheft.zsl-bw.de/xwiki/bin/view/XWiki/XWikiSyntax?syntax=2.1&category=1]] 6 - 7 7 == Aufgabenseite == 8 8 9 9 Auf jeder Seite sollte ganz oben das Inhaltsverzeichnis eingebunden werden. Das leistet folgender Code: ... ... @@ -41,9 +41,9 @@ 41 41 {{aufgabe afb="I" kompetenzen="K5,K6" quelle="Martina Wagner" cc="BY-SA" niveau="e"}} 42 42 Berechne jeweils die Nullstellen! 43 43 44 - *{{formula}}f(x) = \frac{1}{2}(x-1)(x-3){{/formula}}45 - *{{formula}}g(x) = \frac{1}{2}(x^2-4x+3){{/formula}}46 - *{{formula}}h(x) = \frac{1}{2}(x-2)^2-\frac{1}{2}{{/formula}}42 +a) {{formula}}f(x) = \frac{1}{2}(x-1)(x-3){{/formula}} 43 +b) {{formula}}g(x) = \frac{1}{2}(x^2-4x+3){{/formula}} 44 +c) {{formula}}h(x) = \frac{1}{2}(x+2)^2-\frac{1}{2}{{/formula}} 47 47 48 48 {{/aufgabe}} 49 49 }}} ... ... @@ -82,42 +82,19 @@ 82 82 {{info}} 83 83 {{{ 84 84 {{lösung}} 85 -* {{formula}} 86 -\begin{equation*} 87 - 88 -f(x) = 0 89 - 90 -\Rightarrow \frac12\left(x-1\right)\left(x-3\right)=0 91 - 92 -\Rightarrow x-1=0\vee x-3=0 93 - 94 -\Rightarrow x_1=1; x_2=3 95 - 96 -\end{equation*} 97 -{{/formula}} 98 -* {{formula}} 99 -\begin{equation*} 100 - 101 -g(x) = 0 102 - 103 -\Rightarrow \frac{1}{2}(x^2-4x+3) = 0 104 - 105 -\Rightarrow x^2-4x+3=0 106 - 107 -\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2} 108 - 109 -\Rightarrow x_1=1; x_2=3 110 - 111 -\end{equation*} 112 -{{/formula}} 113 -* {{formula}} 114 -\begin{equation*} 115 - 116 -h(x) = \frac{1}{2} \left(x-2\right)^2-\frac{1}{2} 117 - 118 -\end{equation*} 119 -{{/formula}} 120 -... 83 +a) {{formula}}f(x) = 0{{/formula}} 84 + {{formula}}\Rightarrow \frac12\left(x-1\right)\left(x-3\right)=0{{/formula}} 85 + {{formula}}\Rightarrow x-1=0\vee x-3=0{{/formula}} 86 + {{formula}}\Rightarrow x_1=1; x_2=3{{/formula}} 87 + 88 +b) {{formula}}g(x) = 0{{/formula}} 89 + {{formula}}\Rightarrow \frac{1}{2}(x^2-4x+3) = 0{{/formula}} 90 + {{formula}}\Rightarrow x^2-4x+3=0{{/formula}} 91 + {{formula}}\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2}{{/formula}} 92 + {{formula}}\Rightarrow x_1=1; x_2=3{{/formula}} 93 + 94 +c) {{formula}}h(x) = \frac{1}{2}(x+2)^2-\frac{1}{2}{{/formula}} 95 + ... 121 121 {{/lösung}} 122 122 }}} 123 123 {{/info}} ... ... @@ -126,26 +126,4 @@ 126 126 127 127 == LaTeX == 128 128 129 -Das Formulieren von mathematischen Termen und Gleichungen mit LaTeX ist etwas mühsam. Einfacher geht es mit einem Formeleditor, wie z.B [[MathLive>>https://cortexjs.io/mathlive/demo/]]. Für mehrzeilige Lösungswege hat sich folgende Formatierung bewährt: 130 - 131 -{{info}} 132 -{{{ 133 -{{formula}} 134 -\begin{equation*} 135 - 136 -g(x) = 0 137 - 138 -\Rightarrow \frac{1}{2}(x^2-4x+3) = 0 139 - 140 -\Rightarrow x^2-4x+3=0 141 - 142 -\Rightarrow x_{1,2}=\frac{4\pm\sqrt{4^2-4\cdot3}}{2}=\frac{4\pm2}{2} 143 - 144 -\Rightarrow x_1=1; x_2=3 145 - 146 -\end{equation*} 147 -{{/formula}} 148 -}}} 149 -{{/info}} 150 - 151 -Die Leerzeilen sind entscheidend! 104 +Das formulieren von mathematischen Termen und Gleichungen mit LaTeX ist etwas mühsam. Einfacher geht es mit einem Formeleditor, wie z.B [[MathLive>>https://cortexjs.io/mathlive/demo/]].