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 ae30b50 commit 9fe7834Copy full SHA for 9fe7834
docs/src/manual/getting_started.md
@@ -158,17 +158,6 @@ f_check = expand_derivatives(D(F))
158
simplify(f - f_check) == 0 # Should be true
159
```
160
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)` |
172
173
## Common Patterns
174
0 commit comments