计算器大全
适配初、高中学生 数理学习好帮手

数学函数绘图计算器(二个)

方程1: 方程2:

x 轴最小: x 轴最大:

y 轴最小: y 轴最大:
图像方格 ( x 轴): 图像方格( y 轴):

图像宽(pixels, 最大700): 图像高 (pixels, 最大700):

x - 和 y -轴相等。 Permanent link to your graph

1 2 3 4 5 -1 -2 -3 -4 -5 2 4 6 8 10 -2 -4

绘制方法:

直线: (如: 3 x − 2 )

多项式: (如: x ^3 + 3 x ^2 − 5 x + 2 )

三角函数: sin( x ), cos( x /2), tan(2 x ), csc(3 x ), sec( x /4), cot( x )

反三角函数: arcsin( x ), arccos( x ), arctan( x ), arccsc( x ), arcsec( x ), arccot( x )

指数 ( e ^ x )和 logarithm: ( 自然对数:ln( x ) 以10为底对数:log(x)

绝对值: :如abs(x)

双曲函数和反双曲函数: sinh( x ), cosh( x ), tanh( x ), arcsinh( x ), arccosh( x ), arctanh( x )

Sign (1 if the sign is positive, −1 if the sign of the function is negative. For example, try sign(sin( x )))

你还可以绘制如下数学函数:

ceiling: ceil( x ) and round : round( x )

平方根 sqrt( x )

你可以混合使用以上函数如: " ln(abs( x )) ".

你必须使用规则进行绘制,例如I"2 tan x"可以绘制,但 "tan 2x"不可以绘制。 你必须写成这样: "tan(2x)".