Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4158 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Indefinite or definite integration of a function of one variable |
||
4 | slib_parms=4\ |
||
5 | ,the function\ |
||
6 | x,the variable name\ |
||
7 | ,starting bound, optional\ |
||
8 | ,ending bound, optional |
||
9 | ,option words in case of definite integral: numeric, fast |
||
10 | |||
11 | slib_out=The value (empty if error) |
||
12 | slib_comment=This script uses Maxima. If one of the bounds is missing,\ |
||
13 | then indefinite integration (formal method) is tried. Otherwise \ |
||
14 | definite integration. It first tries the formal method.\ |
||
15 | If this fails, then a numerical method is tried. |