Hello, I want to get indefiniteIntegral of sqrt(x+sqrt(x)), But in Sage, I get nothing but integrate(sqrt(x + sqrt(x)), x).
sage: x = var('x')
sage: h = sqrt(x+sqrt(x))
sage: h.integral(x)
Is there a way to integrate this function?
| 1 | initial version | |
Hello, I want to get indefiniteIntegral of sqrt(x+sqrt(x)), But in Sage, I get nothing but integrate(sqrt(x + sqrt(x)), x).
sage: x = var('x')
sage: h = sqrt(x+sqrt(x))
sage: h.integral(x)
Is there a way to integrate this function?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.