Rational Functions Add point to plot of function $f$ or $g$; drag the red point to change the function; check what happens to function $f/g$ Rational function: ..
Category : Data Visualization
Drag the sliders to change the values of the coefficients m,n of the power function $$y=x^{(n/m)}$$ The initial power function (when the Reset button is pressed) is..
Drag the sliders to change the values of the coefficients a0,a1,a2,a3,a4,a5 of the polynomial $$p(x):=a5*x^5+a4*x^4+a3*x^3+a2*x^2+a1*x+a0$$ The initial polynomial (when the Reset button is pressed) is of deg..
Input any of the following functions or their combination to plot a interactive graph plot $x^n$ or $a^x$, please input: $Math.pow(base, exponent)$ plot $log_b^x$, $log10(x)$, $log2(x)$,$log(x)$, please input : $Math.log(x,b)$, logarithm to arbitrary base b,10,2,e plot $sinh(x)$, $cosh(x)$ input : $Math.sinh(x),Math.cosh(x)$, sine, cosine,hyperbolicus of x. plot $abs(x),sin(x),cos(x),tan(x),acos(x),asin(x),atan(x),exp(x),sqrt(x),R..