AI math handbook calculator - Fractional Calculus Computer Algebra System software
DrHuang.com
| list
| math
| function
| coding
| graphics
| example
| help
| ?
| 中文
+
+
+
=
plot 制图
For example :
- to fill sin(x) , select the fill checkbox, then click the plot button
- to unfill sin(x) , unselect the fill checkbox, then click the plot button
- for implicit function of x and y, e.g. sin(x)-y
- for plot of two functions f1(x) and f2(x), the two function must have the y variable, (y-f1(x))*(y-f2(x)), e.g. (y*y+x*x-1)*(y*y+x*x-t-2)
- to fill y-f(x) + abs(y-f(x)), the function must have the y variable, e.g. (x*x+y*y-1)+abs(x*x+y*y-1) ,
- for disc, disc(1)
- for ring, ring(1,2)
- for change of color with contour3D, e.g. contour3D( y-sin(x-t) )
- for equation, input sin(x)-cos(y)=0 or sin(x)-cos(y)
- for derivative of sin(x), input ds(x=>sin(x),x)
- for second order derivative of sin(x), input ds(x=>sin(x),x,2)
- for the 0.5 order derivative = semi derivative, input ds(x=>sin(x),x,0.5)
- for the -0.5 order derivative = semi integral, input ds(x=>sin(x),x,-0.5)
See Also