文件名称:Fourier_series:傅立叶级数动画w python
文件大小:1.98MB
文件格式:ZIP
更新时间:2024-04-09 10:01:56
Python
Fourier_series fourier_series.py是一个动画,用于使用python 3可视化该函数的Fourier级数逼近。 所需的包 脾气暴躁: python -m pip install numpy matplotlib: python -m pip install matplotlib 用法 选择应执行傅立叶级数的函数 选择间隔的上限(下限为0) 选择系列的最大顺序 选择绘图的时间步长和轴长度 f = lambda t : np . exp ( - t ) T = 2 * np . pi M = 10 dt = 0.01 tmin = 0 - dt tmax = T + dt ymin = 0 - dt ymax = 1 + dt python脚本fourier_series.py必须在主目录中执行,例如 python -m fourier_series 怎
【文件预览】:
Fourier_series-main
----fourier-exp.gif(4.69MB)
----fourier_series.py(2KB)
----LICENSE(1KB)
----lib()
--------imports.py(190B)
--------monte_carlo_integration.py(800B)
--------fourier_series_calc.py(2KB)
----README.md(1KB)
----.gitattributes(66B)