Skip to content

Commit 9fe7834

Browse files
Update docs/src/manual/getting_started.md
1 parent ae30b50 commit 9fe7834

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/src/manual/getting_started.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,6 @@ f_check = expand_derivatives(D(F))
158158
simplify(f - f_check) == 0 # Should be true
159159
```
160160

161-
## Method Selection Guidelines
162-
163-
Choose your integration method based on the function type:
164-
165-
| Function Type | Recommended Method | Example |
166-
|---------------|-------------------|---------|
167-
| Rational functions | `RischMethod()` | `(x^2+1)/(x^3+x)` |
168-
| Simple exponentials | `RischMethod()` | `x*exp(x)` |
169-
| Simple logarithms | `RischMethod()` | `log(x)/x` |
170-
| Complex trigonometric | `RuleBasedMethod()` | `sin(x)^3*cos(x)^2` |
171-
| Mixed transcendental | Try both methods | `exp(x)*sin(x)` |
172161

173162
## Common Patterns
174163

0 commit comments

Comments
 (0)