IFactor Commando: verschil tussen versies

Uit GeoGebra Manual
Ga naar: navigatie, zoeken
 
 
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|cas=true|algebra|IFactor}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|algebra|IFactor}}
;IFactor[ <Polynomial> ]
+
;IFactor( <Veelterm> )
 
:Ontbind in complexe factoren.
 
:Ontbind in complexe factoren.
:{{Example|1=<div><code>IFactor[x^2 + x - 1]</code> geeft <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right)    \left( x + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
+
:{{Example|1=<div><code>IFactor(x^2 + x - 1)</code> geeft <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right)    \left( x + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
  
 
==CAS venster==
 
==CAS venster==
  
;IFactor[ <Uitdrukking> ]
+
;IFactor( <Uitdrukking> )
 
:Ontbind in complexe factoren.
 
:Ontbind in complexe factoren.
:{{Example|1=<div><code>IFactor[x^2 + x - 1]</code> geeft <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right)    \left( x + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
+
:{{Example|1=<div><code>IFactor(x^2 + x - 1)</code> geeft <math> \left( x + \frac{-\sqrt{5} + 1}{2} \right)    \left( x + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
;IFactor[ <Uitdrukking>, <Variabele> ]
+
;IFactor( <Uitdrukking>, <Variabele> )
 
:Ontbind in complexe factoren naar een gegeven variabele.  
 
:Ontbind in complexe factoren naar een gegeven variabele.  
:{{Example|1=<div><code>IFactor[a^2 + a - 1, a]</code> geeft <math> \left( a + \frac{-\sqrt{5} + 1}{2} \right)    \left( a + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
+
:{{Example|1=<div><code>IFactor(a^2 + a - 1, a)</code> geeft <math> \left( a + \frac{-\sqrt{5} + 1}{2} \right)    \left( a + \frac{\sqrt{5} + 1}{2} \right)</math></div>}}
 
{{Note|1=Zie ook het commando [[CIFactor Commando|CIFactor]].}}
 
{{Note|1=Zie ook het commando [[CIFactor Commando|CIFactor]].}}

Huidige versie van 1 aug 2019 om 17:20

Sjabloon:Manual Page

IFactor( <Veelterm> )
Ontbind in complexe factoren.
Voorbeeld:
IFactor(x^2 + x - 1) geeft \left( x + \frac{-\sqrt{5} + 1}{2} \right) \left( x + \frac{\sqrt{5} + 1}{2} \right)

CAS venster

IFactor( <Uitdrukking> )
Ontbind in complexe factoren.
Voorbeeld:
IFactor(x^2 + x - 1) geeft \left( x + \frac{-\sqrt{5} + 1}{2} \right) \left( x + \frac{\sqrt{5} + 1}{2} \right)
IFactor( <Uitdrukking>, <Variabele> )
Ontbind in complexe factoren naar een gegeven variabele.
Voorbeeld:
IFactor(a^2 + a - 1, a) geeft \left( a + \frac{-\sqrt{5} + 1}{2} \right) \left( a + \frac{\sqrt{5} + 1}{2} \right)
Nota: Zie ook het commando CIFactor.
© 2024 International GeoGebra Institute