Subversion Repositories wimsdev

Rev

Rev 4158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4158 Rev 7116
Line 2... Line 2...
2
 
2
 
3
slib_title=Indefinite or definite integration of a function of one variable
3
slib_title=Indefinite or definite integration of a function of one variable
4
slib_parms=4\
4
slib_parms=5\
5
,the function\
5
,the function\
6
x,the variable name\
6
x,the variable name\
7
,starting bound, optional\
7
,starting bound, optional\
8
,ending bound, optional
8
,ending bound, optional\
9
,option words in case of definite integral: numeric, fast
9
,option words in case of definite integral: numeric
10
 
10
 
11
slib_out=The value (empty if error)
11
slib_out=The value (empty if error)
12
slib_comment=This script uses Maxima. If one of the bounds is missing,\
12
slib_comment=This script uses Maxima. If one of the bounds is missing,\
13
 then indefinite integration (formal method) is tried. Otherwise \
13
 then indefinite integration (formal method) is tried. Otherwise \
14
 definite integration. It first tries the formal method.\
14
 definite integration. It first tries the formal method.\