| > | Int(2*Pi*(x+1)*sqrt(1+9*x^4),x=0..2); |
| > | value(%); |
| > | evalf(%); |
| > | Int(2*Pi*(x+1)*sqrt(1+9*x^4),x=0..2); |
| > | evalf(%); |
| > | Int(2*Pi*(1+y^(1/3))*sqrt(1+(1/9)*y^(-4/3)),y=0..8); |
| > | value(%); |
| > | evalf(%); |
| > | Int(2*Pi*(1+y^(1/3))*sqrt(1+(1/9)*y^(-4/3)),y=0..8); |
| > | evalf(%); |
| > |