Skip to content

MizzleLizzle/ComplexFunctionPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

What it does

Complex valued functions are plotted by representing the value of the function at a specific point as an RGB value. Hue corresponds to the angle of the result, Magnitude corresponds to the lightness.

Usage

Change FunctionPlotter.Function() to your desired function or pass it as a Delegate to FunctionPlotter.Plot(). Filepath, codec, resolution and the Area that is to be plotted can be set in Program.cs. FunctionPlotter.MagnitudeLimit can be thought of as the aperture the image is taken with. Make sure that nuGet Packages System.Drawing and System.Numerics are installed.

Example

This is a plot of f(z)=sin(x^-1) on the unit square I quickly threw together. test

About

Plots complex valued functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages