Subversion Repositories wimsdev

Rev

Rev 4158 | Blame | Compare with Previous | Last modification | View Log | RSS feed

slib_lang_exists_tmp=yes

slib_title=Indefinite or definite integration of a function of one variable
slib_parms=5\
,the function\
x,the variable name\
,starting bound, optional\
,ending bound, optional\
,option words in case of definite integral: numeric

slib_out=The value (empty if error)
slib_comment=This script uses Maxima. If one of the bounds is missing,\
 then indefinite integration (formal method) is tried. Otherwise \
 definite integration. It first tries the formal method.\
 If this fails, then a numerical method is tried.