Simulation Coding Challenge #1: Waves

  Рет қаралды 15,435

Mr. P Solver

Mr. P Solver

Жыл бұрын

Get Your Billy Merch: my-store-d2b84c.creator-sprin...
Code from the video: github.com/lukepolson/youtube...
Discord: / discord
Instagram: / mrpsolver

Пікірлер: 37
@aafrophonee
@aafrophonee Жыл бұрын
I'm telling Python that you're cheating on them
@pritesh660
@pritesh660 Жыл бұрын
😂😂
@MrPSolver
@MrPSolver Жыл бұрын
LOL
@dPhi_dTau
@dPhi_dTau Жыл бұрын
Wow, lately I've been trying to learn some javascript and your video pops up on javascript this time! Really nice to be able to learn JS from a scientific computation perspective. Thanks for this!
@Lenium_roll
@Lenium_roll Жыл бұрын
wow, just wow. Great narration and explanation. Wonderful visualisation. i give you my stamp of approval 💀
@BruinChang
@BruinChang Жыл бұрын
Thanks a lot, and your progressive explanations helps. Will you make a seies of the codeing challenges?
@zacharyprzybilski5943
@zacharyprzybilski5943 Жыл бұрын
This is sick! this could look sick piped into something like a lightbar or an array of LED's
@thebirdhasbeencharged
@thebirdhasbeencharged Жыл бұрын
Great video, looking forward to more in the series. Verlet, springs etc
@Hiyori___
@Hiyori___ Жыл бұрын
Are you kidding me??? I’m an acoustic engineering student currently studying numerical methods in acoustics, all basically revolving around wave equations of all kind. I studied strings in all possible ways. I dream about 1D waves. And what do we have here?? A fun little JS to have a break from the C++ mess I use to build VSTs! This is a god-sent video for real
@Nobuhara
@Nobuhara Жыл бұрын
So cool! Thanks a lot!
@blackguardian89
@blackguardian89 Жыл бұрын
Awesome! Very impressive!
@HelloWorlds__JTS
@HelloWorlds__JTS Жыл бұрын
Great work, Mr. J Solver! BTW, did you consider using ghost points beyond your boundaries instead of extending the Dirichlet boundary values inward?
@ayereraotro112
@ayereraotro112 Жыл бұрын
I came to the comments looking for this
@yvespillot1245
@yvespillot1245 Жыл бұрын
As there is a 4th order derivative for in the equation, there needs to be 4 boundary conditions to the equation. Such kind of conditions can be derived for rods and beams equations (which only include the bilaplacian and not the laplacian) and are really interesting. Could you explain what kind of condition you are inputting for this string problem? Does it matter?
@soupy5890
@soupy5890 Жыл бұрын
Some differential equations have more or less boundary conditions then their order if I'm not being an idiot here
@kianureeves2519
@kianureeves2519 Жыл бұрын
I actually wanna start doing simple text based game development (think ascii characters on screen) using pure python, I'm at the stage I just need to learn how to make a python game engine and run multiple processes at once then I should be able to figure it out :)
@hericklenin
@hericklenin Жыл бұрын
Amazing stuff. Thanks for the video. Is there a way to model the way in which the bow hair makes the violin string vibrate?
@ayereraotro112
@ayereraotro112 Жыл бұрын
Si, claro. La vibración de la cuerda se obtiene con la ecuación de este vídeo. Como la cuerda del violín está tensa tienes que calcular la velocidad de transmisión de la onda, sqrt(Tension/densidad lineal de la cuerda), saber el coeficiente de amortiguamiento de la onda en la cuerda y la fuerza ejercida por el arco, o la posición en la que hace estar los puntos en contacto y tendrias los datos suficientes para modelarlo
@neptuno-8821
@neptuno-8821 Ай бұрын
Thanks dude.
@remomagalhaes4707
@remomagalhaes4707 3 ай бұрын
very nice indeed
@addictedyounoob3164
@addictedyounoob3164 Жыл бұрын
This is more comprehensive than the calculus class i just failed :C
@chromax1619
@chromax1619 Жыл бұрын
Mr Js. Solver
@baldpolnareff7224
@baldpolnareff7224 Жыл бұрын
I wonder how feasible it is to generalize it to 3D and make a cool visualization with three.js
@josegegas
@josegegas Жыл бұрын
I think you may like open-source MBDyn
@yanco6
@yanco6 24 күн бұрын
Why not use vpython for the simulation he also has mouse interaction and GPU and it also runs on the web and on jupiter and you are stay in python ecosystem for all the math tool of python?
@mvr192
@mvr192 Жыл бұрын
Being a beginner in coding 🤯 is all I can say
@alvarobyrne
@alvarobyrne Жыл бұрын
sure you are expecting this one, but, why does the left side ends being higher?
@alvarobyrne
@alvarobyrne Жыл бұрын
note to self: in this channel, there's a video on generating audio from the same 4th order differential eq. , python used in order to generate such audio, wav files, the video is called "I Generated Guitar Audio in python using NUMBA", also a gif is generated for the vibrating string under specific initial conditions. javascript for interactivity, python for generating preproduced files such as gif and wav. node could also be used: wouldn't know how from the top of my mind; guess I could ask some computer how to. can one get interactive with python? maybe using touchdesigner? one should also be able to generate the audio with the same differential equation using the AudioContext API in the/a browser using JS and interactively change frequency and \gamma and \lambda; insist this is a note to self: should go ahead and ask a computer how to code such audio generation! cause also would't know how to do that from the top of my mind.
@I_am_not_pewdiepie
@I_am_not_pewdiepie Жыл бұрын
okay das cool
@INCYTER
@INCYTER Жыл бұрын
Why Javascript instead of python?
@MrKA1961
@MrKA1961 Жыл бұрын
It's faster and makes smoother animations.
@oneman7039
@oneman7039 Жыл бұрын
no python :( but sweet video anyway, whip tht string
@gaganaut06
@gaganaut06 Жыл бұрын
You are p solver, not j solver
@alvarobyrne
@alvarobyrne Жыл бұрын
JP
@varunahlawat9013
@varunahlawat9013 Жыл бұрын
Why not in pythonnnnnnnnnn :(
@MrKA1961
@MrKA1961 Жыл бұрын
'cause it's faster.
@harp-692
@harp-692 Жыл бұрын
I thought its about scoliosis
A Fun Little Differential Equation In Python (Dark Matter)
12:23
Mr. P Solver
Рет қаралды 22 М.
когда достали одноклассники!
00:49
БРУНО
Рет қаралды 2,1 МЛН
Когда на улице Маябрь 😈 #марьяна #шортс
00:17
Eccentric clown jack #short #angel #clown
00:33
Super Beauty team
Рет қаралды 19 МЛН
I Need Your Help..
00:33
Stokes Twins
Рет қаралды 124 МЛН
Créer un captcha personnalisé en PHP / JavaScript
1:08:21
Grafikart.fr
Рет қаралды 2,9 М.
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
The Most Important Object In Python: A Full Tutorial
32:55
Mr. P Solver
Рет қаралды 40 М.
What was Coding like 40 years ago?
29:05
The Coding Train
Рет қаралды 1,6 МЛН
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 728 М.
JavaScript: How It's Made
10:54
Fireship
Рет қаралды 867 М.
How Binary Works, and the Power of Abstraction
15:17
Josh's Channel
Рет қаралды 293 М.
10x Faster Than NumPy (GPU Magnet Simulation)
43:15
Mr. P Solver
Рет қаралды 14 М.
👎Главный МИНУС планшета Apple🍏
0:29
Demin's Lounge
Рет қаралды 482 М.
Дени против умной колонки😁
0:40
Deni & Mani
Рет қаралды 8 МЛН
The power button can never be pressed!!
0:57
Maker Y
Рет қаралды 53 МЛН
Цифровые песочные часы с AliExpress
0:45
What percentage of charge is on your phone now? #entertainment
0:14