Gekende Functies and Operatoren

Uit GeoGebra Manual
Versie door Ccambre (overleg | bijdragen) op 3 mei 2015 om 06:42
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Ga naar: navigatie, zoeken

Sjabloon:Manual Page Om getallen, coördinaten of vergelijkingen te creëren via de Invoerbalk kan je volgende functies en operatoren gebruiken. Logische operatorenogic operators and functions are listed in article about Booleaanse waarden.

Nota: Plaats het argument van de functie tussen haakjes, zonder een spatie tussen de naam van de functie en de haakjes.


Operator / Functie Input
ℯ (het getal van Euler) Sjabloon:KeyCode
ί (Imaginaire eenheid) Sjabloon:KeyCode
π Sjabloon:KeyCode of pi
° (Graden symbool) Sjabloon:KeyCode
Optelling +
Aftrekking -
Vermenigvuldiging * of spatietoets
Scalair product * of spatietoets
Vectorieel product (zie Vectorieel product)
Deling /
Machtsverheffing ^ of superscript (x^2 or x2)
Faculteit !
Haakjes ( )
x-coördinaat x( )
y-coördinaat y( )
Argument arg( )
Toegevoegde (zie: complex geconjugeerde) conjugate( )
Absolute waarde abs( )
Teken sgn( ) of sign()
Vierkantswortel sqrt( )
Derde machtswortel cbrt( )
ToevalsgetalTussen 0 en 1 random( )
Exponentiële functie exp( ) or ℯx
Natuurlijke Logaritme (logaritme met basis e) ln( ) or log( )
Logaritme met basis 2 ld( )
Logaritme met basis 10 lg( )
Logaritme van x met basis b log(b, x )
Cosine cos( )
Sine sin( )
Tangent tan( )
Secant sec()
Cosecant cosec()
Cotangent cot()
Arc cosine acos( ) or arccos( )
Arc sine asin( ) or arcsin( )
Arc tangent (returns answer between -π/2 and π/2) atan( ) or arctan( )
Arc tangent (returns answer between -π and π) atan2(y, x)
Hyperbolic cosine cosh( )
Hyperbolic sine sinh( )
Hyperbolic tangent tanh( )
Hyperbolic secant sech( )
Hyperbolic cosecant cosech( )
Hyperbolic cotangent coth( )
Antihyperbolic cosine acosh( ) or arccosh( )
Antihyperbolic sine asinh( ) or arcsinh( )
Antihyperbolic tangent atanh( ) or arctanh( )
Greatest integer less than or equal floor( )
Least integer greater than or equal ceil( )
Round round( )
Beta function Β(a, b) beta(a, b)
Incomplete beta function Β(x;a, b) beta(a, b, x)
Incomplete regularized beta function I(x; a, b) betaRegularized(a, b, x)
Gamma function Γ(x) gamma( x)
(Lower) incomplete gamma function γ(a, x) gamma(a, x)
(Lower) incomplete regularized gamma function P(a,x) = γ(a, x) / Γ(a) gammaRegularized(a, x)
Gaussian Error Function erf(x)
Real real( )
Imaginary imaginary( )
Digamma function psi(x)
The Polygamma function is the (m+1)th derivative of the natural logarithm of the Gamma function, gamma(x) (m=0,1) polygamma(m, x)
The Sine Integral function sinIntegral(x)
The Cosine Integral function cosIntegral(x)
The Exponential Integral function expIntegral(x)
The Reimann-Zeta function ζ(x) zeta(x)
Voorbeeld:
Conjugate(17 + 3 * ί) gives -3 ί + 17, the conjugated complex number of 17 + 3 ί.
See Complex Numbers for details.
© 2024 International GeoGebra Institute