|
|
last edited 1 year ago by test1 |
1 2 3 4 | ||
Editor: Shoenemann
Time: 2021/06/06 09:53:17 GMT+0 |
||
Note: |
changed: -Our test function is the one that appear in this math-stackexchange question: Cool that was easy. Now our test function is the one that appear in this math-stackexchange question: changed: -Cool, that was easy. I guess, this means that this function cannot be solved analytically I guess, the Risch algorithm did not find any elementary function here. I guess, this means that this function cannot be solved analytically. Some documentation and examples of the integrate() function in FriCAS is here: http://fricas-wiki.math.uni.wroc.pl/FriCASIntegration and here: http://fricas-wiki.math.uni.wroc.pl/FriCASSpecialIntegration
Let us integrate functions as explained in: IV_ (https://math.stackexchange.com/users/292527/iv), Does someone know an online-applet for the Risch-algorithm?, URL (version: 2020-08-20): https://math.stackexchange.com/q/3237569
Let's start with simple functions
integrate(x^2,x)
(1) |
integrate(exp(x-x^2),x)
(2) |
Cool that was easy. Now our test function is the one that appear in this math-stackexchange question: https://math.stackexchange.com/questions/4159030/the-integral-int-0x-frac-sint-sqrt1t2-textdt
integrate(sin(x)/(sqrt(1+x^2)),x)
(3) |
I guess, the Risch algorithm did not find any elementary function here. I guess, this means that this function cannot be solved analytically.
Some documentation and examples of the integrate() function in FriCAS? is here: http://fricas-wiki.math.uni.wroc.pl/FriCASIntegration and here: http://fricas-wiki.math.uni.wroc.pl/FriCASSpecialIntegration