跳轉到內容

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 視覺化複函式及其在同心圓上的影像
華夏公益教科書