Difference between revisions of "Rationalize Command"

From GeoGebra Manual
Jump to: navigation, search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geogebra}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geogebra}}
 
==CAS Syntax==
 
==CAS Syntax==
;Rationalize[ <Number> ]
+
;Rationalize( <Number> )
:Creates the fraction of the given ''Number'', and rationalizes the denominator if appropriate.
+
:Creates the fraction of the given ''Number'', and rationalizes the denominator, if it contains square roots.
:{{Examples|1=<br><code><nowiki>Rationalize[3.5]</nowiki></code> yields <math>\frac{7}{2}</math>.<br><code><nowiki>Rationalize[1/sqrt(2)]</nowiki></code> yields <math>\frac{\sqrt{2} }{2}</math>.}}
+
:{{Examples|1=<div>
{{Note|1=<br>See also [[MixedNumber Command]].}}
+
:*<code><nowiki>Rationalize(3.5)</nowiki></code> yields <math>\frac{7}{2}</math>.
 +
:*<code><nowiki>Rationalize(1/sqrt(2))</nowiki></code> yields <math>\frac{\sqrt{2} }{2}</math>.</div>}}
 +
 
 +
{{Note|1=See also [[MixedNumber Command]].}}

Latest revision as of 13:11, 24 May 2019


CAS Syntax

Rationalize( <Number> )
Creates the fraction of the given Number, and rationalizes the denominator, if it contains square roots.
Examples:
  • Rationalize(3.5) yields \frac{7}{2}.
  • Rationalize(1/sqrt(2)) yields \frac{\sqrt{2} }{2}.


Note: See also MixedNumber Command.
© 2024 International GeoGebra Institute