Änderungen von Dokument Numerische Variablen

Zuletzt geändert von Hendrik Zschocke am 12.01.2024

Von Version 417.1
bearbeitet von Carina Enke
am 22.01.2019
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 1.13B.
Auf Version 410.1
bearbeitet von Carina Enke
am 27.02.2019
Änderungskommentar: Mittels Scroll Versions veröffentlicht aus dem Bereich ONYXintern und Version 8.6.

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -110,6 +110,10 @@
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 +
113 113  **Mögliche Eingaben sind beispielsweise:**
114 114  
115 115  * //Berechnung (MAXIMA): 5+{a}: //Es wird die Summe aus 5 und dem Variablenwert {a} berechnet. Die Variable {a} muss zuvor definiert sein.
... ... @@ -149,9 +149,7 @@
149 149  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.
150 150  )))
151 151  
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}}
156 +
155 155  
156 156  == Einstellung: Anzeige formatieren ==
157 157  
... ... @@ -203,10 +203,12 @@
203 203  
204 204  * [[Calculation task>>doc:Berechnungsaufgabe]]
205 205  * [[Formula comparison>>url:https://www.bps-system.de/help/display/ONYXintern/.Formelvergleich+v1.11||shape="rect"]]
208 +{{/panel}}
206 206  
207 -**Further information**
208 -
209 -* [[MAXIMA>>url:http://maxima.sourceforge.net/||shape="rect"]]
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"]]
210 210  {{/panel}}
211 211  {{/scroll-ignore}}
212 212  {{/layout-cell}}
... ... @@ -241,7 +241,7 @@
241 241  * //Random selection: -5; -3; 3; 5: //One of the specified values will be randomly selected, for example 5.
242 242  * //Random selection: 0; 12.25; 13.5: //One of the specified values will be randomly selected, for example 12.25.
243 243  
244 -=== **Example "probability"** ===
248 +=== Example "probability" ===
245 245  
246 246  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.
247 247  
... ... @@ -271,6 +271,10 @@
271 271  
272 272  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.
273 273  
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 +
274 274  **Possible entries are for example:**
275 275  
276 276  * //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.
... ... @@ -278,7 +278,7 @@
278 278  * //Calculation (MAXIMA): 2*sin({a})+log({b}): //Further, it is possible to use trigonometric functions or the logarithm function.
279 279  \\[[image:attach:image2017-3-22 14:38:53.png]]
280 280  
281 -=== **Example "hypotenuse"** ===
289 +=== Example "hypotenuse" ===
282 282  
283 283  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.
284 284  
... ... @@ -311,9 +311,7 @@
311 311  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.
312 312  )))
313 313  
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}}
322 +
317 317  
318 318  == Setting: Format display ==
319 319  
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -201064507
1 +208077399
url
... ... @@ -1,1 +1,1 @@
1 -https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/201064507/Numerische Variablen
1 +https://www.bps-system.de/help/display/SOV/wiki/spaces/ONYX/pages/208077399/Numerische Variablen