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 42bdfdb commit 324cb30Copy full SHA for 324cb30
docs/src/tutorials/symbolic.md
@@ -42,6 +42,7 @@ p = [a => 6.0
42
And now we solve.
43
44
```@example modelingtoolkit
45
+sys = complete(sys)
46
prob = OptimizationProblem(sys, u0, p, grad = true, hess = true)
47
solve(prob, Newton())
48
```
0 commit comments