Änderungen von Dokument Numerische Variablen
Zuletzt geändert von Hendrik Zschocke am 12.01.2024
Von Version 410.1
bearbeitet von Carina Enke
am 27.02.2019
am 27.02.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
Auf Version 415.1
bearbeitet von Carina Enke
am 05.02.2019
am 05.02.2019
Änderungskommentar:
Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -110,10 +110,6 @@ 110 110 111 111 Die ONYX Testsuite ist mit dem [[Computer-Algebra-System MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]] gekoppelt. Sie können Variablenwerte auf Basis anderer Variablen berechnen. Geben Sie hierfür die Berechnungsvorschrift in MAXIMA-Schreibweise an. 112 112 113 -{{info}} 114 -Detaillierte Hinweise zur MAXIMA-Schreibweise erhalten Sie im [[MAXIMA Benutzerhandbuch (Manual)>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]. Eine wertvolle Zusammenstellung von Beispielumsetzungen finden Sie in Form eines Wikis unter [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]. 115 -{{/info}} 116 - 117 117 **Mögliche Eingaben sind beispielsweise:** 118 118 119 119 * //Berechnung (MAXIMA): 5+{a}: //Es wird die Summe aus 5 und dem Variablenwert {a} berechnet. Die Variable {a} muss zuvor definiert sein. ... ... @@ -153,7 +153,9 @@ 153 153 Damit beträgt im Beispiel die korrekte gerundete Lösung der Hypotenuse {hyp} 13,60 cm. Wobei die Antwortoptionen {a}, {b} und {c} bereits mit dem Wissen, dass die Hypotenuse größer als die jeweiligen Katheten und kleiner als die Summe der Katheten ist, logisch ausgeschlossen werden können. 154 154 ))) 155 155 156 - 152 +{{info}} 153 +Detaillierte Hinweise zur MAXIMA-Schreibweise erhalten Sie im [[MAXIMA Benutzerhandbuch (Manual)>>url:http://maxima.sourceforge.net/docs/manual/de/maxima.html||shape="rect"]]. Eine wertvolle Zusammenstellung von Beispielumsetzungen finden Sie in Form eines Wikis unter [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]]. 154 +{{/info}} 157 157 158 158 == Einstellung: Anzeige formatieren == 159 159 ... ... @@ -205,12 +205,10 @@ 205 205 206 206 * [[Calculation task>>doc:Berechnungsaufgabe]] 207 207 * [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v1.11||shape="rect"]] 208 -{{/panel}} 209 209 210 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Further information"}} 211 -* [[MAXIMA Manual>>url:http://maxima.sourceforge.net/docs/manual/maxima.html||shape="rect"]] 212 -* [[MAXIMA Good-Practice-Beispiele>>url:https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/5499682817/CourseNode/93229879750473/wiki/Index||shape="rect"]] 213 -* [[MAXIMA Systeminformationen>>url:http://maxima.sourceforge.net/||rel="nofollow" shape="rect" class="external-link"]] 207 +**Further information** 208 + 209 +* [[MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]] 214 214 {{/panel}} 215 215 {{/scroll-ignore}} 216 216 {{/layout-cell}} ... ... @@ -245,7 +245,7 @@ 245 245 * //Random selection: -5; -3; 3; 5: //One of the specified values will be randomly selected, for example 5. 246 246 * //Random selection: 0; 12.25; 13.5: //One of the specified values will be randomly selected, for example 12.25. 247 247 248 -=== Example "probability" === 244 +=== **Example "probability"** === 249 249 250 250 As an example, a typical task out of probability theory and statistics will be completed. It is to calculate the probability of certain colour combinations, when different coloured spheres are randomly drawn from an urn. 251 251 ... ... @@ -275,10 +275,6 @@ 275 275 276 276 The ONYX Testsuite is connected with the [[computer algebra system MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]], which allows you to calculate variable values on the basis of other variables. For this purpose, you need to indicate the calculation rule in MAXIMA notation. 277 277 278 -{{info}} 279 -For further information on the MAXIMA notation, please refer to the help pages of the [[computer>>url:http://maxima.sourceforge.net/||shape="rect"]] [[algebra system MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]]. 280 -{{/info}} 281 - 282 282 **Possible entries are for example:** 283 283 284 284 * //Calculation (MAXIMA): 5+{a}: //The sum of 5 and the variable value {a} is calculated. Please note that the variable {a} must have been previously defined. ... ... @@ -286,7 +286,7 @@ 286 286 * //Calculation (MAXIMA): 2*sin({a})+log({b}): //Further, it is possible to use trigonometric functions or the logarithm function. 287 287 \\[[image:attach:image2017-3-22 14:38:53.png]] 288 288 289 -=== Example "hypotenuse" === 281 +=== **Example "hypotenuse"** === 290 290 291 291 As an example, a typical task out of geometry will be completed. The understanding of the hypotenuse is to be examined. The solution is supposed to be derivable from the knowledge that the hypotenuse is the longest side of a right triangle. To this end, the participant is given a variety of possible solutions, from which they need to choose the correct solution. 292 292 ... ... @@ -319,7 +319,9 @@ 319 319 Thus, the correct rounded solution for the hypotenuse in the example is 13.60 cm. The answer options {a}, {b}, and {c} can be logically excluded due to the knowledge that the hypotenuse is larger than the respective catheti and smaller than the sum of the catheti. 320 320 ))) 321 321 322 - 314 +{{info}} 315 +For further information on the MAXIMA notation, please refer to the help pages of the [[computer>>url:http://maxima.sourceforge.net/||shape="rect"]] [[algebra system MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]]. 316 +{{/info}} 323 323 324 324 == Setting: Format display == 325 325
- Confluence.Code.ConfluencePageClass[0]
-
- id
-
... ... @@ -1,1 +1,1 @@ 1 -20 80773991 +203849919 - url
-
... ... @@ -1,1 +1,1 @@ 1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/20 8077399/Numerische Variablen1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/203849919/Numerische Variablen