you have Spoiled us Dr. Brunton! implementations in both Pyhton and Matlab!
@alexboche13494 ай бұрын
What about Julia?
@hz65672 жыл бұрын
Beautiful illustrations of using FFT to solve pde! I understand that this is an elementary example so things are kept simple. However, solving heat equations with ode45, which uses explicit time stepping scheme, is unstable since heat equations are stiff. It will be great to point it out so people will turn to the correct scheme later when they really need it.
@MaksymCzech4 жыл бұрын
Thank you for separate Pthon and Matlab videos!
@Vss.alex20184 жыл бұрын
My fav topic. And great thanks to Prof. Brunton for making these videos.
@mohamedyahya81314 жыл бұрын
Thank you very much your lectures are really interesting with your straightforward explanation
@ANKITPATEL16614 жыл бұрын
I am loving your FFT. Very basic and informative. I am waiting and looking forward when you will explain more about Non-uniform Fourier transform.
@Eigensteve4 жыл бұрын
Awesome! Thank you!
@AEX-rk4lg Жыл бұрын
Thank you.
@krishnateja78524 жыл бұрын
Hello Prof. Brunton, Do you not mirror the video?
@ogh13323 жыл бұрын
Thank you, Steve this was fascinating for me. Just I couldn't find the end of the code from the Movie to the end. Best
@jamen19934 жыл бұрын
This is very valuable knowledge. Thanks for sharing it.
@mahdifx54047 ай бұрын
What should we do if we want to consider boundary conditions for the problem? like ux(left,t)=ux(right,t) uxx(left,t)=uxx(right,t) or ux(left,t)=ux(right,t)=f(x)
@mokranemokrane19414 жыл бұрын
Beautiful content. I wanted so much to pursue a PhD in applied math at UMN in this direction, unfortunately two days ago my application got rejected. This is so painful !
@Eigensteve4 жыл бұрын
I'm so sorry to hear that. But keep learning!
@AEX-rk4lg Жыл бұрын
Where do you live?
@mokranemokrane1941 Жыл бұрын
@@AEX-rk4lg France
@AEX-rk4lg Жыл бұрын
@@mokranemokrane1941 Nice! I think you are already lucky to live in France and have access to high quality education (while on USA you need to pay high fees for probably the same education??). Anyway, you can guess my country? it is called the "middle of nowhere".
@alexeyl224 жыл бұрын
I thought you were writing normally and then mirrored the video. 🤔
@videofountain4 жыл бұрын
@@var67 I agree .. he seems either bored with all the mirrored video questions ..... or really enjoying it.
@bryanrodriguezm.5564 жыл бұрын
Me too. May be his years teaching gave him this super power.
@jexyl80713 жыл бұрын
He was writing in the time domain instead of the frequency domain
@speedengineering3 жыл бұрын
@@var67 I think it has to be a little joke. I found a website with this image which suggests he's left handed and they mirror the image. cdn.geekwire.com/wp-content/uploads/2020/11/brunton2-630x420.jpg Thanks for the great videos, Steve! Watched the entire series so far.
@ltenigma2 жыл бұрын
@@speedengineering How many people wear their wedding ring on their right hand? 😉😉
@jaikumar8484 жыл бұрын
Thanks for this high quality content
@洛阳边儿2 жыл бұрын
Great lecture! what if the original singnal is complex number, the second derivative operator needs to use FFT for real part and imaginary part, respectively?
@hecate33604 жыл бұрын
Thanks for all your videos!
@waleedahmad-gv9yp Жыл бұрын
Dr Steve when you transformed uxx to frequency domain, you put kappa square but when you transformed ut to frequency you didn't write w along with it?
@nkminwings3 жыл бұрын
Dear Prof. Brunton, Great lecture! I found a very minor typo in 'rhsHeat' function. => duhatdt = -a^2*(kappa.^2).' .* uhat; (maybe ignored because kappa.^2 would be a vector including the absolute values.)
@JoaoPedro-sb5sq Жыл бұрын
Thanks for this. I'm using Octave instead of Matlab so it was giving me issues, not sure if this was one of them. I also changed a few things in the code to make it plot, like instead of plotting the waterfall with u(1:10:end,:)) I plotted real(u(1:10:end,:)) and got the same plot in his book.
@tushermyth3 жыл бұрын
Nice way to confuse the audience who really were trying to figure out how this board works, hahaha
@joshuazhang49104 жыл бұрын
Hi Prof. Brunton, really appreciates your great demo in this video! I tried another initial condition (step function) for this method, and it showed some errors at the edge. I think it might due to lack of boundary condition. Will you talk more about how to put boundary restriction into the code? Thanks!
@michaeln.19812 жыл бұрын
Hi late reply, but I believe it’s due to the fact we need it to be periodic, so a step function can only be done if you step it down further along
@emmanueljrodriguez6913 жыл бұрын
Great video Eigen Steve! But I am curious as to where the formulation written on line 9 is coming from? I understood the description, but I'm just confused as to how / where this came from? What about the 'fft' function in MATLAB, why is this not used instead of what's currently on line 9? - Forgive me, if I'm off base... new to Mr Fourier.
@hyeonseokseong24314 жыл бұрын
Great contents as always.
@LucasVieira-ob6fx2 жыл бұрын
Wow great content there!
@jrayk8959 Жыл бұрын
Wow! Subscribed!
@roceb50093 жыл бұрын
0:30 wait, are you actually writing backwards for these?? I thought you just flipped the video horizontally 🤣
@alijayameilio2 жыл бұрын
curious... are you writing in reverse or the video get flipped?
@tammygoyal93344 жыл бұрын
A key observation is that he is always is pulling his tshirt down.
@ML2011ML2 жыл бұрын
Fantastic!
@SeidelMatheus2 жыл бұрын
So you just write everything mirrored?!?
@tammygoyal93344 жыл бұрын
I feel really intelligent being a high schooler here, which year do students learn this?
@hydropage285525 күн бұрын
Hold on. No. No way. That “backwards mistake” at the beginning had to be a joke to confuse everyone and make them reevaluate how you make these videos