transform tag

3 questions


2 answers
81 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
108 views
0
position: How to center an element to which absolute is applied.

Position relative and absolute were used to place the divs on top of the divs However, the div set to absolute moves according to the screen size adjustment. Is there any way to fix it? Help me!~<s...

1 years ago

1 answers
61 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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.