Diferencia entre revisiones de «Operadores y Funciones Predefinidas»

De GeoGebra Manual
Saltar a: navegación, buscar
Línea 168: Línea 168:
 
{{betamanual|version=4.2|
 
{{betamanual|version=4.2|
 
1={{{!}} class=pretty
 
1={{{!}} class=pretty
{{!}} [[w:Digamma_function|Función Digamma]]
+
{{!}} [http://es.wikipedia.org/wiki/Funci%C3%B3n_digamma Función Digamma]
 
{{!}} psi(x)
 
{{!}} 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)
+
{{!}} La [http://es.wikipedia.org/wiki/Funci%C3%B3n_poligamma función Polygamma] es la derivada  de orden (m+1) del logaritmo natural de la  [http://es.wikipedia.org/wiki/Funci%C3%B3n_gamma función Gamma , gamma(x)] (m=0,1)
 
{{!}} polygamma(m, x)
 
{{!}} polygamma(m, x)
 
{{!}}-
 
{{!}}-
{{!}} The [http://mathworld.wolfram.com/SineIntegral.html Sine Integral] function
+
{{!}} La función [http://mathworld.wolfram.com/SineIntegral.html Sine Integral]  
 
{{!}} sinIntegral(x)
 
{{!}} sinIntegral(x)
 
{{!}}-
 
{{!}}-
{{!}} The [http://mathworld.wolfram.com/CosineIntegral.html Cosine Integral] function
+
{{!}} La función [http://mathworld.wolfram.com/CosineIntegral.html Cosine Integral]  
 
{{!}} cosIntegral(x)
 
{{!}} cosIntegral(x)
 
{{!}}-
 
{{!}}-
{{!}} The [http://mathworld.wolfram.com/ExponentialIntegral.html Exponential Integral] function
+
{{!}} La función [http://mathworld.wolfram.com/ExponentialIntegral.html Exponential Integral]  
 
{{!}} expIntegral(x)
 
{{!}} expIntegral(x)
 
{{!}}}
 
{{!}}}

Revisión del 14:58 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