Crank Nicolson Method
35:41
4 жыл бұрын
Relaxation Method for PDEs
10:57
4 жыл бұрын
FTCS Method
18:51
4 жыл бұрын
ODEs With Eigenvalues
15:55
4 жыл бұрын
Relaxation Method for ODEs
20:40
4 жыл бұрын
Shooting Method
9:52
4 жыл бұрын
Using scipy integrate solve ivp
9:05
The Ways ODE Solvers Fail
13:34
4 жыл бұрын
Adaptive Step Size
25:10
4 жыл бұрын
Simultaneous 1st Order ODEs
8:30
4 жыл бұрын
Runge Kutta Method
14:50
4 жыл бұрын
Euler's Method
7:03
4 жыл бұрын
2nd Order ODEs
11:39
4 жыл бұрын
Aliasing and the Nyquist Frequency
23:03
Using scipy fftpack fft
5:23
4 жыл бұрын
Fourier Filtering and Smoothing
5:59
Discrete Cosine Transform
6:44
4 жыл бұрын
Fourier Series
24:13
4 жыл бұрын
Discrete Fourier Transform
18:27
4 жыл бұрын
Continuous Fourier Transform
17:39
4 жыл бұрын
Using scipy optimize minimize
4:22
4 жыл бұрын
Gradient Descent
14:41
4 жыл бұрын
Golden Ratio Search
14:52
4 жыл бұрын
Relaxation Method
20:36
4 жыл бұрын
Newton Raphson
8:21
4 жыл бұрын
Binary Search
8:54
4 жыл бұрын
Eigenvalues and Eigenvectors
18:25
4 жыл бұрын
Gaussian Elimination
16:57
4 жыл бұрын
Пікірлер
@kainpmn1401
@kainpmn1401 2 ай бұрын
I just wish someone would tell me how to make a animation of a straight line growing not a sine.
@kainpmn1401
@kainpmn1401 2 ай бұрын
Amazing tutorial btw a lot of other tutorials just write code and expect you to understand but you actually explain!
@dignamcormac
@dignamcormac 4 ай бұрын
Why in the name of all that is good in the world don't your videos have more views, they've helped me immensly with my studies. Thank you!
@2255.
@2255. 5 ай бұрын
how do you do in 3d?
@prashantsingh6606
@prashantsingh6606 5 ай бұрын
Feels so bad that amazing channel like yours don't get enough reach , btw loved your content bro
@francisodion9453
@francisodion9453 5 ай бұрын
The plot for the frequency domain do not show the correct magnitude and frequency. How can this be achieved
@antikoerper256
@antikoerper256 6 ай бұрын
I just got into programming and wanna do some project and this is golden, thanks
@cleisonarmandomanriqueagui9176
@cleisonarmandomanriqueagui9176 6 ай бұрын
How you show that text where the inputs of a function appear ?
@fizixx
@fizixx 7 ай бұрын
Beautifully done. Wish you'd post more videos. I learned a LOT from your posts. Most was how to use python, but all of your content is pristine.
@declanwk1
@declanwk1 8 ай бұрын
thanks very much for the video. It is great how Python happily deals with the complex numbers
@luisruiz-ie3dm
@luisruiz-ie3dm 8 ай бұрын
I have a question. For a physical system like a pendulum what would the abs value of the DFT represent?
@baghdadiabdellatif1581
@baghdadiabdellatif1581 9 ай бұрын
Thank you You have shown that DCT is very bad for signal processing 1 Hz amplitude is 1 and 10 Hz amplitude is 0.2 but after DCT process 1 Hz amplitude is 5.9 and 10 Hz amplitude is 1.39!
@azorbz9286
@azorbz9286 9 ай бұрын
This is the best explanation of Runge-Kutta I've ever seen. I never understood it when it was relevant to my university studies, but I found this video after a renewed interest in numerical methods. This is the kind of resource I wish that I had when I was learning this. Thank you for sharing.
@christianjourneytv1003
@christianjourneytv1003 9 ай бұрын
which textbook can you recommend for one to learn the relaxation technique?
@NestorESanchezArriaga
@NestorESanchezArriaga 9 ай бұрын
Direct, to the point! thanks
@stephenhobbs948
@stephenhobbs948 10 ай бұрын
Thanks. Very elucidating.
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
for some reason, It only showed the last value.
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
now it stopped working entirely.
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
from IPython import display from time import sleep for i in range(1000): display.clear_output(wait=True) print(i)
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
.ipynb
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
but I am using visual studio
@GTexperience_Channel
@GTexperience_Channel 11 ай бұрын
sorry for my chopped grammar, but any clues?
@user-mj2zv1xt6j
@user-mj2zv1xt6j 11 ай бұрын
Hi. I used the method and got the output. Now I would like to see all the iterations. Can anyone please help?
@uzivatel123
@uzivatel123 Жыл бұрын
thank you
@sidygueye2913
@sidygueye2913 Жыл бұрын
you saved my life
@SMSimonGarcia
@SMSimonGarcia Жыл бұрын
Very helpful, thanks!
@Omar-wi4ho
@Omar-wi4ho Жыл бұрын
This might be a longshot but, how you implement an initial condition for the velocity? Let's say v0=0 and x0=100, xf=0: dropping the ball from 100 meters above the ground
@user-no9gk7pl9b
@user-no9gk7pl9b Жыл бұрын
Why is there an x in the definition of the function when there is no x in the actual function? I get the exact same results when i run the code with "def f(t): return np.cos(t)" and "x = x + h*f(t)" in the for-loop Thanks!
@DarlingHiroXX
@DarlingHiroXX Жыл бұрын
was wonder if we can create a box and make something like a game inside it. is it possible to do so?
@ReneFredes
@ReneFredes Жыл бұрын
what's so bad about complex numbers? To me its more unnatural to avoid them, given that the transform exist in a realm way too deep in the complex domain
@aliakbarakbari3802
@aliakbarakbari3802 Жыл бұрын
Great work!!!!!
@aliakbarakbari3802
@aliakbarakbari3802 Жыл бұрын
Great video!!!!
@fizixx
@fizixx Жыл бұрын
Fantastic!
@fizixx
@fizixx Жыл бұрын
This is terrific!
@fizixx
@fizixx Жыл бұрын
You really should do more videos. Small videos, like this, help so much, and your other videos are also excellent.
@saraism4557
@saraism4557 Жыл бұрын
Not clear explained
@zakariaabderrahmanesadelao3048
@zakariaabderrahmanesadelao3048 Жыл бұрын
thanks for the brilliant tutorial, learned a lot.
@coraltown1
@coraltown1 Жыл бұрын
perfect, thanks!
@youngsci
@youngsci Жыл бұрын
You helped me a lot with Video, Thank you very much.
@chrislauber
@chrislauber Жыл бұрын
Excellent video, I'm a comp sci undergrad now in grad school for Space Systems Engineering and this kind of learning module is amazing for someone trying to break the Aerospace addition to Matlab. Thanks for making this!!
@oluwamayokun6128
@oluwamayokun6128 Жыл бұрын
I tried to run this video on my Pycharm, after i install package matplotlib, it is showed me the error; matplotlib.pyplot.show() NameError: name 'matplotlib' is not defined
@helenx8270
@helenx8270 2 жыл бұрын
If you need to constraint the results to be integers, how would you do it?
@onurkarakas2814
@onurkarakas2814 2 жыл бұрын
New video after 2 years, I even forget I turned on the notifications
@physicswithnero
@physicswithnero 2 жыл бұрын
This video is the only change for now. I'm teaching the class again, and some things have changed with the setup.
@joelmascarenhas8105
@joelmascarenhas8105 2 жыл бұрын
keep it up
@benjaminwilson9007
@benjaminwilson9007 2 жыл бұрын
You'll need two commands. import numpy as np import matplotlib.pyplot as plt
@lucasdetogni4392
@lucasdetogni4392 2 жыл бұрын
Hey, could you help me? I wanna a scipy optimization minimize function with a iteration limit, how can i do this? Example, after 2000 iterations stop the otimize and return the results.
@sergiorome48
@sergiorome48 2 жыл бұрын
how do you do the top part
@benjaminwilson9007
@benjaminwilson9007 2 жыл бұрын
In order to print the little label you have to run the comand as "Markdown". There is a drop down menu where the word "code" is on the Jupyter notebook window.
@davidmurphy563
@davidmurphy563 2 жыл бұрын
Ah, I was hoping you'd code it by hand instead of just using the module. I need to use the DCT for a coding project and I don't have access to the module. Plus I want to code it from the ground up to understand it properly and play with it. The problem is it's written everywhere in maths, all those silly symbols baffle me... I'll take a look at the module and see how they did it. As far as I can see it's just a for loop taking the dot product of two vectors. Those goddamn equations make the simplest functions so hard to understand. Why can't everyone just write it in Python and drop this antiquated maths jargon? Grr. Ok, rant over.
@williamhan2064
@williamhan2064 2 жыл бұрын
Love your teaching style. A pleasant learning experience.
@yuxiangliu576
@yuxiangliu576 2 жыл бұрын
I'm working on diffusion of solute but this video definitely helpful
@jagmeetsond6075
@jagmeetsond6075 2 жыл бұрын
my code not displaying in Jupyter Notebooks
@lol-ki5pd
@lol-ki5pd 2 жыл бұрын
can we download the project visuasl as vedio?
@amineelouni8247
@amineelouni8247 2 жыл бұрын
Where is "try it" from down below ? I need the code for RK4
@amineelouni8247
@amineelouni8247 2 жыл бұрын
Thanks for the video (very helpful) I still have a question Where is the code for RK4 ?