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 ]