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

From GeoGebra Manual
Jump to: navigation, search
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.)
Line 18: Line 18:
 
:{{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>}}
  
[[de:Bayrische Abitur 2012 Analysis]]
+
[[de:Bayrische Abitur 2012 Analysis I]]

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 I

© 2024 International GeoGebra Institute