跳转到内容

Maxima/Plots

来自维基教科书,开放世界中的开放书籍

复函数

[编辑 | 编辑源代码]
  • 用共形映射可视化复函数 (themaximalist) [1]

拓扑学家正弦曲线

[编辑 | 编辑源代码]
plot2d (sin(1/x), [x, 0, 1])$

拓扑学家梳子 

拓扑学家梳子
load(draw); /* by Mario Rodríguez Riotorto  http://riotorto.users.sourceforge.net/gnuplot/index.html  */

draw2d(
 title     = "Topologist\\47s comb", /* Syntax for postscript enhanced option; character 47 = '  */
 xrange        = [0.0,1.2],
 yrange        = [0,1.2],
 file_name = "comb2",
 terminal      = svg,
 points_joined = impulses, /* vertical segments are drawn from points to the x-axis  */
 color         = "blue",
 points(makelist(1/x,x,1,1000),makelist(1,y,1,1000)) )$


  1. themaximalist 可视化复函数及其在同心圆上的图像
华夏公益教科书