主題
Search

Pólya 圖


PolyaPlots

Pólya 圖是 向量場 的圖,該向量場為 (R[f(z)],-I[f(z)]),其中 f(z) 是一個複函式。上面顯示了幾個例子。

Pólya 圖可以使用以下程式碼在 Wolfram 語言 中建立

  PolyaFieldPlot[f_, {x_, xmin_, xmax_}, {y_, ymin_, ymax_},
    opts : OptionsPattern[]] :=
   VectorPlot[Evaluate @ {Re[f], -Im[f]},
     {x, xmin, xmax}, {y, ymin, ymax},
     VectorScale -> {Automatic, Automatic, Log[#5 + 1]&},
     opts
  ]

另請參閱

斜率場, Tetraview, 向量場

使用 探索

請引用為

Weisstein, Eric W. “Pólya 圖。” 來自 Web 資源。 https://mathworld.tw/PolyaPlot.html

主題分類