Simpson’s 3/8 Rule In Python
8:02
Simpson’s 1/3 Rule In Python
8:01
Trapezoid Rule In Python
8:01
5 ай бұрын
How To Install Python 3.12 On Mac
3:28
Пікірлер
@scottk3292
@scottk3292 Күн бұрын
It's interesting that in the natural cubic spline solution, the plant initially shrunk below zero, and also shrunk slightly before the final measurement. This leads to the question of what would be reasonable clamping values for the endpoints. The rather extreme clamped curve presented what I've nicknamed "ringing" in the curve. How feasible is it to set boundaries without "clamping" the curves? IE: the plant size can never go below zero, and can never shrink. I guess that might take multiple trials or iterations, so I'm thinking some form of machine learning would be able to fit a curve to those constraints. But then how would ringing in the curve be represented in the "cost" function for the solver?
@scottk3292
@scottk3292 Күн бұрын
Having worked in various 3d NURBS design software packages (as an end user, not as a programmer) it's driving me nuts to see that first section with zero curvature. I think about how the "curvature combs" would look in a program like Alias Studio. I originally wrote, asking you how this scales to cubic interpolation, and if cubic would be sufficient to achieve curvature continuity, but then after posting my question KZbin suggested your video on exactly that topic. For a non-mathematician who loves to mess around with this stuff, your videos are fantastic! Many thanks for your work here.
@sofiamartinelli4380
@sofiamartinelli4380 3 күн бұрын
Really amazing video. Thanks a lot :)
@kyoukodeku8731
@kyoukodeku8731 3 күн бұрын
2 hours class in 5 minutes, thank you
@ceejay1353
@ceejay1353 3 күн бұрын
Most undertreated channel. Having math videos straight to the bit in super small bites is amaaaaaazing. I hope you add more math videos in the future. A linear Algebra one would be outstanding!
@xyedzain8748
@xyedzain8748 4 күн бұрын
Welldone
@xyedzain8748
@xyedzain8748 4 күн бұрын
Welldone
@abbas1967
@abbas1967 6 күн бұрын
Only in ggogle sheet not in Microsoft excel
@abbas1967
@abbas1967 6 күн бұрын
Not exist in 365 office . Where can i find it ?
@user-jm7pg2nq4l
@user-jm7pg2nq4l 8 күн бұрын
Thank you!
@Roguelano
@Roguelano 11 күн бұрын
thank you so much bro. if I could leave 1,000 likes I would
@DirkArnez
@DirkArnez 11 күн бұрын
Bro this is crystal clear. Thank you so much for help
@XxX-yc8zo
@XxX-yc8zo 13 күн бұрын
Sir, I do have a problem after following steps as video show. After studysession activate and click run button, it shows the error " NameError: name 'Tk' is not defined".
@abdulraqibabdulmajeed462
@abdulraqibabdulmajeed462 13 күн бұрын
hey, do i need to repeat this process whenever i want to start a new project or i want to use pandas
@kajalavanthika6038
@kajalavanthika6038 13 күн бұрын
Thanks, very clear explanation
@esthertesfai9559
@esthertesfai9559 14 күн бұрын
thank you!
@klepachevskyi
@klepachevskyi 14 күн бұрын
The answer's wrong, also mistakes in the code. That's sad you are misleading people. You must double/triple check before publishing. A lot of useless variables, => memory loss. For example variable j = I - 1 Is not used at all.
@yamankarki665
@yamankarki665 16 күн бұрын
Thank u so much sir
@lolawrm
@lolawrm 17 күн бұрын
can i use solving ODE?
@aneeshmamidi7262
@aneeshmamidi7262 18 күн бұрын
Great video but I think the derivation is fundamentally wrong. The derivation you used doesn't apply to any 2 points, but rather only 2 points -a and a. Your derivation of the formula hinges on the fact that the two points are negative m and m, you should generalize it for any 2 points by taking it as a, b and (a+b)/2 .
@primalmachine7945
@primalmachine7945 18 күн бұрын
at column 2 row 2 i think he forgot to write divide by 12
@simonecescutti1933
@simonecescutti1933 19 күн бұрын
greatest numerical methods course on youtube, great job
@Jay-wy2wt
@Jay-wy2wt 22 күн бұрын
🎉🎉
@glaretopia
@glaretopia 22 күн бұрын
It was so useful. Thanks for making this video :)
@vasanoffl256
@vasanoffl256 23 күн бұрын
Thanks a million.hats off for your wonderful work❤ keep posting useful content for us
@user__unknown
@user__unknown 24 күн бұрын
Thank you for the wonderful video.
@yazanal-tarifi6004
@yazanal-tarifi6004 25 күн бұрын
You're awesome 🤩
@reshmimakulgolla7546
@reshmimakulgolla7546 25 күн бұрын
thank you❤
@mokdm3
@mokdm3 26 күн бұрын
this will install pytorch without gpu!
@user-maymay2002
@user-maymay2002 26 күн бұрын
Thanks a ton! You saved my internship interview fr. I don't know why my project was acting up last min but your vid saved the day 🌟
@amenehameri
@amenehameri 27 күн бұрын
so helpful tanks
@SKOBRY
@SKOBRY 29 күн бұрын
Shhhh bro, vid is 3 yo and you still saved my a$$
@baolo4648
@baolo4648 Ай бұрын
Man you talk way too fast to be understand
@blackpillred
@blackpillred Ай бұрын
Great explanation, unfortunately you can't take the output of a formula and pass it into abs
@krypto4887
@krypto4887 Ай бұрын
Wow this was insanely helpful! Thanks!!
@vladimirroca1784
@vladimirroca1784 Ай бұрын
TO EVERYONE dealing with the issues at 6:41 make sure to have the docker application opened in the back. Also on the upper part of docker there was a banner in my case saying there were some changes that were made and I clicked on it to acknowledge it and then went back to X to continue with the video and had no issue. Not sure if this is helpful but it worked in my case, be very careful with missing letters as that was an issue for me.
@federicocortes2573
@federicocortes2573 Ай бұрын
great solution
@sanchitagarwal8764
@sanchitagarwal8764 Ай бұрын
Great explanation in easy language
@emmadkareem5247
@emmadkareem5247 Ай бұрын
It would be nice to show how to remove or rename a named range so that the topic becomes more rich.
@KieranMullen
@KieranMullen Ай бұрын
Inches to CM?
@vijayvarma5501
@vijayvarma5501 Ай бұрын
Please dont stop making videos sir i really loved your content . . Can you please make video playlist on probability sir
@MrHucker09
@MrHucker09 Ай бұрын
Great! So clearly explained. Subscribed.
@yashs1999
@yashs1999 Ай бұрын
thank you!! super helpful
@ninavanleeuwen1183
@ninavanleeuwen1183 Ай бұрын
What if I want something more smooth that does not necessarily go through all the datapoints? How would you do this and is it then still called interpolation?
@romaboo9772
@romaboo9772 Ай бұрын
After x = 0,998, do you mean to write "x= 1,164" below it?
@hanniasilviasanchezmaurici4622
@hanniasilviasanchezmaurici4622 Ай бұрын
ty so much for real