Hello FriCAS group members,

I am looking for some FriCAS-code that decides whether a given integral is 
elementary in the sense of wikipedia 
(https://en.wikipedia.org/wiki/Elementary_function). For example, the error 
function is NOT elementary in this sense.

I have tried the following Sage-code in the SageMathCell:

from sage.interfaces.fricas import fricas
print(fricas.eval("elem?(internalIntegrate(exp(-x^2), x))"))

This produces the output ``true''. From this I conclude that elem? tests 
elementarity in a broader sense than that from wikipedia.

I would appreciate any help.

Fabian

PS: I am new to FriCAS.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/0e139aa1-6458-492d-b25e-e3e85ce90ac6n%40googlegroups.com.

Reply via email to