Hallo,

the command "validExponential" from package EFSTRUX (Elementary Function 
Structure Package) applies Risch's Structure theorem for Elementary 
functions. The theorem checks if a given exponential or logarithm function 
is algebraic over a given elementary extension field.

exp(2*log(x)) = x^2 is algebraic over the field \mathbb{C}(x) and algebraic 
over the field \mathbb{C}(x,e^x). But FriCAS says it isn't:

f:=2*log(x)
g:=exp(f)
K:=kernels([x,exp(x)])
validExponential(K,f,x)

[image: \label{eq4}\verb#"failed"#]

Where I'm wrong?

Is Risch's structure theorem applicable here? Does Risch's structure 
theorem have an error in this case?

Thanks.

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/0458c7dc-5430-412d-821b-a36a67b10084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to