Difference between revisions of "Predefined Functions and Operators"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "beta(a, b) Returns the beta function Β(a, b) http://mathworld.wolfram.com/BetaFunction.html beta(a, b, x) Returns the incomplete beta function Β(x;a, b) http://mathworld.wolfr...")
 
Line 1: Line 1:
beta(a, b)
+
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
Returns the beta function Β(a, b)
+
To create numbers, coordinates, or equations using the [[Input Bar]] you may also use the following pre-defined functions and operations.
http://mathworld.wolfram.com/BetaFunction.html
 
  
beta(a, b, x)
+
{{Note|The pre-defined functions need to be entered using parentheses. You must not put a space between the function name and the parentheses.}}
Returns the incomplete beta function Β(x;a, b)
 
http://mathworld.wolfram.com/IncompleteBetaFunction.html
 
  
betaRegularized(a, b, x)
+
Returns the incomplete regularized beta function I(x; a, b)
+
{| class="pretty" width="95%"
http://mathworld.wolfram.com/RegularizedBetaFunction.html
+
|-
 
+
!Operation / Function
gamma(x)
+
!Input
Returns the gamma function Γ(x)
+
|-
http://mathworld.wolfram.com/GammaFunction.html
+
|Addition
 
+
| +
gamma(a, x)
+
|-
Returns the (lower) incomplete gamma function  γ(a, x)
+
|Subtraction
http://mathworld.wolfram.com/IncompleteGammaFunction.html
+
| -
 
+
|-
gammaRegularized(a, x)
+
|Multiplication
Returns the (lower) incomplete regularized gamma function P(a, x)
+
|* or Space key
http://mathworld.wolfram.com/RegularizedGammaFunction.html
+
|-
 +
|Scalar product
 +
|* or Space key
 +
|-
 +
|Vector product
 +
|⊗
 +
|-
 +
|Division
 +
|/
 +
|-
 +
|Exponentiation
 +
|^ or superscript (<code>x^2</code> or <code>x<sup>2</sup></code>)
 +
|-
 +
|Factorial
 +
|!
 +
|-
 +
|Parentheses
 +
|( )
 +
|-
 +
|x-coordinate
 +
|x( )
 +
|-
 +
|y-coordinate
 +
|y( )
 +
|-
 +
|Absolute value
 +
|abs( )
 +
|-
 +
|Sign
 +
|sgn( )
 +
|-
 +
|Square root
 +
|sqrt( )
 +
|-
 +
|Cubic root
 +
|cbrt( )
 +
|-
 +
|Random number between 0 and 1
 +
|random( )
 +
|-
 +
|Exponential function
 +
|exp( ) or ℯ<sup>x</sup>
 +
|-
 +
|Logarithm (natural, to base e)
 +
|ln( ) or log( )
 +
|-
 +
|Logarithm to base 2
 +
|ld( )
 +
|-
 +
|Logarithm to base 10
 +
|lg( )
 +
|-
 +
|Cosine
 +
|cos( )
 +
|-
 +
|Sine
 +
|sin( )
 +
|-
 +
|Tangent
 +
|tan( )
 +
|-
 +
|Arc cosine
 +
|acos( )
 +
|-
 +
|Arc sine
 +
|asin( )
 +
|-
 +
|Arc tangent
 +
|atan( )
 +
|-
 +
|Hyperbolic cosine
 +
|cosh( )
 +
|-
 +
|Hyperbolic sine
 +
|sinh( )
 +
|-
 +
|Hyperbolic tangent
 +
|tanh( )
 +
|-
 +
|Antihyperbolic cosine
 +
|acosh( )
 +
|-
 +
|Antihyperbolic sine
 +
|asinh( )
 +
|-
 +
|Antihyperbolic tangent
 +
|atanh( )
 +
|-
 +
|Greatest integer less than or equal
 +
|floor( )
 +
|-
 +
|Least integer greater than or equal
 +
|ceil( )
 +
|-
 +
|Round
 +
|round( )
 +
|-
 +
|[http://mathworld.wolfram.com/BetaFunction.html Beta function] Β(a, b)
 +
|beta(a, b)
 +
|-
 +
|[http://mathworld.wolfram.com/IncompleteBetaFunction.html Incomplete beta function] Β(x;a, b)
 +
|beta(a, b, x)
 +
|-
 +
|[http://mathworld.wolfram.com/RegularizedBetaFunction.html Incomplete regularized beta function] I(x; a, b)
 +
|betaRegularized(a, b, x)
 +
|-
 +
|[[w:Gamma function|Gamma function]]
 +
|gamma( x)
 +
|-
 +
| (Lower) [http://mathworld.wolfram.com/IncompleteGammaFunction.html incomplete gamma function]  γ(a, x)
 +
|gamma(a, x)
 +
|-
 +
|(Lower)  [http://mathworld.wolfram.com/RegularizedGammaFunction.html incomplete regularized gamma function]
 +
|gammaRegularized(a, x)
 +
|}

Revision as of 21:34, 16 June 2011

To create numbers, coordinates, or equations using the Input Bar you may also use the following pre-defined functions and operations.

Note: The pre-defined functions need to be entered using parentheses. You must not put a space between the function name and the parentheses.


Operation / Function Input
Addition +
Subtraction -
Multiplication * or Space key
Scalar product * or Space key
Vector product
Division /
Exponentiation ^ or superscript (x^2 or x2)
Factorial !
Parentheses ( )
x-coordinate x( )
y-coordinate y( )
Absolute value abs( )
Sign sgn( )
Square root sqrt( )
Cubic root cbrt( )
Random number between 0 and 1 random( )
Exponential function exp( ) or ℯx
Logarithm (natural, to base e) ln( ) or log( )
Logarithm to base 2 ld( )
Logarithm to base 10 lg( )
Cosine cos( )
Sine sin( )
Tangent tan( )
Arc cosine acos( )
Arc sine asin( )
Arc tangent atan( )
Hyperbolic cosine cosh( )
Hyperbolic sine sinh( )
Hyperbolic tangent tanh( )
Antihyperbolic cosine acosh( )
Antihyperbolic sine asinh( )
Antihyperbolic tangent atanh( )
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 gamma( x)
(Lower) incomplete gamma function γ(a, x) gamma(a, x)
(Lower) incomplete regularized gamma function gammaRegularized(a, x)
© 2024 International GeoGebra Institute