AI Fractional Calculus Computer Algebra System, Electrochemistry Software, chat GPT, AI math GPT
Home
| list
| science
| math
| physics
| chemistry
| computer
| medicine
| help
| 中文
+
+
+
=
examples of Math Graphics 数学函数图 制图法
2.3. Surface 2D
2D Surface
- color maps
- Enter sin(x), then tick the fill checkbox under graph.
single variable with integral(x)
- integral(semicircle(1)) semicircle with radius 1.
animation
add the function timer(x) for animation
- integral(semicircle(timer(4))) semicircle with radius from 0 to 4.
two variables x and y
f(x,y)+abs(f(x,y))
- circle(1)+abs(circle(1)) disc with radius 1.
- disc(1) disc with radius 1.
- oval(2,1)+abs(oval(2,1)) oval with radius (2,1).
- ring(1,2) ring with radius 1 and 2
f(x,y)-abs(f(x,y))
- y-x^2-abs(y-x^2) .
two variables with contour2D(x-y) by cling the contour2D button
- ( x*x+y*y-1) circle
- ( sin(x*x+y*y-1) ) target
- ( y-sin(x) ) sine
two variables with plot2D(x-y)
click the fill checkbox to fill color.
- plot2D( x*x+y*y-1) circle
- plot2D( cos(x*x+y*y-t) ) target
- plot2D( y-sin(x) ) sine
animation
click the auto-t checkbox to auto change t value.
- plot2D( cos(x*x+y*y-t) ) water wave
add the function timer(x) for animation
- plot2D( y-sin(x-timter(9)) ) sea
- coloring square 变色花环
two variables with parametric3D(x,x,x-y)
The first two parameters are the same as x or y, the last parameter is x and y
- parametric3D(x,x,sin(x)-y)
- parametric3D(y,y,sin(y)-sin(x)) sine wave
Complex Functions
- coloring complex function in WebXR Surface 2D
- complex plot z with complexplot(z)
animation
- complex animation z with complexanimate(z)
- Draw shape, then fill with color.
<= back - content - Next =>
Reference 参阅
example 例题
graph 制图
graphics 制图法
animation 动画
See Also