
.. _example-05:

============================================
Custom Parameter (Strange Attractor Inside!)
============================================

Download: :download:`example_05_custom_parameter.py <../../../examples/example_05_custom_parameter.py>`

Here you can see an example of a custom parameter and how to reload results and use them for analysis.
We will simulate the `Lorenz Attractor`_ and integrate with a simple Euler method. We
will explore three different initial conditions.

.. _`Lorenz Attractor`: https://en.wikipedia.org/wiki/Lorenz_attractor

.. literalinclude:: ../../../examples/example_05_custom_parameter.py