Solving PDEs with the FFT, Part 2 [Python]

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 13

  • @yuanhu6031
    @yuanhu6031 3 года назад +3

    Greatly appreciated for making these videos! I have a PhD degree yet these are some of the best lectures I ever had.

  • @chittipolinaidu1897
    @chittipolinaidu1897 3 года назад

    spectacular explanation !!!.please make a video on linear prediction for noise elimination using python

  • @TURALOWEN
    @TURALOWEN 4 года назад +2

    Prof. Brunton, how do you dealias the convolution term in Python? Do we not need to do dealiasing in the Burgers equation? Thank you.

  • @MrLuxes
    @MrLuxes 4 года назад +4

    The FFT really implements circular convolution. How would you apply "edge" conditions in an FFT-based solver for the wave equation?

    • @romansokolovskii6941
      @romansokolovskii6941 2 года назад

      I think we assume that the boundaries are periodic for exactly that reason. Also curious if something like this would be possible for other types of boundary conditions.

    • @rajinfootonchuriquen
      @rajinfootonchuriquen Год назад

      by definition, solving in the frequency domain would give you the solution of an unbound problem. The solution with boundary conditions use Green's function. You can FT the Green's function related to your BC, do point-wise multiplication with your initial function transformed, and then apply inverse FT. Here the FT is only use to compute the convolution of Green's function with your initial function. You could use Laplace transform, but FT is faster.

  • @mathieug6136
    @mathieug6136 4 года назад +1

    I'll try this out!

  • @joshhiatt3868
    @joshhiatt3868 3 года назад

    Is there a place to copy the code and mess around with it for slightly different problems?

  • @sarderrafeemusabbir3223
    @sarderrafeemusabbir3223 4 года назад

    If you want to employ FFT for the Coupled HJB PDEs that does not have a fixed type (hyperbolic, parabolic), what would the best way forward? I have encountered such PDEs in the non-cooperative Differential Game forms.

  • @cheikhbrahimabed4319
    @cheikhbrahimabed4319 3 года назад +1

    Just great Professor Brunton, thank you. Can you do some videos on "Proper Generalized Decomposition" method for PDE's on python or matlab?

  • @LoloWars313
    @LoloWars313 4 года назад

    thank you.

  • @paulisaac3489
    @paulisaac3489 4 года назад

    I need to adapt fourier- derived equations for my construction of an alternate number base for a mathematical subsystem system of a linear koopman complex dimension transformation with an infinite domain and range but I'm not really sure how to do that since this is all in vector forms and springs, ect, while mine has a vector eigenvalue for each function in a plain.... it's a bit beyond taught my maths to actually invent a new series of equations to assist in complex plain analysis of numbers which are random or not analytical in the "real" number plain.. I need to find some resources for creating equations in an imaginary plain for complex number problems without solutions in real domains. any suggestions?

    • @akashpatel70239
      @akashpatel70239 3 года назад +1

      Why don’t you try converting linear koopman complex dimension transformation into complex plain and then do the Fourier analysis on top of Laplace transformations to construct easy alternate number base. After that it would we way easier to continue. Best of luck.