Codes from Steve Brunton's ME 565 course on YouTube: A python version
https://www.youtube.com/c/Eigensteve
http://faculty.washington.edu/sbrunton/me565/
.
βββ ComplexAnalysis.ipynb
β βββ intergration of the Cauchy integral
β βββ Log(z) function visualization
βββ PDE.ipynb
β βββ heat transfer numerical solution
β βββ Analytic solution to the heat equation(without itteration)
β βββ solution for a nastier BC
βββ FourierTransform.ipynb
β βββ furier transform of step function
β βββ Discrete Fourier Transform
β βββ DFT vs FFT
β βββ Image compression with DFT (summer.jpg)
β βββturning the image to frequency surface
βββ FourierPDE.ipynb
β βββ 1D heat equation with numerical integral
β βββ 1D heat equation with fft
β βββ Differentiation with fourier
βββ Laplace.ipynb
β βββ System responses to impulse and step
β βββ Bode plot
β βββ Calculating system response by convolving with impulse
βββ README.md