Skip to content

EnergyTim/Complex-Function-Grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complex function grapher.

This python script graphs complex argument functions using HSL.

Instructions:

  1. You can change the function by changing the fz variable (z is the complex argument).
  2. You can change the graphing bounds by changing np.linspace() bounds in x and y.
  3. n is the number of pixels per axis.
  4. Now you can launch the script and see the function.

Figure_3

fz = 1/z

Figure_5

fz = z + 1/z

Figure_7

fz = np.log(z)

Figure_8

fz = (z**2 - 1)*(z - complex(2, 1))2/(z2 + complex(2, -2))

Figure_9

fz = np.e**(-np.e**(-z))

Figure_2

fz = z**5 - 1

Figure_10

fz = np.sin(z)

About

This is a simple complex function grapher

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages