Answers for "instalar sympy en thonny"

0

instalar sympy en thonny

>>> from sympy import *
>>> x = symbols('x')
>>> a = Integral(cos(x)*exp(x), x)
>>> Eq(a, a.doit())
Posted by: Guest on March-02-2021

Browse Popular Code Answers by Language