Код: Выделить всё
sympyКод: Выделить всё
from sympy import tan, sqrt
integrate(sqrt(tan(x)))
Почему Sympy не может этого сделать?
Подробнее здесь: https://stackoverflow.com/questions/782 ... e-sqrttanx
Код: Выделить всё
sympyКод: Выделить всё
from sympy import tan, sqrt
integrate(sqrt(tan(x)))