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