fricas (1) -> )set output tex off fricas )set output algebra on fricas integrate(1/(x^7+x^6+x^5+x^4+x^3+x^2+x+1), Type: Union(Expression(Integer),
Apparently these are "rootOf" expressions: fricas %%F0::InputForm Type: InputForm
fricas %%F1::InputForm Type: InputForm
We can in fact solve for some of these. fricas )set output tex on fricas )set output algebra off fricas definingPolynomial %%F0
Type: Expression(Integer)
fricas F0:=radicalSolve(%::UP('%%F0,
fricas definingPolynomial %%F1
Type: Expression(Integer)
fricas F11:=subst(%, Why doesn't Axiom automatically provide this sort of information? Perhaps related to #262 ... --test1, Tue, 06 May 2014 17:37:13 +0000 reply Severity: normal => wishlist
|