3.2 打印
>>>from sympy import *
>>>x=symbols(‘x’)
>>>Integral(sqrt(1/x), x)
>>>init\_printing()
>>>Integral(sqrt(1/x), x)

Last updated
>>>from sympy import *
>>>x=symbols(‘x’)
>>>Integral(sqrt(1/x), x)
>>>init\_printing()
>>>Integral(sqrt(1/x), x)

Last updated