AI math handbook calculator - Fractional Calculus Computer Algebra System software Home | list | math | function | coding | graphics | example | help | 中文
+ + + =

Graphics with online software MathHand.com 制图法 1

Classification by plot function 按制图函数分类

Content

Classification by plotting function 按制图函数分类

一个点击把函数图变成动画 math graph becomes animation by a click. Add timer(x) function for animation, timer(x) auto count up from 0 to x, timer(-x) auto count down from x to 0.

2D graph

    plot 制图

    The plot( ) plots animation by adding the timer(x) into your formula.
  1. sun rise 日升函数 integral(semicircle(timer(3)))
  2. change the x value to minus, sunrise(-x) become sun down 日落函数 integral(semicircle(timer(-3)))
  3. sin wave moving to right when x>0 向右正弦波 sin(x-timer(30))
  4. sin wave moving to left when x<0 向左正弦波 sin(x-timer(-30))
  5. sine runs after cosine as above two functions are combined 正弦波追余弦波
    sin(x-timer(30))+1 and sin(x+timer(30))-1
  6. blue peak grow slow and red peak grow fast 篮山峰长高慢 红山峰长高快
    gauss(x+2)*timer(5) and gauss(x-2)*timer(10)
  7. clock 时钟 timer(-x) and sqrt((9)-x*x)
  8. tangent rides on sine wave 切线骑正弦波
    sin(x+timer(30)) and cos(timer(30))*x+sin(timer(30))
  9. define loving function, call it. 爱你函数
    abs(x)^(2/3)+0.9*sqrt(3.3-x^2)*sin(pi*x*timer(30))
  10. define a function of damped vibration wave, call it. 阻尼振动波
    vibration(t_):=sin(10*x-timer(t))*exp(-0.1*x); vibration(30)

    polar plot 极坐标图

    The polarplot( ) plots animation by adding the timer(x) into your formula.
  11. water wave 水波函数 polarplot( timer(6) )
  12. Spiral of Archimedes 阿基米德螺线 polarplot( timer(x) )
  13. heart become large 心大函数 polarplot( (1-sin(x))*timer(3) )
  14. heart become small 心小函数 polarplot( (1-sin(x))*timer(-3) )
  15. heart moving 心动函数 polarplot( 1-sin(x-timer(30)) )
  16. flower spin 花旋转函数 polarplot( sin(2*x-timer(6)) )
  17. flower spin 花旋转函数 polarplot( sin(3*x-timer(6)) )
  18. flower spin 花旋转函数 polarplot( sin(4*x-timer(6)) )
  19. flowering 开花函数 polarplot( sin(2*x)*timer(6) )
  20. flowering 开花函数 polarplot( sin(3*x)*timer(6) )
  21. flowering 开花函数 polarplot( sin(4*x)*timer(6) )
  22. flowering 开花函数 polarplot( cos(2*x)*timer(6) )
  23. flowering 开花函数 polarplot( cos(3*x)*timer(6) )
  24. flowering 开花函数 polarplot( cos(4*x)*timer(6) )
  25. heartbeat video 心动录像 heart.mp4
  26. flowring video 开花录像 flowering.mp4

    plot2D 制图2D

    The plot2D( ) plots animation on 4 ways:
    1. click the auto-Axis checkbox.
    2. add t into your formula, then click the auto-t checkbox.
    3. add the timer(t) into your formula.
    4. On a device with a keyboard, try selecting one of the sliders and holding down a cursor key to see the patterns evolve continuously.

  27. plot2D( )
  28. plot2D(0.1*cos(x)*x&polar=on&animate=on 贝壳 shell 0.1*cos(x)*x
  29. plot2D(x-t&t=10&polar=on&animate=on 顺时针旋转阿基米德螺线 Spiral of Archimedes x-t
  30. plot2D(x+t&t=10&polar=on&animate=on 逆时针旋转阿基米德螺线 Spiral of Archimedes x+t
  31. plot2D(cos(x-t)+%2b1&autoT=on 向右正弦波 cos(x-t)+1
  32. plot2D(cos(x+%2bt)+%2b1&autoT=on 向左正弦波 cos(x+t)+1
  33. Cornu Spiral the double Fresnel cosine and sine integrals fresnelC(x),fresnelS(x).
  34. Cornu Spiral the Fresnel cosine and sine integrals fresnelC(x),fresnelS(x).
  35. plot2D(fresnelC(x)) right-side spring 向右弹簧.
  36. plot2D(-fresnelC(x)) left-side spring 向左弹簧.
  37. plot2D(S(x),sin(x)-x) down-side spring 向下弹簧.
  38. plot2D(S(x),sin(x)+x) up-side spring 向上弹簧.
  39. plot2D(S(x),sin(x)-x) double spring 双弹簧.
  40. sin(x-timer(9)) 向右正弦波
  41. sin(x-timer(-9)) 向左正弦波
  42. coloring butterfly 变色蝴蝶
  43. coloring square 变色花环
  44. Weierstrass Function
  45. Unwrapping Circle
  46. choreographies
  47. x^2-y^2-t
  48. color maps

    Webpage

  49. solar 太阳系行星运行
  50. solar 2D 太阳系行星运行2D
  51. taiji 太极图
  52. taichi 八卦太极图
  53. html clock html 时钟
  54. ccs clock ccs 时钟
  55. heart beat 心跳
  56. I love u 我爱你
  57. percent 进度百分比
  58. new year 新年
  59. driving dog 会开车的狗
  60. sea at night 夜里海水
  61. fish jumping 鱼跳水
  62. rose 玫瑰花

    Interactive 互动

  63. firework 烟花
  64. water 可以升降的水
  65. sea water 可以升降的海水
  66. solar eclipse 日食
  67. broke net 打破网
  68. love tree 爱心树
  69. check code 验证码
  70. simple calculator 简单计算器
  71. sci calculator 科学计算器
  72. color selector 颜色取色器
  73. plot 函数图
  74. solar3D 互动太阳系3D

    3D graphics 立体图

    All 3D graphs are interactive, you can zoom, move, spin, etc.
  75. cube
  76. cubes
  77. rotating-cubes
  78. sphere
  79. cylinder
  80. bianchi-pinkall-animation 指环
  81. bianchi-pinkall-animation-zoomed 大指环
  82. FlatTorus
  83. solar 3D 互动太阳系
  84. Metaballs

    surface3D(x)

  85. surface3D

    function3D 制图3D立体图

    The function3D( ) plots a function, parametric function in 3D graph.

    Here are some particularly nice examples by plot function function3D( )

  86. function3D( )
  87. function3D(x*y)
  88. function3D(x*x, sin(x)) two surfaces overlap

    NOTICE Following 3D graph work only in Edge, Safari, Chrome, FireFox, not in IE.

    plot3D 制图3D

    The plot3D( ) plots 3D graph, which become animation by clicking the spin checkbox.
  89. plot3D( )

    parametric3D 函数图3D

  90. parametric3D( sinh(u)*sin(v),sinh(u)*cos(v),10*n*v )
  91. Parametric surfaces 25 of parametric equations to change surface by refresh of webpage.
  92. Parametric surfaces 9 of parametric equations to change surface by refresh of webpage.
  93. Parametric surface of 200 parametric equations to change surface by refresh of webpage.

    More examples in Surface 3D

    spin3D 旋转图3D for 4 graphes in one plot

    The spin3D plots spin of a function, implicit function, parametric function, a spacial curve, and its inverse in 3D graph.
    1. a surface in space. 2. a curve in space. 3. cross-section. 4. positive value of a curve spins to make stereo.

  94. spin3D
  95. x*x
  96. sin(x)
  97. cos(x)
  98. sin(x*x)
  99. cos(x*x)
  100. x^2+y^2=1
  101. x^2-y^2-1

    complex3D 复变函数图3D for 20 graphes in one plot

    The complex3D( ) plots a function on the complex plane and space, which become animation by clicking the spin checkbox.

    Here are some particularly nice examples by plot function complex3D( ) that show real and imaginary parts of complex function including special functions on complex axes and plane.

  102. complex3D( )
    More examples in complex function

    wireframe3D 函数图3D

  103. wireframe3D( )
    More examples in Surface 3D

    contour3D 函数图3D

  104. contour3D( )
    More examples in Surface 3D

    implicit3D 隐函数图3D

  105. implicit3D( )
    More examples in Surface 3D

    4D in the space-time of 4 Dimensions

    Have you ever tried to see objects in dimension 4? This is possible! Our space is in 3 dimensions. Adding the dimension of time, we get a space-time of dimension 4.

    The objects in this space-time are therefore 3D objects which deform with the time. following this principle, this tool proposes to you the visualization of some of these objects as deforming 3D objects, with the aim of helping you to establish this vision in dimension 4.

    The implicit3D( ) can plot a 4-dimensional (x,y,z,t) object in 3D space, which become animation by clicking the spin checkbox. You manually change the t value by slider.

  106. x*x-y*y-z*z-t-1
    More examples in Quadratic hypersurfaces 4D

Classification by appliaction 按应用分类

<= back - content - Next =>

Reference 参阅

  • function graph 制图
  • graphics 制图法
  • example 例题 
    See Also

    
    DrHuang.com | list | wiki | about | donate | index | forum | help | chat | translated from Chinese | 中文