{{ title }}


Plot of the initial starting guess

Functions:

Form Parameters
{{ equation }} {{ initial_guess }}
{% if initial_plot_available %} {{ initial_plot }} {% else %}

{{ initial_plot }}

{% endif %}

Plot of the solution found

{% if is_best_fit %} This is the best fit of the minimizers used. {% endif %}

Minimizer: {{ minimizer }}

Functions:

Form Parameters
{{ equation }} {{ min_params }}
{% if fitted_plot_available %} {{ fitted_plot }} {% else %}

{{ fitted_plot }}

{% endif %}