Rev 4158 | Details | Compare with Previous | 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 |
||
7116 | bpr | 4 | slib_parms=5\ |
4158 | bpr | 5 | ,the function\ |
6 | x,the variable name\ |
||
7 | ,starting bound, optional\ |
||
7116 | bpr | 8 | ,ending bound, optional\ |
9 | ,option words in case of definite integral: numeric |
||
4158 | bpr | 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. |