sympy tag

14 questions


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

1 answers
61 views
0
Output a graph to Sympy.

Until now, we have created a graph using mathplotlib as a value using python's numpy.When defining a function in numpy, both x and y values came out in a list format, so I made a graph, but when I def...

2 years ago

1 answers
106 views
0
Error finding module after installing Python Sympy

cmd has installed sympy via pip install sympy code.If you type pip install sympy in cmd again, Requirement already satisfied: sympy in c:\programdata\anaconda3\lib\site-packages (1.1.1)It says that th...

2 years ago

1 answers
99 views
0
Python sympy

I was studying online, and there was a function called sympy. So when I tried to use it, it says that there is no such module. Python mode is also the highest mode, so can you tell me why?

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.