6 lines
137 B
Python
6 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')
|
||
|
|
|