Graphing Calculator

This tool requires Javascript to be enabled.
About
Graph 2D equations as functions of both space and time with this javascript powered graphing calculator. Graphs can be plotted at a single point in time or played as an animation throuh progressing time (in seconds). For series graphing, decreasing the smoothness is recommended to reduce loading time. Note that this graphing calculator requires HTML5 canvas support. Supported functions are listed in the table below.
Standard Functions | |||||
---|---|---|---|---|---|
Previous Function | yn | x Derivative of yn | dyn | t Derivative of yn | dytn |
Exponential | e^x or exp(x) | Natural Logarithm | log(x) or ln(x) | Square Root | sqrt(x) |
Absolute Value | abs(x) | Series of f(x,n) from 1 to n | s('f',n) | ||
Trigonometric Functions | |||||
Sine | sin(x) | Cosine | cos(x) | Tangent | tan(x) |
Cosecant | csc(x) | Secant | sec(x) | Cotangent | cot(x) |
Arcsine | asin(x) | Arccosine | acos(x) | Arctangent | atan(x) |
Arccosecant | acsc(x) | Arcsecant | asec(x) | Arccotangent | acot(x) |
Hyperbolic Functions | |||||
Hyperbolic Sine | sinh(x) | Hyperbolic Cosine | cosh(x) | Hyperbolic Tangent | tanh(x) |
Hyperbolic Cosecant | csch(x) | Hyperbolic Secant | sech(x) | Hyperbolic Cotangent | coth(x) |
Hyperbolic Arcine | asinh(x) | Hyperbolic Arccosine | acosh(x) | Hyperbolic Arctangent | atanh(x) |
Hyperbolic Arccosecant | acsch(x) | Hyperbolic Arcsecant | asech(x) | Hyperbolic Arccotangent | acoth(x) |
Comments