中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

數(shù)學(xué)函數(shù)繪圖計算器(二個)

方程1
x軸最小
y軸最小
圖像方格(x軸)
圖像寬(pixels,最大700)
方程2
x軸最大
y軸最大
圖像方格(y軸)
圖像搞(pixels,最大700)
1 2 3 4 5 -1 -2 -3 -4 -5 2 4 6 8 10 -2 -4
工具介紹

繪制方法:

直線: (如:3x - 2)

多項式: (如:x^3 + 3x^2 - 5x + 2)

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

反三角函數(shù): arcsin(x), arccos(x), arctan(x), arccsc(x), arcsec(x), arccot(x)

指數(shù)(e^x)和logarithm: (自然對數(shù):ln(x) 以10為底對數(shù):log(x)

絕對值::如abs(x)

雙曲函數(shù)和反雙曲函數(shù): 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)))

你還可以繪制如下數(shù)學(xué)函數(shù):

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

平方根sqrt(x)

你可以混合使用以上函數(shù)如: "ln(abs(x))"。

你必須使用規(guī)則進(jìn)行繪制,例如"2 tan x"可以繪制,但 "tan 2x"不可以繪制。

你必須寫成這樣: "tan(2x)".