Skip to content

Commit 1de5419

Browse files
Don't show the monster sparse jacobian
grr arrrrg
1 parent e0f2d50 commit 1de5419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/mtkitize_tutorials/sparse_jacobians.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ prob = ODEProblem(brusselator_2d_loop,u0,(0.,11.5),p)
5050
Now let's use `modelingtoolkitize` to generate the symbolic version:
5151

5252
```@example sparsejac
53-
sys = modelingtoolkitize(prob)
53+
sys = modelingtoolkitize(prob);
5454
```
5555

5656
Now we regenerate the problem using `jac=true` for the analytical Jacobian

0 commit comments

Comments
 (0)