Difference between revisions of "Numerator Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 3: Line 3:
 
;Numerator[ <Function> ]
 
;Numerator[ <Function> ]
 
:Returns the numerator of the function.
 
:Returns the numerator of the function.
{{example|1=<div><code><nowiki>Numerator[(3x² + 1) / (2x - 1)]</nowiki></code> yields ''f(x) = 3x² + 1''.</div>}}
+
:{{example|1=<div><code><nowiki>Numerator[(3x² + 1) / (2x - 1)]</nowiki></code> yields ''f(x) = 3x² + 1''.</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
 
;Numerator[ <Expression> ]
 
;Numerator[ <Expression> ]

Revision as of 15:54, 15 July 2013



Numerator[ <Function> ]
Returns the numerator of the function.
Example:
Numerator[(3x² + 1) / (2x - 1)] yields f(x) = 3x² + 1.

CAS Syntax

Numerator[ <Expression> ]
Returns the numerator of a rational number or expression.
Example:
Numerator[2/3 + 1/15] yields 11.
Note:
© 2024 International GeoGebra Institute