Différences entre versions de « Opérateurs et fonctions pré-définies »

De GeoGebra Manual
Aller à : navigation, rechercher
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 16 : Ligne 16 :
 
|Exponentiation||^ ou ** ou exposant <br/>(<code>x^2</code> ou <code>x<sup>2</sup></code>)||Factorielle||!||&nbsp;||&nbsp;||&nbsp;||&nbsp;
 
|Exponentiation||^ ou ** ou exposant <br/>(<code>x^2</code> ou <code>x<sup>2</sup></code>)||Factorielle||!||&nbsp;||&nbsp;||&nbsp;||&nbsp;
 
|-
 
|-
|Produit scalaire||* ou espace||Produit vectoriel||⊗||&nbsp;||&nbsp;||&nbsp;||&nbsp;
+
|Produit scalaire||* ou espace||Produit vectoriel||⊗ <br/> ({{KeyCode|Alt+*}})||&nbsp;||&nbsp;||&nbsp;||&nbsp;
 
|-
 
|-
 
|Parenthèses||( )||&nbsp;||&nbsp;||&nbsp;||&nbsp;||&nbsp;||&nbsp;
 
|Parenthèses||( )||&nbsp;||&nbsp;||&nbsp;||&nbsp;||&nbsp;||&nbsp;
 
|-
 
|-
|Abscisse||x( )||Ordonnée||y( )||&nbsp;||&nbsp;||&nbsp;||&nbsp;
+
|Abscisse||x( )||Ordonnée||y( )||Cote||z()||{{Note| Les opérateurs x, y et z peuvent être utilisés pour récupérer les coefficients d'une droite.}}||&nbsp;
 
|-
 
|-
|Argument<br/> (fonctionne aussi avec Points/Vecteurs||arg( )||Altitude(3D)||alt()||Conjugué||conjugate( )||&nbsp;||&nbsp;||&nbsp;||&nbsp;
+
|Argument<br/> (fonctionne aussi avec Points/Vecteurs||arg( )||Altitude(point/vecteur 3D)||alt()||Conjugué||conjugate( )||&nbsp;||&nbsp;
 
|-
 
|-
 
|Valeur absolue||abs( )||Signe||sgn( ) ||Racine carrée||sqrt( )||Racine cubique||cbrt( )
 
|Valeur absolue||abs( )||Signe||sgn( ) ||Racine carrée||sqrt( )||Racine cubique||cbrt( )
Ligne 34 : Ligne 34 :
 
|Cosinus||cos( )||Sinus||sin( )||Tangente||tan( )||&nbsp;||&nbsp;
 
|Cosinus||cos( )||Sinus||sin( )||Tangente||tan( )||&nbsp;||&nbsp;
 
|-
 
|-
|Arc cosinus||acos( )||Arc sinus||asin( )||Arc tangente||atan( )<br/><small>(réponse dans ]-π/2 ; π/2[)</small>||[[w:fr:Atan2|atan2]] <br/><small>(réponse dans ]-π ; π])</small> ||atan2(y, x) ou arcTan2(y, x)  
+
|Arc cosinus||acos( )||Arc sinus||asin( )||Arc tangente||atan( )<br/><small>(réponse dans ]-π/2 ; π/2])</small>||[[w:fr:Atan2|atan2]] <br/><small>(réponse dans ]-π ; π])</small> ||atan2(y, x) ou arcTan2(y, x)  
 +
|-
 +
| Arc cosinus en °||acosd() ||Arc sinus en °||asind()||Arc tangente en °<br/><small>(réponse dans ]-90° ; 90°])</small>|| atand()||Arc tangente2 en °<br/><small>(réponse dans ]-180° ; 180°])</small>|| atan2d() ||
 
|-
 
|-
 
|Cosinus hyperbolique||cosh( )||Sinus hyperbolique||sinh( )||Tangente hyperbolique||tanh( )||&nbsp;||&nbsp;
 
|Cosinus hyperbolique||cosh( )||Sinus hyperbolique||sinh( )||Tangente hyperbolique||tanh( )||&nbsp;||&nbsp;
Ligne 44 : Ligne 46 :
 
|Sécante hyperbol.||sech()||Cosécante hyp.||cosech()||Cotangente hyp.||coth()||&nbsp;||&nbsp;
 
