using_uv/Files/symbolic_math.py
2025-10-20 10:42:17 -04:00

5 lines
137 B
Python

import mpmath
from sympy import symbols, Function, Lambda, lambdify, exp, diff, limit, oo
a, b, x, z, t = symbols('alpha beta x z t')