fourier_transform tag

2 questions


2 answers
83 views
0
How do I resolve the Lambdify name error in Sympy?

If you receive an object that you spun Fourier_transform with Sympy as lambdify, a name error appears that FourierTransform is not defined even though numpy and sympy are applied to the module. import...


1 answers
66 views
0
Come out. more than the value of the transform fourier sympy

from sympy import fourier_transform, exp,symbolsfrom sympy.abc import x, ka=fourier_transform(exp(-x**2), x, k)s=symbols('s')Ori=(s)*exp(-(x**2)/(s**2))FT=fourier_transform(Ori,x,k)a.subs({k:1}).evalf...

2 years ago

© 2024 OneMinuteCode. All rights reserved.