Comments:Bavarian Final Exam 2012 Analysis I

From GeoGebra Manual
Revision as of 17:34, 11 May 2013 by Alexander Hartl (talk | contribs) (Created page as part of the structure for tutorials for CAS examples.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


de:Bayrische Abitur 2012 Analysis

© 2024 International GeoGebra Institute