Comments:Bavarian Final Exam 2012 Analysis I

From GeoGebra Manual
Jump to: navigation, search
CAS Examples: Oil Example
Oil Example
Categories for CAS Examples (All CAS Examples)


Examples from Bavarian Final Exams

By type
By year


de:Bayrische Abitur 2012 Analysis I

Test content - English version

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


© 2024 International GeoGebra Institute