We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560d10 commit f36a1f4Copy full SHA for f36a1f4
docs/src/getting_started/first_optimization.md
@@ -26,7 +26,7 @@ The following parts of the SciML Ecosystem will be used in this tutorial:
26
First, what are we solving? Let's take a look at the Rosenbrock equation:
27
28
```math
29
-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
30
```
31
32
What we want to do is find the values of ``u_1`` and ``u_2`` such that ``L``
0 commit comments