Assignment
Lorenz Attractor
Simulate the Lorenz system and explore its sensitivity to initial conditions.
Required
- Implement the Lorenz ODE and simulate with Euler’s method.
- Plot the 3D trajectory.
- Run two simulations with slightly different initial conditions and compare.
Extra Mile (Optional)
- Try different parameter values \((s, r, b)\) and describe changes.
- Use a smaller \(dt\) and compare trajectories.
Good luck and enjoy your coding!