Skip to content

Commit 4717581

Browse files
Update docs/src/manual/getting_started.md
1 parent 5ad8a6d commit 4717581

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/src/manual/getting_started.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ integrate(f, x, RischMethod(use_algebraic_closure=true))
8787
integrate(f, x, RischMethod(catch_errors=true))
8888
```
8989

90-
**RischMethod is best for:**
91-
- Rational functions
92-
- Simple exponential and logarithmic functions
93-
- Cases requiring exact symbolic computation
94-
- When you need guaranteed elementary solutions
95-
9690
### RuleBasedMethod
9791

9892
The rule-based method uses pattern matching with a large database of integration rules:

0 commit comments

Comments
 (0)