Определение симпи -функции
import sympy
x = sympy.symbols('x')
f = x**2 + 1
Mortimer
import sympy
x = sympy.symbols('x')
f = x**2 + 1