{{ title }}
Plot of the initial starting guess
Functions:
Form | Parameters |
---|---|
{{ equation }} | {{ initial_guess }} |
{% if initial_plot_available %}
{% 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 %}
{% else %}