Kommentare:Bayrische Abitur 2012 Analysis I: Unterschied zwischen den Versionen

Aus GeoGebra Manual
Wechseln zu: Navigation, Suche
K
Zeile 15: Zeile 15:
 
:Yields the remainder when the first entered polynomial is divided by the second polynomial.
 
:Yields the remainder when the first entered polynomial is divided by the second polynomial.
 
:{{example|1=<div><code><nowiki>Mod[x^3 + x^2 + x + 6, x^2 - 3]</nowiki></code> yields ''4 x + 9''.</div>}}
 
:{{example|1=<div><code><nowiki>Mod[x^3 + x^2 + x + 6, x^2 - 3]</nowiki></code> yields ''4 x + 9''.</div>}}
 
[[en:Bavarian Final Exam 2012 Analysis I]]
 

Version vom 11. Mai 2013, 18:14 Uhr

CAS Beispiele: Ölbeispiel
Ölbeispiel
Kategorien für CAS Beispiele (Alle CAS Beispiele)


Bayrische Abituraufgaben

Nach Typ
Nach Jahr


en:Bavarian Final Exam 2012 Analysis I

Testinhalt

Mod[ <Integer a>, <Integer b> ]
Yields the remainder when integer a is divided by integer b.
Beispiel:
Mod[9, 4] yields 1.
Mod[ <Polynomial>, <Polynomial>]
Yields the remainder when the first entered polynomial is divided by the second polynomial.
Beispiel:
Mod[x^3 + x^2 + x + 6, x^2 - 3] yields 4 x + 9.

CAS Syntax

Mod[ <Integer a>, <Integer b> ]
Yields the remainder when integer a is divided by integer b.
Beispiel:
Mod[9, 4] yields 1.
Mod[ <Polynomial>, <Polynomial> ]
Yields the remainder when the first entered polynomial is divided by the second polynomial.
Beispiel:
Mod[x^3 + x^2 + x + 6, x^2 - 3] yields 4 x + 9.
© 2024 International GeoGebra Institute