FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

EnergyTim/Complex-Function-Grapher: This is a simple complex function grapher · GitHub

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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.

fz = 1/z

fz = z + 1/z

fz = np.log(z)

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

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

fz = z**5 - 1

fz = np.sin(z)

About

This is a simple complex function grapher

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL