Julia Set

Vectorfield and Trajectories

$\sin(z)$

$e^z$

$\sqrt{z}$

Animations
Slope field Examples (Desmos)
Sample Scripts
- What do these scripts do?
- A sample sciript for creating a slopefield (MATLAB)
- Approximating $\pi$ by "dropping" needles (MATLAB)
- Complex Function Plotter (Python)
- Using 4th order Runge Kutta to solve an ODE (Python)
- A script to generate Julia sets (Python)
- A Monte Carlo Integration example (Python)
- Low pass filter via FFT (Python)