Search code examples
pythonpython-3.xmathcalculus

How do I execute Calculus operations in python?


How can I perform simple calculus operations on python such as Differentiation and Integration?


Solution

  • You can use the sympy module for symbolic manipulation. The scipy module has both differentiation and integration as well. See https://www.scipy.org/ and https://www.sympy.org/en/index.html