Skip to content

Commit 324cb30

Browse files
Update symbolic.md
1 parent 42bdfdb commit 324cb30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/tutorials/symbolic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ p = [a => 6.0
4242
And now we solve.
4343

4444
```@example modelingtoolkit
45+
sys = complete(sys)
4546
prob = OptimizationProblem(sys, u0, p, grad = true, hess = true)
4647
solve(prob, Newton())
4748
```

0 commit comments

Comments
 (0)