Diferencia entre revisiones de «Operadores y Funciones Predefinidas»

De GeoGebra Manual
Saltar a: navegación, buscar
Línea 156: Línea 156:
 
|[[w:Gamma function|Función Gamma]]
 
|[[w:Gamma function|Función Gamma]]
 
|gamma( x)
 
|gamma( x)
|-
 
|[[w:Error_function|Función de Error Gaussiano]] [http://es.wikipedia.org/wiki/Funci%C3%B3n_error]
 
|erf(x)
 
 
|-
 
|-
 
| (Minúsculas) [http://mathworld.wolfram.com/IncompleteGammaFunction.html función gamma incompleta]  γ(a, x)
 
| (Minúsculas) [http://mathworld.wolfram.com/IncompleteGammaFunction.html función gamma incompleta]  γ(a, x)
Línea 165: Línea 162:
 
|(Minúsculas)  [http://mathworld.wolfram.com/RegularizedGammaFunction.html función gamma incompleta regularizada]  
 
|(Minúsculas)  [http://mathworld.wolfram.com/RegularizedGammaFunction.html función gamma incompleta regularizada]  
 
|gammaRegularized(a, x)
 
|gammaRegularized(a, x)
 +
|-
 +
|[[w:Error_function|Función de Error Gaussiano]] [http://es.wikipedia.org/wiki/Funci%C3%B3n_error]
 +
|erf(x)
 
|}
 
|}
 +
{{betamanual|version=4.2|
 +
1={{{!}} class=pretty
 +
{{!}} [[w:Digamma_function|Función Digamma]]
 +
{{!}} psi(x)
 +
{{!}}-
 +
{{!}} The [http://en.wikipedia.org/wiki/Polygamma_function Polygamma function] is the (m+1)th derivative of the natural logarithm of the [http://en.wikipedia.org/wiki/Gamma_function Gamma function, gamma(x)] (m=0,1)
 +
{{!}} polygamma(m, x)
 +
{{!}}-
 +
{{!}} The [http://mathworld.wolfram.com/SineIntegral.html Sine Integral] function
 +
{{!}} sinIntegral(x)
 +
{{!}}-
 +
{{!}} The [http://mathworld.wolfram.com/CosineIntegral.html Cosine Integral] function
 +
{{!}} cosIntegral(x)
 +
{{!}}-
 +
{{!}} The [http://mathworld.wolfram.com/ExponentialIntegral.html Exponential Integral] function
 +
{{!}} expIntegral(x)
 +
{{!}}}
 +
}}
  
 
:{{example|1=<div><code><nowiki>Conjugate(17 + 3 * ί)</nowiki></code> da ''-3 ί + 17'', el número complejo conjugado de ''17 + 3 ί''.</div> Ver [[Números Complejos]] para mayores detalles.}}
 
:{{example|1=<div><code><nowiki>Conjugate(17 + 3 * ί)</nowiki></code> da ''-3 ί + 17'', el número complejo conjugado de ''17 + 3 ί''.</div> Ver [[Números Complejos]] para mayores detalles.}}

Revisión del 14:08 4 may 2012

Para ingresar números, coordenadas o ecuaciones (ver sección correspondiente a Entrada Directa) se pueden emplear las siguientes funciones predefinidas y operaciones. Los operadores lógicos y las funciones se listan en el artículo sobre Valores Booleanos.

Nota: Las funciones predefinidas deben ingresarse usando paréntesis y sin dejar espacio alguno entre el nombre de la función y el paréntesis.

Las siguientes operaciones están disponibles en GeoGebra:

Operación / Función Entrada
Suma +
Resta -
Producto * o Espaciadora
Producto Escalar * o Espaciadora
Producto Vectorial o determinante (ver Puntos y Vectores)
División /
Exponencial ^ o superíndice (x^2 o x2)
Factorial !
Paréntesis ( )
Coordenada-x x( )
Coordenada-y y( )
Argumento arg()
Conjugado conjugate( )
Valor Absoluto abs( )
Signo sgn( ) o sign()
Raíz Cuadrada sqrt( )
Raíz Cúbica cbrt( )
Número Aleatorio entre 0 y 1 random( )
Función Exponencial exp( ) o ℯx
logaritmo (natural o de base e) ln( ) o log( )
Logaritmo de base 2 ld( )
Logaritmo de base 10 lg( )
Logaritmo de base b de x log(x, b )
Coseno cos( )
Seno sin( )
Tangente tan( )
Secante sec()
Cosecante cosec()
Cotangente cot()
Arco Coseno acos( ) o arccos( )
Arco Seno asin( ) o arcsin( )
Arco Tangente (da el arco-tangente entre -π/2 y π/2) atan( ) o arctan( )
Arco tangente (respuesta entre -π y π) atan2(y, x) [1]
Coseno Hiperbólico cosh( )
Seno Hiperbólico sinh( )
Tangente Hiperbólica tanh( )
Secante Hiperbólica sech()
Cosecante Hiperbólica cosech()
Cotangente Hiperbólica coth()
Coseno Antihiperbólico acosh( ) o arccosh( )
Seno Antihiperbólico asinh( ) o arcsinh( )
Tangente Antihiperbólica atanh( ) o arctanh( )
Mayor entero menor o igual que floor( )
Menor entero mayor o igual que cell( )
Redondeo round( )
Función Beta Β(a, b) beta(a, b)
Función Beta incompleta Β(x;a, b) beta(a, b, x)
Función Beta incompleta regularizada I(x; a, b) betaRegularized(a, b, x)
Función Gamma gamma( x)
(Minúsculas) función gamma incompleta γ(a, x) gamma(a, x)
(Minúsculas) función gamma incompleta regularizada gammaRegularized(a, x)
Función de Error Gaussiano [2] erf(x)


Ejemplo:
Conjugate(17 + 3 * ί) da -3 ί + 17, el número complejo conjugado de 17 + 3 ί.
Ver Números Complejos para mayores detalles.
© 2024 International GeoGebra Institute