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

Aus GeoGebra Manual
Wechseln zu: Navigation, Suche
K
K
Zeile 3: Zeile 3:
 
{{CAS Example|title={{CAS Example Title|meta=Bayrische Abituraufgabe|type=Analysis|subtype=I|year=2012}}|meta=Bayrische Abituraufgabe|type=Analysis|subtype=I|year=2012}}
 
{{CAS Example|title={{CAS Example Title|meta=Bayrische Abituraufgabe|type=Analysis|subtype=I|year=2012}}|meta=Bayrische Abituraufgabe|type=Analysis|subtype=I|year=2012}}
 
<!-- DO NOT EDIT THE PARAGRAPH ABOVE -->
 
<!-- DO NOT EDIT THE PARAGRAPH ABOVE -->
 
 
Testinhalt
 
Testinhalt
 
 
;Mod[ <Integer a>, <Integer b> ]
 
;Mod[ <Integer a>, <Integer b> ]
 
:Yields the remainder when integer ''a'' is divided by integer ''b''.
 
:Yields the remainder when integer ''a'' is divided by integer ''b''.

Version vom 29. April 2013, 18:42 Uhr

Anleitungen: Bayrische Abitur 2012 Analysis I
CAS Beispiele: Bayrische Abitur 2012 Analysis I
Bayrische Abitur 2012 Analysis I
Kategorien für CAS Beispiele (Alle CAS Beispiele)


Bayrische Abituraufgaben

Nach Typ
Nach Jahr


en:Category:CAS Examples

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