Geogebra预定义函数

http://wiki.geogebra.org/en/Predefined_Functions_and_Operators

Predefined Functions and Operators 


To create numbers, coordinates, or equations using the Input Bar you may also use the following pre-defined functions and operations. Logic operators and functions are listed in article about Boolean values.

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


Operation / Function Input
ℯ (Euler's number) Alt + e
ί (Imaginary unit) Alt + i
π Alt + p or pi
° (Degree symbol) Alt + o
Addition +
Subtraction -
Multiplication * or Space key
Scalar product * or Space key
Vector product(see Points and Vectors)
Division /
Exponentiation ^ or superscript (x^2 or x2)
Factorial !
Parentheses ( )
x-coordinate x( )
y-coordinate y( )
Argument arg( )
Conjugate conjugate( )
Absolute value abs( )
Sign sgn( ) or sign()
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( )
Logarithm of x to base 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)
Example:
Conjugate(17 + 3 * ί) gives  -3 ί + 17, the conjugated complex number of  17 + 3 ί.
See  Complex Numbers for details.

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
软件简介 GeoGebra是一款结合“几何”、“代数”与“微积分”的动态数学软件,它是由美国佛罗里达州亚特兰大学的数学教授Markus Hohenwarter所设计的。一方面来说,GeoGebra是一个动态的几何软件,您可以在上面画点、向量、线段、直线、多边形、圆锥曲线,甚至是函数,事后您还可以改变它们的属性;另一方面来说,您也可以直接输入方程和点坐标。所以,GeoGebra也有处理变数的能力(这些变数可以是一个数字、角度、向量或点座标),它也可以对函数作微分与积分,找出方程的根或计算函数的极大极小值。所以GeoGebra同时具有处理代数与几何的功能。 列举几个优点: (1)完全免费,真是难得啊; (2)程序思路非常清晰,网站wiki说程序是由美国佛罗里达州亚特兰大学的数学教授Markus Hohenwarter所设计的。而看编写人员介绍中,这程序是一个硕士研究生的毕业论文课题,现在在其博士研究期间也还在不断更新。几乎不用帮助都可以完成大部分的简单操作。很容易上手; (3)直接基于JAVA程序编写,因而其动态网页输出效果非常好; (4)几何体属性较多,从颜色到线型到样式都很多; (5)内置了圆锥曲线(同时会给出方程)、极线(反演)、切线(可以是圆、圆锥曲线、函数)、函数的求导; (6)有输入框,可以直接输入各种命令和函数等; (7)有动态性文本,文本随图形变化而变化; (8)从GeoGebra 3.0 开始可以自订工具了,你可以于绘图的时候指定输入及输出物件,在工具列上建立你自己的绘图工具,在该网站的wiki中,可以看到不少美丽的图案和不少人贡献的工具,如Bezier曲线等; (9)网站的wiki,代表了一种开放式的思想,也可以有更多的人参与其中; --------------------------------------------------------------------------- 注意事项 使用GeoGebra之前,一定要先确定你的电脑中已经安装Java程序,否则无法运行。
GeoGebra(geogebra中文版)是一款结合“几何”、“代数”与“微积分”的动态数学软件,它是由美国佛罗里达州亚特兰大学的数学教授Markus Hohenwarter所设计的。一方面来说,GeoGebra(geogebra中文版)是一个动态的几何软件,您可以在上面画点、向量、线段、直线、多边形、圆锥曲线,甚至是函数,事后您还可以改变它们的属性;另一方面来说,您也可以直接输入方程和点坐标。所以,GeoGebra也有处理变数的能力(这些变数可以是一个数字、角度、向量或点座标),它也可以对函数作微分与积分,找出方程的根或计算函数的极大极小值。所以GeoGebra同时具有处理代数与几何的功能。 GeoGebra(geogebra中文版)列举几个优点 (1)完全免费,真是难得啊; (2)程序思路非常清晰,网站wiki说程序是由美国佛罗里达州亚特兰大学的数学教授Markus Hohenwarter所设计的。而看编写人员介绍中,这程序是一个硕士研究生的毕业论文课题,现在在其博士研究期间也还在不断更新。几乎不用帮助都可以完成大部分的简单操作。很容易上手; (3)直接基于JAVA程序编写,因而其动态网页输出效果非常好; (4)几何体属性较多,从颜色到线型到样式都很多; (5)内置了圆锥曲线(同时会给出方程)、极线(反演)、切线(可以是圆、圆锥曲线、函数)、函数的求导; (6)有输入框,可以直接输入各种命令和函数等; (7)有动态性文本,文本随图形变化而变化; (8)从GeoGebra 3.0 开始可以自订工具了,你可以于绘图的时候指定输入及输出物件,在工具列上建立你自己的绘图工具,在该网站的wiki中,可以看到不少美丽的图案和不少人贡献的工具,如Bezier曲线等; (9)网站的wiki,代表了一种开放式的思想,也可以有更多的人参与其中; GeoGebra(geogebra中文版) 版特色 1、整合三份中文使用教程和在线帮助及Wiki链接,方便国人快速入门; 2、整合应用实例近百个,方便爱好者体验和参考; 3、重新打包制作,使软件更符合国人的使用习惯。 GeoGebra(geogebra中文版) 截图
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值