Physics With Nero
Physics With Nero
  • 91
  • 218 353
Installing Anaconda 2022
Installing Anaconda 2022
zhlédnutí: 678

Video

Crank Nicolson Method
zhlédnutí 1,3KPřed 4 lety
Crank Nicolson Method
Relaxation Method for PDEs
zhlédnutí 2,4KPřed 4 lety
Relaxation Method for PDEs
FTCS Method
zhlédnutí 10KPřed 4 lety
FTCS Method
ODEs With Eigenvalues
zhlédnutí 1,2KPřed 4 lety
ODEs With Eigenvalues
Relaxation Method for ODEs
zhlédnutí 3,1KPřed 4 lety
Relaxation Method for ODEs
Shooting Method
zhlédnutí 7KPřed 4 lety
Shooting Method
Using scipy integrate solve ivp
zhlédnutí 23KPřed 4 lety
Using scipy integrate solve ivp
The Ways ODE Solvers Fail
zhlédnutí 787Před 4 lety
The Ways ODE Solvers Fail
Adaptive Step Size
zhlédnutí 3,3KPřed 4 lety
Adaptive Step Size
Simultaneous 1st Order ODEs
zhlédnutí 396Před 4 lety
Simultaneous 1st Order ODEs
Runge Kutta Method
zhlédnutí 744Před 4 lety
Runge Kutta Method
Euler's Method
zhlédnutí 4,6KPřed 4 lety
Euler's Method
2nd Order ODEs
zhlédnutí 379Před 4 lety
2nd Order ODEs
Aliasing and the Nyquist Frequency
zhlédnutí 2,5KPřed 4 lety
Aliasing and the Nyquist Frequency
Using scipy fftpack fft
zhlédnutí 11KPřed 4 lety
Using scipy fftpack fft
Fourier Filtering and Smoothing
zhlédnutí 6KPřed 4 lety
Fourier Filtering and Smoothing
Discrete Cosine Transform
zhlédnutí 6KPřed 4 lety
Discrete Cosine Transform
Fourier Series
zhlédnutí 632Před 4 lety
Fourier Series
Discrete Fourier Transform
zhlédnutí 18KPřed 4 lety
Discrete Fourier Transform
Continuous Fourier Transform
zhlédnutí 1,2KPřed 4 lety
Continuous Fourier Transform
Using scipy optimize minimize
zhlédnutí 16KPřed 4 lety
Using scipy optimize minimize
Gradient Descent
zhlédnutí 276Před 4 lety
Gradient Descent
Golden Ratio Search
zhlédnutí 538Před 4 lety
Golden Ratio Search
Relaxation Method
zhlédnutí 1,3KPřed 4 lety
Relaxation Method
Relaxation Method With Simultaneous Equations
zhlédnutí 300Před 4 lety
Relaxation Method With Simultaneous Equations
Newton Raphson
zhlédnutí 169Před 4 lety
Newton Raphson
Binary Search
zhlédnutí 130Před 4 lety
Binary Search
Eigenvalues and Eigenvectors
zhlédnutí 163Před 4 lety
Eigenvalues and Eigenvectors
Gaussian Elimination
zhlédnutí 229Před 4 lety
Gaussian Elimination

