using_uv/Files/symbolic_math.py

6 lines
137 B
Python
Raw Normal View History

2025-10-20 14:42:17 +00:00
import mpmath
from sympy import symbols, Function, Lambda, lambdify, exp, diff, limit, oo
a, b, x, z, t = symbols('alpha beta x z t')