File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 77
88SymbolicIntegration.jl solves indefinite integrals using one of the implemented algorithms: Risch method and Rule based method
99
10+ # Documentation
11+
12+ For information on using the package,
13+ [ see the stable documentation] ( https://docs.sciml.ai/SymbolicIntegration/stable/ ) . Use the
14+ [ in-development documentation] ( https://docs.sciml.ai/SymbolicIntegration/dev/ ) for the version of
15+ the documentation which contains the unreleased features.
1016
1117# Usage
18+
1219``` julia
1320julia> using Pkg; Pkg. add (" SymbolicIntegration" ) # installation
1421
@@ -78,7 +85,7 @@ Nonelementary integrals | ❌ | most of them
7885Special functions | ❌ | ❌
7986more than one symbolic<br> variable in the expression | ❌ | ✅
8087
81- More info about them in the [methods documentation](methods/overview.md )
88+ More info about them in the [methods documentation](https://docs.sciml.ai/SymbolicIntegration/dev/ methods/overview/ )
8289
8390### Risch Method
8491Complete symbolic integration using the Risch algorithm from Manuel Bronstein's "Symbolic Integration I: Transcendental Functions".
@@ -90,7 +97,7 @@ This method uses a large number of integration rules that specify how to integra
9097# Documentation
9198
9299Complete documentation with method selection guidance, algorithm details, and examples is available at:
93- **[https://symbolicintegration.juliasymbolics.org](https://symbolicintegration.juliasymbolics.org )**
100+ **[docs.sciml.ai/SymbolicIntegration](docs.sciml.ai/SymbolicIntegration/dev/ )**
94101
95102
96103# Citation
You can’t perform that action at this time.
0 commit comments