Difference between revisions of "Comments:Bavarian Final Exam 2012 Analysis I"

From GeoGebra Manual
Jump to: navigation, search
(Created page as part of the structure for tutorials for CAS examples.)
 
m (Alexander Hartl moved page Bavarian Final Exam 2012 Analysis to Bavarian Final Exam 2012 Analysis I without leaving a redirect: Corrected faulty page name.)
(No difference)

Revision as of 17:36, 11 May 2013

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