使用提示:
點擊"− o + ← ↑ ↓ →" 移動圖像!點擊“保存為SVG”將當(dāng)前繪制的視圖保存為svg矢量文件。
繪制方法:
直線: (如: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)行繪制,例如I"2 tan x"可以繪制,但 "tan 2x"不可以繪制。 你必須寫成這樣: "tan(2x)".
更多推薦
熱門工具