Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

giochanturia/complex-plotting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Complex plotting

This is a mini project that allows one to plot complex functions. The syntax is

import ComplexPlotting as CP
# Create meshgrids z_RE and z_IM, define a complex function.
CP.plot_complex(z_RE, z_IM, function(z_RE + 1j * z_IM))

Examples

One of the most straightforward examples is the square root, which has a branch cut in a certain direction on the complex plane (depending on your convention).

sqrt_z_I

The branch cut moves us to the second Riemann sheet, which is plotted below.

sqrt_z_II

Another interesting function is the logarithm.

log_z_I

Unlike the square root, logarithm has infinite amount of Riemann sheets, each obtained by adding/subtracting 2ドル\pi i$ sequentially.

log_z_II

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /