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 bd097c0 commit 53c688fCopy full SHA for 53c688f
Project.toml
@@ -1,7 +1,7 @@
1
name = "RootedTrees"
2
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
4
-version = "2.8.3"
+version = "2.8.4"
5
6
[deps]
7
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
docs/src/tutorials/RK_order_conditions.md
@@ -99,6 +99,9 @@ this enables automatic differentiation (AD) and symbolic computations.
99
### Symbolic computations
100
101
For example, you can determine the order conditions symbolically as follows.
102
+```@setup
103
+using SymPy # download required python stuff silently
104
+```
105
```@example
106
using RootedTrees, SymPy
107
0 commit comments