在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaHolomorphic/ComplexPhasePortrait.jl开源软件地址:https://github.com/JuliaHolomorphic/ComplexPhasePortrait.jl开源编程语言:Julia 100.0%开源软件介绍:ComplexPhasePortrait.jlThis package is a Julia implementation of the phase portrait ideas presented in Elias Wegert's book "Visual Complex Functions". InstallationFrom the Julia command prompt: Pkg.clone("git://github.com/JuliaHolomorphic/ComplexPhasePortrait.jl.git") ExamplesThere is so far one exported function, using ComplexPhasePortrait
nx = 1000
x = range(-1, stop=1, length=nx)
Z = x' .+ reverse(x)*im
f = z -> (z - 0.5im)^2 * (z + 0.5+0.5im)/z
fz = f.(Z) Now a basic phase plot. img = portrait(fz) Now for a basic plot using NIST coloring. img = portrait(fz, ctype="nist") Lines of constant phase are given by img = portrait(fz, PTstepphase) Lines of constant modulus are given by img = portrait(fz, PTstepmod) Finally, a conformal grid is given by img = portrait(fz, PTcgrid) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论