Difference between revisions of "IFactor Command"

From GeoGebra Manual
Jump to: navigation, search
m
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geogebra}}
{{command|geogebra}}
 
 
;IFactor[ <Polynomial> ]  
 
;IFactor[ <Polynomial> ]  
 
:Factors over the irrationals.
 
:Factors over the irrationals.

Revision as of 11:51, 5 August 2015


IFactor[ <Polynomial> ]
Factors over the irrationals.
Example:
IFactor[x^2 + x - 1] gives \left( x + \frac{-\sqrt{5} + 1}{2} \right) \left( x + \frac{\sqrt{5} + 1}{2} \right)

CAS Syntax

IFactor[ <Expression> ]
Factors over the irrationals.
Example:
IFactor[x^2 + x - 1] returns \left( x + \frac{-\sqrt{5} + 1}{2} \right) \left( x + \frac{\sqrt{5} + 1}{2} \right)
IFactor[ <Expression>, <Variable> ]
Factors over the irrationals with respect to a given variable.
Example:
IFactor[a^2 + a - 1, a] returns \left( a + \frac{-\sqrt{5} + 1}{2} \right) \left( a + \frac{\sqrt{5} + 1}{2} \right)
Note: See also CIFactor command.
© 2024 International GeoGebra Institute