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 3bfd64e commit 1e2e666Copy full SHA for 1e2e666
docs/src/examples/higher_order.md
@@ -26,7 +26,7 @@ eqs = [D(D(x)) ~ σ * (y - x),
26
```
27
28
Note that we could've used an alternative syntax for 2nd order, i.e.
29
-`D = Differential(t)^2` and then `E(x)` would be the second derivative,
+`D = Differential(t)^2` and then `D(x)` would be the second derivative,
30
and this syntax extends to `N`-th order. Also, we can use `*` or `∘` to compose
31
`Differential`s, like `Differential(t) * Differential(x)`.
32
0 commit comments