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

De GeoGebra Manual
Aller à : navigation, rechercher
(log(b, x ))
Ligne 58 : Ligne 58 :
  
  
--[[Utilisateur:Noel Lambert|Noel Lambert]] 8 octobre 2011 à 21:09 (CEST)
+
{{betamanual|version=4.2|}}
 +
{| class=pretty
 +
|[[Commande PartieRéelle|Partie réelle]]
 +
|re( )
 +
|-
 +
|[[Commande PartieImaginaire|Partie imaginaire]]
 +
|im( )
 +
|-
 +
| [[w:fr:Fonction_digamma|Fonction digamma]]
 +
| psi(x)
 +
|-
 +
| [[w:fr:Fonction polygamma| Fonction polygamma]] est la (m+1)<sup> ème </sup> dérivée logarithmique de la  [[w:fr:Fonction_gamma|Fonction Gamma]], gamma(x)] (m=0,1)
 +
| polygamma(m, x)
 +
|-
 +
| [[w:fr:Sinus_intégral|Fonction Sinus intégral]]
 +
| sinIntegral(x)
 +
|-
 +
| [[w:fr:Cosinus_intégral|Fonction Cosinus intégral]]
 +
| cosIntegral(x)
 +
|-
 +
|[[w:fr:Exponentielle_intégrale|Fonction Exponentielle intégrale]]
 +
| expIntegral(x)
 +
|}

Version du 11 septembre 2012 à 18:35


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
Addition + Soustraction - Multiplication * ou espace Division /
Exponentiation ^ ou exposant
(x^2 ou x2)
Factorielle !        
Produit scalaire * ou espace Produit vectoriel        
Parenthèses ( )            
Abscisse x( ) Ordonnée y( )        
Argument arg( ) 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( )
(retourne une réponse de ]-π/2 ; π/2[)
atan2 (pour réponse de ]-π ; π]) atan2(y, x)
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 gamma( x) Fct Gamma incomplète γ(a, x) gamma(a, x) Fct Gamma incomplète régularisée gammaRegularized(a, x)
Fonction d'erreur gaussienne erf( x)        


Partie réelle re( )
Partie imaginaire im( )
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)
© 2024 International GeoGebra Institute