Тёмный
Physics With Nero
Physics With Nero
Physics With Nero
Подписаться
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
4 года назад
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
4 года назад
Using scipy fftpack fft
5:23
4 года назад
Fourier Filtering and Smoothing
5:59
4 года назад
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 16 дней назад
I just wish someone would tell me how to make a animation of a straight line growing not a sine.
@kainpmn1401
@kainpmn1401 16 дней назад
Amazing tutorial btw a lot of other tutorials just write code and expect you to understand but you actually explain!
@dignamcormac
@dignamcormac 2 месяца назад
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. 3 месяца назад
how do you do in 3d?
@prashantsingh6606
@prashantsingh6606 3 месяца назад
Feels so bad that amazing channel like yours don't get enough reach , btw loved your content bro
@francisodion9453
@francisodion9453 4 месяца назад
The plot for the frequency domain do not show the correct magnitude and frequency. How can this be achieved
@antikoerper256
@antikoerper256 4 месяца назад
I just got into programming and wanna do some project and this is golden, thanks
@cleisonarmandomanriqueagui9176
@cleisonarmandomanriqueagui9176 4 месяца назад
How you show that text where the inputs of a function appear ?
@fizixx
@fizixx 5 месяцев назад
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 7 месяцев назад
thanks very much for the video. It is great how Python happily deals with the complex numbers
@luisruiz-ie3dm
@luisruiz-ie3dm 7 месяцев назад
I have a question. For a physical system like a pendulum what would the abs value of the DFT represent?
@baghdadiabdellatif1581
@baghdadiabdellatif1581 7 месяцев назад
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 7 месяцев назад
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 7 месяцев назад
which textbook can you recommend for one to learn the relaxation technique?
@NestorESanchezArriaga
@NestorESanchezArriaga 7 месяцев назад
Direct, to the point! thanks
@stephenhobbs948
@stephenhobbs948 8 месяцев назад
Thanks. Very elucidating.
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
for some reason, It only showed the last value.
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
now it stopped working entirely.
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
from IPython import display from time import sleep for i in range(1000): display.clear_output(wait=True) print(i)
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
.ipynb
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
but I am using visual studio
@GTexperience_Channel
@GTexperience_Channel 9 месяцев назад
sorry for my chopped grammar, but any clues?
@user-mj2zv1xt6j
@user-mj2zv1xt6j 9 месяцев назад
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
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 Год назад
If you need to constraint the results to be integers, how would you do it?
@onurkarakas2814
@onurkarakas2814 Год назад
New video after 2 years, I even forget I turned on the notifications
@physicswithnero
@physicswithnero Год назад
This video is the only change for now. I'm teaching the class again, and some things have changed with the setup.
@joelmascarenhas8105
@joelmascarenhas8105 Год назад
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.
@Retr0id
@Retr0id Год назад
You took the words right out of my mouth (or rather, keyboard?). When I first figured out how DCT *actually* worked I was annoyed at how long it took me to grasp, all because of the damn maths notation making it look more complex than it actually is.
@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
@physicswithnero
@physicswithnero 2 года назад
These videos are from a course at the University of Pittsburgh. I leave them publicly available in case anyone else finds them useful. "Try it" is an assignment that goes along with the video. In this case, the assignment is for the student to write the code for RK4 by following the setup in this video (9:45).
@amineelouni8247
@amineelouni8247 2 года назад
@@physicswithnero Thank you very much , I appreciate your help :)
@amineelouni8247
@amineelouni8247 2 года назад
Thanks for the video (very helpful) I still have a question Where is the code for RK4 ?
@anandsengupta2900
@anandsengupta2900 2 года назад
Minor correction: At around 14:30 , you need to divide \psi by \sqrt(norm) to get the normalized wavefunctions. Very nice work btw.