Komentáře

  • @dignamcormac
    @dignamcormac Před měsícem

    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. Před 2 měsíci

    how do you do in 3d?

  • @prashantsingh6606
    @prashantsingh6606 Před 2 měsíci

    Feels so bad that amazing channel like yours don't get enough reach , btw loved your content bro

  • @francisodion9453
    @francisodion9453 Před 3 měsíci

    The plot for the frequency domain do not show the correct magnitude and frequency. How can this be achieved

  • @antikoerper256
    @antikoerper256 Před 3 měsíci

    I just got into programming and wanna do some project and this is golden, thanks

  • @cleisonarmandomanriqueagui9176

    How you show that text where the inputs of a function appear ?

  • @fizixx
    @fizixx Před 4 měsíci

    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 Před 6 měsíci

    thanks very much for the video. It is great how Python happily deals with the complex numbers

  • @luisruiz-ie3dm
    @luisruiz-ie3dm Před 6 měsíci

    I have a question. For a physical system like a pendulum what would the abs value of the DFT represent?

  • @baghdadiabdellatif1581
    @baghdadiabdellatif1581 Před 6 měsíci

    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 Před 6 měsíci

    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 Před 6 měsíci

    which textbook can you recommend for one to learn the relaxation technique?

  • @NestorESanchezArriaga
    @NestorESanchezArriaga Před 6 měsíci

    Direct, to the point! thanks

  • @stephenhobbs948
    @stephenhobbs948 Před 7 měsíci

    Thanks. Very elucidating.

  • @GTexperience_Channel
    @GTexperience_Channel Před 8 měsíci

    for some reason, It only showed the last value.

  • @user-mj2zv1xt6j
    @user-mj2zv1xt6j Před 8 měsíci

    Hi. I used the method and got the output. Now I would like to see all the iterations. Can anyone please help?

  • @uzivatel123
    @uzivatel123 Před rokem

    thank you

  • @sidygueye2913
    @sidygueye2913 Před rokem

    you saved my life

  • @SMSimonGarcia
    @SMSimonGarcia Před rokem

    Very helpful, thanks!

  • @Omar-wi4ho
    @Omar-wi4ho Před rokem

    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 Před rokem

    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 Před rokem

    was wonder if we can create a box and make something like a game inside it. is it possible to do so?

  • @ReneFredes
    @ReneFredes Před rokem

    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 Před rokem

    Great work!!!!!

  • @aliakbarakbari3802
    @aliakbarakbari3802 Před rokem

    Great video!!!!

  • @fizixx
    @fizixx Před rokem

    Fantastic!

  • @fizixx
    @fizixx Před rokem

    This is terrific!

  • @fizixx
    @fizixx Před rokem

    You really should do more videos. Small videos, like this, help so much, and your other videos are also excellent.

  • @saraism4557
    @saraism4557 Před rokem

    Not clear explained

  • @zakariaabderrahmanesadelao3048

    thanks for the brilliant tutorial, learned a lot.

  • @coraltown1
    @coraltown1 Před rokem

    perfect, thanks!

  • @youngsci
    @youngsci Před rokem

    You helped me a lot with Video, Thank you very much.

  • @chrislauber
    @chrislauber Před rokem

    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 Před rokem

    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 Před rokem

    If you need to constraint the results to be integers, how would you do it?

  • @onurkarakas2814
    @onurkarakas2814 Před rokem

    New video after 2 years, I even forget I turned on the notifications

    • @physicswithnero
      @physicswithnero Před rokem

      This video is the only change for now. I'm teaching the class again, and some things have changed with the setup.

  • @joelmascarenhas8105

    keep it up

  • @benjaminwilson9007
    @benjaminwilson9007 Před rokem

    You'll need two commands. import numpy as np import matplotlib.pyplot as plt

  • @lucasdetogni4392
    @lucasdetogni4392 Před rokem

    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 Před rokem

    how do you do the top part

    • @benjaminwilson9007
      @benjaminwilson9007 Před rokem

      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 Před 2 lety

    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 Před rokem

      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 Před 2 lety

    Love your teaching style. A pleasant learning experience.

  • @yuxiangliu576
    @yuxiangliu576 Před 2 lety

    I'm working on diffusion of solute but this video definitely helpful

  • @jagmeetsond6075
    @jagmeetsond6075 Před 2 lety

    my code not displaying in Jupyter Notebooks

  • @lol-ki5pd
    @lol-ki5pd Před 2 lety

    can we download the project visuasl as vedio?

  • @amineelouni8247
    @amineelouni8247 Před 2 lety

    Where is "try it" from down below ? I need the code for RK4

    • @physicswithnero
      @physicswithnero Před 2 lety

      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 Před 2 lety

      @@physicswithnero Thank you very much , I appreciate your help :)

  • @amineelouni8247
    @amineelouni8247 Před 2 lety

    Thanks for the video (very helpful) I still have a question Where is the code for RK4 ?

  • @anandsengupta2900
    @anandsengupta2900 Před 2 lety

    Minor correction: At around 14:30 , you need to divide \psi by \sqrt(norm) to get the normalized wavefunctions. Very nice work btw.

  • @christianpoessel7438
    @christianpoessel7438 Před 2 lety

    hi, i tested your code and like your way of description, but i tested the sin(20 * x) and expect one peak in frequency space at omega = 20, but this will not happen, thank you

    • @itsanki
      @itsanki Před 11 měsíci

      You must choose x axia as possible omega then it does work.

  • @computervisiondev
    @computervisiondev Před 2 lety

    Thanks! It was so hard to find a straight-forward easy to understand implementation of Power-Law fitting for Python.