Pólya 圖是 向量場 的圖,該向量場為 ,其中
是一個複函式。上面顯示了幾個例子。
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
]