Difference between revisions of "IFactor Command"

From GeoGebra Manual
Jump to: navigation, search
m (tagged for missing description - typo)
Line 4: Line 4:
  
 
;IFactor[ <Expression> ]
 
;IFactor[ <Expression> ]
Factor over the irrationals
+
: Factors over the irrationals
{{Example|1=<code>IFactor[x^2+x-1]</code> return <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right) \;  \left( x + \frac{\sqrt{5} + 1}{2} \right)</math> }}
+
: {{Example|1=<code>IFactor[x^2+x-1]</code> returns <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right) \;  \left( x + \frac{\sqrt{5} + 1}{2} \right)</math> }}
 
 
  
 
;IFactor[ <Expression>, <Variable> ]
 
;IFactor[ <Expression>, <Variable> ]
 +
{{description}}

Revision as of 17:54, 12 July 2013


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> ]


© 2024 International GeoGebra Institute