SymPy Tutorial (2022): For Physicists, Engineers, and Mathematicians

  Рет қаралды 96,761

Mr. P Solver

Mr. P Solver

Күн бұрын

Пікірлер: 109
@NinjaMartin
@NinjaMartin 6 ай бұрын
You are really great at teaching, sir! I love the way you show examples, tracing back if something «went too fast». You dont assume we know all the small things you know so really well yourself, which is easy to forget about when explaining things in my opinion. Superb stuff!
@wenhanzhou5826
@wenhanzhou5826 2 жыл бұрын
you must have read my mind! Just starting an in-depth course in classical mechanics, those symbolic Lagrangians will save me a lot of time, thank you! :)
@sinecurve9999
@sinecurve9999 2 жыл бұрын
There he goes SymPying for science.
@squarerootof2
@squarerootof2 2 жыл бұрын
Yeah right, I've always thought the SymPy package was for symps.
@erikanderson1402
@erikanderson1402 Жыл бұрын
There also is a package called SimPy for discrete event simulation
@mahiprasad6975
@mahiprasad6975 2 жыл бұрын
as a CS student, there were only a only a few vids abt sympy on yt, it really healped
@dank501
@dank501 11 ай бұрын
As one of my profs says, "Super-Excellent" video! Thanks for the easy to understand walk through
@alp9
@alp9 2 жыл бұрын
Swear to god, this dude creates the best fuckin content on this fuckin platform.
@sebastiankalos7656
@sebastiankalos7656 Жыл бұрын
Thanks, mate, this helps me a ton. I thought I'd need to completely switch to Mathematica for my project, but this gets me where I need to in Python. Much appreciated.
@hsh7677
@hsh7677 2 жыл бұрын
Thank you very much!!! We need more of these videos!! You’re the best!!
@frankkoslowski6917
@frankkoslowski6917 2 жыл бұрын
The default solution to `sols` on my system has turned out substantially more complex than shown in your video. Consequently, in order to obtain exactly the same results, smp.simplify() had to be added as such: sols[sp.diff(theta, t,t)].simplify() sols[sp.diff(z, t,t)].simplify() Frankly, I'm still awed by the fact that presumably, human engineers, had actually managed to create the SymPy algorithms capable of dealing with such complex expressions flawlessly.
@luismaman9236
@luismaman9236 2 жыл бұрын
Take this Mathematica subscription! Great videos!
@NurVinniboii
@NurVinniboii Жыл бұрын
The Symbol definition right at the beginning was exactly what I need to perform my lengthy calculations ❤ Thx
@kabijoshi5949
@kabijoshi5949 10 ай бұрын
Everything I see on your videos, "Everything you do is great and keep it simple .. also even if it is not related to someone's field".
@pr1yanshumahato
@pr1yanshumahato 2 жыл бұрын
Thanks for keeping my request bro !✌
@hoaralatoan845
@hoaralatoan845 Жыл бұрын
The most helpful hour I've spent. Thanks sir. What's a gorgeous video!!! 🎉
@Manish-qt1bz
@Manish-qt1bz 2 жыл бұрын
In segment 46 of the code the differential dh0dt is written wrong. It should be " -gt - v0" instead of "gt - v0"
@kaiserhamidrabbi9735
@kaiserhamidrabbi9735 2 жыл бұрын
Excellent lecture! You are a gem! Really appreciate your time and effort. Cheers!
@math4cheems
@math4cheems Жыл бұрын
Hi. Thanks for the video. I have a doubt: min 20:10 in line [46] dh0dt = g*t - v0? ... or dh0dt = -g*t - v0? Thanks again and excuse my bad english.
@Oceansteve
@Oceansteve 2 жыл бұрын
I was literally wishing you would do this video last week. AWESOME!
@danv8718
@danv8718 2 жыл бұрын
Ohh my, what a treat! Let's go!!
@sus_ch_iiser-k
@sus_ch_iiser-k 11 ай бұрын
Excellent tutorial! Thank you very much. Please make one on Astropy also.
@polt558
@polt558 Жыл бұрын
Aweasome! That was just what I needed to switch on Python
@gokuson5261
@gokuson5261 2 жыл бұрын
Best video ever! Appreciate!
@chanatepsilaars4405
@chanatepsilaars4405 2 жыл бұрын
Is this library can use with jupyter notebook only? Because I try run in vscode but it doesn't show the latex format in the vscode terminal
@einsteinsboi
@einsteinsboi 2 жыл бұрын
So helpful and really well explained I love SymPy but I learned tricks from this video that I had never used! Thank you
@sarkersaadahmed
@sarkersaadahmed 5 ай бұрын
6:36 for anyone confused, make sure tyo write variable. [THEN PRESS THE TAB KEY]
@liteshrao8508
@liteshrao8508 2 жыл бұрын
Great work dude. Keep posting for us to learn. It really helped.
@akshatrastogi9063
@akshatrastogi9063 Жыл бұрын
Wow, this looks like a great alternative for a licensed software like MAPLE. Again, the best video on SymPy on youtube, great job!
@cradleofrelaxation6473
@cradleofrelaxation6473 10 ай бұрын
Great job buddy. Thanks for the dedication.
@fufaev-alexander
@fufaev-alexander 2 жыл бұрын
Thank you very much! Can you make a tutorial on TenPy?
@bibekgautam512
@bibekgautam512 2 жыл бұрын
Hey Mr. P Solver, great contents on your channel ! new subscriber here. I have a small suggestion, you could flip your camera recording horizontally and it would look like you're looking towards the right area on the screen.
@edholanda5897
@edholanda5897 2 жыл бұрын
Muito obrigado pelo excelente vídeo
@rufusbabatundelot1869
@rufusbabatundelot1869 2 жыл бұрын
Thanks for your efforts. Highly appreciated. Infact you are my online teacher. Thank you Sir
@loxonin138
@loxonin138 6 ай бұрын
Thanks for SymPy tutorial. You are my Senpai.🥰
@NoOne161
@NoOne161 9 ай бұрын
I don't get why you said that it's a good practice to use smp.Rational(1/2) instead of just writing 1/2 or 0.5 there. In larger problems, will the latter be not more time-saving in nature?
@jailtonvianadaconceicao877
@jailtonvianadaconceicao877 Жыл бұрын
Would be nice if you present about holomorphic maps and iterations to generate fractals!
@MiT_Mankind-in-Training
@MiT_Mankind-in-Training 2 жыл бұрын
the r^3 thing was great :)
@MiT_Mankind-in-Training
@MiT_Mankind-in-Training 2 жыл бұрын
It's neither in case you've not been reading the bright red text :D
@FreeburgPlayer
@FreeburgPlayer 9 ай бұрын
Thank you, great tutorial!
@bennguyen1313
@bennguyen1313 16 сағат бұрын
Perhaps not efficiently, but Is it even possible to use NumPy to solve SymPy problems , or SciPy?
@cansuilhan2621
@cansuilhan2621 2 жыл бұрын
12 mins into, I got this error: multiple generators [y, sin(y**2)] No algorithms are implemented to solve equation y*sin(y**2) + z** It seems I cannot find x,y,z values that make he function F = 0. Any suggestions?
@shuyukahn
@shuyukahn 2 жыл бұрын
Thank you so much for the passionate courses! :)
@bibekgautam512
@bibekgautam512 2 жыл бұрын
At 26:20, I understand what is happening but I don't understand how the code works. f and g are first instantiated as `UndefinedFunction` type. How is it that I can call them right away with arguments. My understanding is you call a certain method of an object defined within its class type. But here we're calling the object itself? That feels kinda funky to me. What is going on?
@lajuelar
@lajuelar 2 жыл бұрын
In your example of falling object colliding with platform your dh0dt must be equal to -g*t - v0? Not g*t-v0.
@MrPSolver
@MrPSolver 2 жыл бұрын
Yes!! Thank you for spotting this
@thetenrings
@thetenrings Жыл бұрын
Can we use sympy to simulate the behaviour of quantum entanglement
@DEChacker
@DEChacker Жыл бұрын
Incredible good content. Thx a ton from Germany
@frankkoslowski6917
@frankkoslowski6917 2 жыл бұрын
Looks like a typo has occurred in your part of the code (2*n*(sp.factorial(n+l)))) \ If you look at the formula above you will see that it should be (2*n*(sp.factorial(n+1)))) \ leaving us with differing numeric results after substitution further down. Consequently: Interpreting the above formula correctly with SymPy results in a linear relationship with plt.scatter(ns, ds) and not an exponential one. I strongly feel that the discrepancy in the interpretation of the original formula ought to be double-checked, before more students who are not entirely on par with quantum mechanics find themselves stranded.
@AJ-et3vf
@AJ-et3vf 2 жыл бұрын
Awesome video! Thank you!
@sahintaufika2714
@sahintaufika2714 Жыл бұрын
If I have an array containing complex exponential functions then how can I Integrate it ?
@maheshnaik8388
@maheshnaik8388 2 жыл бұрын
How do i setup jupyter to get all those cmd icons on top. I want to use them on w11 64 bit.!
@Luthier91
@Luthier91 2 жыл бұрын
Excellent video, thank you very much! Not entirely related but do you have any book/course recommendation for an introduction to differential equations?
@rhettsmedia
@rhettsmedia 4 ай бұрын
Can Senpai be used by a visually impaired person that uses a screen reader notepad plus plus and python code?
@thedebapriyakar
@thedebapriyakar 2 жыл бұрын
This is awesome!
@ivankuzmin1241
@ivankuzmin1241 Жыл бұрын
thanks, very useful video! I tried to calculate the integral that is taken by residue (from the theory of a function by a complex variable) but sumpy give useless answer. Do you know how help program and give some advice that it is necessary to solve it residue? so my problem: integrated (dw/((w^2-1)^2+w^2) from -inf to +inf) I now answer, it very simple: pi
@ebenfalls9929
@ebenfalls9929 2 жыл бұрын
thank you very much legend!!!!
@piyawathtapsanit4294
@piyawathtapsanit4294 2 жыл бұрын
Is the wavefunction psi_10 not yet normalized?
@tunzalafarhadova5619
@tunzalafarhadova5619 2 жыл бұрын
Is there any function in sympy that solves improper partial fractional decomposition function?
@zaneronau723
@zaneronau723 2 жыл бұрын
Yo how do you insert your pictures in the markdown cell?
@YR6MIN
@YR6MIN Жыл бұрын
mr. p solver be like :) perfect video
@hernanmurillo4432
@hernanmurillo4432 Жыл бұрын
Thanks for the video, is there a way to input a expression and then use it With sympy ?
@nobody2937
@nobody2937 2 жыл бұрын
Where are you from? Where are you currently located?
@kartik1396
@kartik1396 2 жыл бұрын
How is your menu on pressing tab totally different from mine (yours have them sorted in instanced, functions , etc.)? Can you let me know (or make a video) on all the settings and extensions you have on your setup? Thank you!
@uniongrob8194
@uniongrob8194 Жыл бұрын
Great thanks for your work, is there some library to work with chemistry? Abilities of python are amazing!
@yahyaezzat980
@yahyaezzat980 Жыл бұрын
Pychem
@matthewchristopherfloresse562
@matthewchristopherfloresse562 2 жыл бұрын
So nice, I liked it twice.
@oosmanbeekawoo
@oosmanbeekawoo Жыл бұрын
But you have to like it _thrice!_
@deanrubine2955
@deanrubine2955 2 жыл бұрын
Great stuff, thanks.
@qadeer.ahmad123
@qadeer.ahmad123 2 жыл бұрын
please recommend best python book for such a scientific computing.......
@werdasize
@werdasize 2 жыл бұрын
Does anyone know how to define symbol as a binary variable? (so that you have b**2=b)
@mahadihasan93
@mahadihasan93 2 жыл бұрын
Outstanding contents! Wow!
@mahadihasan93
@mahadihasan93 2 жыл бұрын
One small request of making one dedicated video on Interactive plotting of some of these beautiful equations. You contents are truly amazing. Thanks
@_saniqi_
@_saniqi_ 2 жыл бұрын
hey guys who knows how to install jupyter notebook to your laptop? i couldn't do it without anaconda. is there any other methods to do that?
@WALID0306
@WALID0306 2 жыл бұрын
Thanks !!
@nna23101989
@nna23101989 2 жыл бұрын
I think that there is a mistake in the first example. dh0tdt should be -gt-v0 instead of gt-v0 as presented.
@SurajKumar-te8ir
@SurajKumar-te8ir 3 ай бұрын
Yeahh.... U r right
@MesbahSalekeen
@MesbahSalekeen 2 жыл бұрын
You are awesome.
@MesbahSalekeen
@MesbahSalekeen 2 жыл бұрын
let's say i solve a differential equation using dsolve. Now i want to use the output say y(t) = .......(something). Is there any way to use the result to solve for t when y=2?
@mamadoucoulibaly746
@mamadoucoulibaly746 Жыл бұрын
How import sympy as smp in my laptop
@docleo63
@docleo63 Жыл бұрын
Just Great!
@ilyasph7
@ilyasph7 2 жыл бұрын
Good job 👌
@narendratanty4604
@narendratanty4604 2 жыл бұрын
Thank you 🙏🙏🙏
@fnegnilr
@fnegnilr Жыл бұрын
Hydro wave equation: should be 2n[(n+l)!] in denominator and not 2n[(n+1)!].....
@sarkersaadahmed
@sarkersaadahmed 5 ай бұрын
20:19 how is it gt - (v0t) shouldnt it be -gt - v0t
@tilkesh
@tilkesh Жыл бұрын
Thank you
@fnegnilr
@fnegnilr Жыл бұрын
Like a Boss.......................
@bendunselman
@bendunselman 7 ай бұрын
Jupiter stuff has such a small font that its almost unreadable by my eyes.
@perlindholm4129
@perlindholm4129 2 жыл бұрын
Idea - What is energy? - My guess - If you iterate y = model(X) and loss = mean((X-y)**2) that is let y -> X an image then using only one image X it will succeed. But y will not become X completely there is a residual y = X + dX. Its the dX that is the universe energy. Change something with dX and the approximation of the function restores the energy to its vibrant small state. Small compared to the entire universe. Its like hydro if you place something infront of the flow of water it will move it same with dX differences. Thats is energy. So it open ups new opportunities. Energy is dependent on squaring a function the error. So if the err0(t[123]) ^ 2 = err1(t[123]) ^ 4 then you got much stronger energy. So accumulate energy from timed extraction for that super power.
@javaforengineersYT
@javaforengineersYT 2 жыл бұрын
Kudos to you.
@moosagaming7519
@moosagaming7519 7 ай бұрын
Nice stuff
@hongyijiang7899
@hongyijiang7899 2 жыл бұрын
I wish you get admitted so we can see some formal lectures!
@kuanruchiou583
@kuanruchiou583 2 жыл бұрын
hi , can you make a movie teaching deep learning tensor algebra using numpy to construct??
@卡殿-y1n
@卡殿-y1n 2 жыл бұрын
thanks
@andrewiglinski148
@andrewiglinski148 2 жыл бұрын
Dude as someone that's new to python but an experienced developer with a Physics undergrad... Python is the best and the worst of everything. The tools are incredible... but EVERYTHING. Literally everything apart from Numpy and Pandas and a few others use this insanely lazy and horribly put together auto-generated documentation. That will be the death of Python I promise.
@andrewiglinski148
@andrewiglinski148 2 жыл бұрын
Also... fun fact... when you highlighted those functions, you can run help(justAboutAnyPackage.thatMysteriousFunction) and it will print a **usually** more informative docstring than what's available on these $%#% autogenerated documentation sites. If you use an ide you'd have to run that in the terminal, but jupyter will print it out right in the output.
@NTC
@NTC 2 жыл бұрын
These free libraries will probably eventually make Matlab and Mathematica go bankrupt!
@V7Official
@V7Official 2 жыл бұрын
thanks!
@jacobromeo1890
@jacobromeo1890 Жыл бұрын
if u use ``` from sympy import *``` it imports all the functionality of sympy without using smp.()
@justadude8716
@justadude8716 Жыл бұрын
mfw diff eq. class ain't so hard anymore :)
@HallBr3gg
@HallBr3gg 2 жыл бұрын
nice tutorial, but pls don't call integrals antiderivatives xDD
@karnabalaj9036
@karnabalaj9036 2 жыл бұрын
Call me a symp
@TheHappybilmore
@TheHappybilmore 2 жыл бұрын
the music is really annoying, ditch it or at least turn it down, just my two cents
@mindeyi
@mindeyi 2 жыл бұрын
This video takes my math friends to ⇨ SymPy :) Some people use: import sympy as sy, and .n() instead of .evalf() . Application for atom -- thanks for answering my childhood curiosity!
@mindeyi
@mindeyi 2 жыл бұрын
Is this genuine? @MrPSolver
@selfification
@selfification 2 жыл бұрын
This is a good tutorial for replacing www.wikipedia.org/wiki/Abramowitz_and_Stegun
@kk-qb3cj
@kk-qb3cj 2 жыл бұрын
Thank you
@HizBela_16
@HizBela_16 2 жыл бұрын
Thanks
Python Image Segmentation Tutorial (2022)
31:50
Mr. P Solver
Рет қаралды 74 М.
NumPy Tutorial (2022): For Physicists, Engineers, and Mathematicians
1:32:42
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 130 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 72 МЛН
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 99 МЛН
1st Year Calculus, But in PYTHON
32:13
Mr. P Solver
Рет қаралды 128 М.
NumPy vs SciPy
7:56
IBM Technology
Рет қаралды 41 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 448 М.
WHY IS THE HEAP SO SLOW?
17:53
Core Dumped
Рет қаралды 252 М.
Ordinary Differential Equations - SymPy Tutorial 10
12:42
TM Quest
Рет қаралды 15 М.
The Unreasonable Effectiveness Of Plain Text
14:37
No Boilerplate
Рет қаралды 609 М.
ChatGPT Vs. Stack Overflow Be Like...
3:26
Mr. P Solver
Рет қаралды 78 М.
How to Solve Differential Equations in PYTHON
23:37
Mr. P Solver
Рет қаралды 106 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 130 МЛН