Skip to content

Commit

Permalink
Merge pull request #236 from Niel-77/patch-2
Browse files Browse the repository at this point in the history
Update first_optimization.md
  • Loading branch information
Vaibhavdixit02 authored Aug 3, 2024
2 parents a560d10 + f36a1f4 commit 61c188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting_started/first_optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following parts of the SciML Ecosystem will be used in this tutorial:
First, what are we solving? Let's take a look at the Rosenbrock equation:

```math
L(u,p) = (p_1 - u_1)^2 + p_2 * (u_2 - u_1)^2
L(u,p) = (p_1 - u_1)^2 + p_2 * (u_2 - u_1^2)^2
```

What we want to do is find the values of ``u_1`` and ``u_2`` such that ``L``
Expand Down

0 comments on commit 61c188c

Please sign in to comment.