|Sécante hyperbol.||sech()||Cosécante hyp.||cosech()||Cotangente hyp.||coth()||&nbsp;||&nbsp;
 
|-
 
|-
|Partie entière||floor( )||Plus petit entier  <math>\le</math>||ceil( )||Arrondi||round( )||&nbsp;||&nbsp;
+
|Partie entière||floor( )||Plus petit entier  <math>\ge</math>||ceil( )||Arrondi||round( )||&nbsp;||&nbsp;
 
|}
 
|}
  

Version actuelle datée du 24 février 2017 à 09:06


Pour créer des nombres, des coordonnées ou des équations, utilisez le champ de Saisie, vous pouvez utiliser les opérateurs et fonctions pré-définies.

Note : Les fonctions pré-définies utilisent des parenthèses, sans mettre d'espace entre le nom de la fonction et celles-ci.


Opérateur /
Fonction
Saisie Opérateur /
Fonction
Saisie Opérateur /
Fonction
Saisie Opérateur /
Fonction
Saisie
ℯ (Constante d'Euler) Alt + e π Alt + p or pi ° (Symbole Degré) Alt + o
Addition + Soustraction - Multiplication * ou espace Division /
Exponentiation ^ ou ** ou exposant
(x^2 ou x2)
Factorielle !        
Produit scalaire * ou espace Produit vectoriel
(Alt + *)
       
Parenthèses ( )            
Abscisse x( ) Ordonnée y( ) Cote z()
Note : Les opérateurs x, y et z peuvent être utilisés pour récupérer les coefficients d'une droite.
 
Argument
(fonctionne aussi avec Points/Vecteurs
arg( ) Altitude(point/vecteur 3D) alt() Conjugué conjugate( )    
Valeur absolue abs( ) Signe sgn( ) Racine carrée sqrt( ) Racine cubique cbrt( )
Nbre aléatoire de [ 0 ; 1] random( )            
Fonction exponentielle exp( ) ou ℯx            
Logarithme népérien ln( ) ou log( ) Log de base 2 ld( ) Logarithme décimal lg( ) Log de x de base b log(b, x )
Cosinus cos( ) Sinus sin( ) Tangente tan( )    
Arc cosinus acos( ) Arc sinus asin( ) Arc tangente atan( )
(réponse dans ]-π/2 ; π/2])
atan2
(réponse dans ]-π ; π])
atan2(y, x) ou arcTan2(y, x)
Arc cosinus en ° acosd() Arc sinus en ° asind() Arc tangente en °
(réponse dans ]-90° ; 90°])
atand() Arc tangente2 en °
(réponse dans ]-180° ; 180°])
atan2d()
Cosinus hyperbolique cosh( ) Sinus hyperbolique sinh( ) Tangente hyperbolique tanh( )    
Cosinus hyperbol. inverse acosh( ) Sinus hyperbol. inverse asinh( ) Tangente hyp. inverse atanh( )    
Sécante sec() Cosécante cosec() Cotangente cot()    
Sécante hyperbol. sech() Cosécante hyp. cosech() Cotangente hyp. coth()    
Partie entière floor( ) Plus petit entier \ge ceil( ) Arrondi round( )    


Fonction Saisie Fonction Saisie Fonction Saisie
Fonction Beta Β(a, b) beta(a, b) Fct Beta incomplète Β(x;a, b) beta(a, b, x) Fct Beta incomplète régularisée I(x; a, b) betaRegularized(a, b, x)
Fonction Gamma Γ(x) gamma( x) Fct Gamma incomplète γ(a, x) gamma(a, x) Fct Gamma incomplète régularisée
P(a,x) = γ(a, x) / Γ(a)
gammaRegularized(a, x)
Fonction d'erreur gaussienne erf( x)        



Partie réelle Re( ) Re.PNG
Partie imaginaire Im( ) Im.PNG
Partie fractionnaire PartieFractionnaire(x) PartieFractionnaire.PNG
Racine n ème NRacine(x,n) NRacine.PNG
Fonction digamma psi(x)
Fonction polygamma est la (m+1) ème dérivée logarithmique de la Fonction Gamma, gamma(x)] (m=0,1) polygamma(m, x)
Fonction Sinus intégral sinIntegral(x)
Fonction Cosinus intégral cosIntegral(x)
Fonction Exponentielle intégrale expIntegral(x)
Fonction ζ de Riemann zeta(x)
© 2024 International GeoGebra Institute