Symbolic evaluation of sums and products fricas (1) -> sum(i,
Type: Fraction(Polynomial(Integer))
fricas product(x+k,
Type: Expression(Integer)
Result should be pi fricas integrate((4*sqrt(1/2)-8*x^3-4*sqrt(1/2)*x^4-8*x^5)/(1-x^8),
Type: Union(pole: potentialPole,
Use "noPole" Axioms answer is "potentialPole", which indicates that there might be a pole within the interval of integration. If you are sure, that there is no pole within this interval, use "noPole": fricas integrate((4*sqrt(1/2)-8*x^3-4*sqrt(1/2)*x^4-8*x^5)/(1-x^8),
It's numeric value is roughly fricas %::Expression Float
Type: Expression(Float)
To check, do a numeric integration: fricas romberg(x+->(4*sqrt(1/2)-8*x^3-4*sqrt(1/2)*x^4-8*x^5)/(1-x^8),
Type: Record(value: Float,
|