Тёмный

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

Mr. P Solver
Подписаться 137 тыс.
Просмотров 95 тыс.
50% 1

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 108   
@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
@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! :)
@NinjaMartin
@NinjaMartin 5 месяцев назад
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!
@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.
@alp9
@alp9 2 года назад
Swear to god, this dude creates the best fuckin content on this fuckin platform.
@hsh7677
@hsh7677 2 года назад
Thank you very much!!! We need more of these videos!! You’re the best!!
@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".
@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!
@sus_ch_iiser-k
@sus_ch_iiser-k 11 месяцев назад
Excellent tutorial! Thank you very much. Please make one on Astropy also.
@gokuson5261
@gokuson5261 2 года назад
Best video ever! Appreciate!
@fufaev-alexander
@fufaev-alexander 2 года назад
Thank you very much! Can you make a tutorial on TenPy?
@polt558
@polt558 Год назад
Aweasome! That was just what I needed to switch on Python
@rufusbabatundelot1869
@rufusbabatundelot1869 2 года назад
Thanks for your efforts. Highly appreciated. Infact you are my online teacher. Thank you Sir
@jailtonvianadaconceicao877
@jailtonvianadaconceicao877 Год назад
Would be nice if you present about holomorphic maps and iterations to generate fractals!
@loxonin138
@loxonin138 5 месяцев назад
Thanks for SymPy tutorial. You are my Senpai.🥰
@edholanda5897
@edholanda5897 2 года назад
Muito obrigado pelo excelente vídeo
@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
@shuyukahn
@shuyukahn 2 года назад
Thank you so much for the passionate courses! :)
@sahintaufika2714
@sahintaufika2714 Год назад
If I have an array containing complex exponential functions then how can I Integrate it ?
@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.
@WALID0306
@WALID0306 2 года назад
Thanks !!
@rhettsmedia
@rhettsmedia 4 месяца назад
Can Senpai be used by a visually impaired person that uses a screen reader notepad plus plus and python code?
@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.
@ebenfalls9929
@ebenfalls9929 2 года назад
thank you very much legend!!!!
@AJ-et3vf
@AJ-et3vf 2 года назад
Awesome video! Thank you!
@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!
@mamadoucoulibaly746
@mamadoucoulibaly746 Год назад
How import sympy as smp in my laptop
@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?
@FreeburgPlayer
@FreeburgPlayer 9 месяцев назад
Thank you, great tutorial!
@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?
@tunzalafarhadova5619
@tunzalafarhadova5619 2 года назад
Is there any function in sympy that solves improper partial fractional decomposition function?
@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 2 месяца назад
Yeahh.... U r right
@mr.qadeer1122
@mr.qadeer1122 2 года назад
please recommend best python book for such a scientific computing.......
@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?
@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?
@piyawathtapsanit4294
@piyawathtapsanit4294 2 года назад
Is the wavefunction psi_10 not yet normalized?
@YR6MIN
@YR6MIN Год назад
mr. p solver be like :) perfect video
@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.!
@zaneronau723
@zaneronau723 2 года назад
Yo how do you insert your pictures in the markdown cell?
@narendratanty4604
@narendratanty4604 2 года назад
Thank you 🙏🙏🙏
@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
@moosagaming7519
@moosagaming7519 7 месяцев назад
Nice stuff
@docleo63
@docleo63 Год назад
Just Great!
@matthewchristopherfloresse562
@matthewchristopherfloresse562 2 года назад
So nice, I liked it twice.
@oosmanbeekawoo
@oosmanbeekawoo Год назад
But you have to like it _thrice!_
@kk-qb3cj
@kk-qb3cj 2 года назад
Thank you
@ilyasph7
@ilyasph7 2 года назад
Good job 👌
@HizBela_16
@HizBela_16 2 года назад
Thanks
@V7Official
@V7Official 2 года назад
thanks!
@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.
@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!
@selfification
@selfification 2 года назад
This is a good tutorial for replacing www.wikipedia.org/wiki/Abramowitz_and_Stegun
@justadude8716
@justadude8716 Год назад
mfw diff eq. class ain't so hard anymore :)
@HallBr3gg
@HallBr3gg 2 года назад
nice tutorial, but pls don't call integrals antiderivatives xDD
@luismaman9236
@luismaman9236 2 года назад
Take this Mathematica subscription! Great videos!
@nobody2937
@nobody2937 2 года назад
Where are you from? Where are you currently located?
@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.
@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
@pr1yanshumahato
@pr1yanshumahato 2 года назад
Thanks for keeping my request bro !✌
@danv8718
@danv8718 2 года назад
Ohh my, what a treat! Let's go!!
@thetenrings
@thetenrings Год назад
Can we use sympy to simulate the behaviour of quantum entanglement
@dank501
@dank501 10 месяцев назад
As one of my profs says, "Super-Excellent" video! Thanks for the easy to understand walk through
@mahiprasad6975
@mahiprasad6975 2 года назад
as a CS student, there were only a only a few vids abt sympy on yt, it really healped
@hoaralatoan845
@hoaralatoan845 Год назад
The most helpful hour I've spent. Thanks sir. What's a gorgeous video!!! 🎉
@NoOne161
@NoOne161 8 месяцев назад
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?
@fnegnilr
@fnegnilr Год назад
Hydro wave equation: should be 2n[(n+l)!] in denominator and not 2n[(n+1)!].....
@bendunselman
@bendunselman 6 месяцев назад
Jupiter stuff has such a small font that its almost unreadable by my eyes.
@thedebapriyakar
@thedebapriyakar 2 года назад
This is awesome!
@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
@hongyijiang7899
@hongyijiang7899 2 года назад
I wish you get admitted so we can see some formal lectures!
@sarkersaadahmed
@sarkersaadahmed 4 месяца назад
20:19 how is it gt - (v0t) shouldnt it be -gt - v0t
@fnegnilr
@fnegnilr Год назад
Like a Boss.......................
@hernanmurillo4432
@hernanmurillo4432 Год назад
Thanks for the video, is there a way to input a expression and then use it With sympy ?
@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!
@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
@sarkersaadahmed
@sarkersaadahmed 4 месяца назад
6:36 for anyone confused, make sure tyo write variable. [THEN PRESS THE TAB KEY]
@tilkesh
@tilkesh Год назад
Thank you
@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.
@卡殿-y1n
@卡殿-y1n 2 года назад
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?
@werdasize
@werdasize 2 года назад
Does anyone know how to define symbol as a binary variable? (so that you have b**2=b)
@cradleofrelaxation6473
@cradleofrelaxation6473 10 месяцев назад
Great job buddy. Thanks for the dedication.
@DEChacker
@DEChacker Год назад
Incredible good content. Thx a ton from Germany
@Oceansteve
@Oceansteve 2 года назад
I was literally wishing you would do this video last week. AWESOME!
@javaforengineersYT
@javaforengineersYT 2 года назад
Kudos to you.
@liteshrao8508
@liteshrao8508 2 года назад
Great work dude. Keep posting for us to learn. It really helped.
@deanrubine2955
@deanrubine2955 2 года назад
Great stuff, thanks.
@uniongrob8194
@uniongrob8194 Год назад
Great thanks for your work, is there some library to work with chemistry? Abilities of python are amazing!
@yahyaezzat980
@yahyaezzat980 Год назад
Pychem
@karnabalaj9036
@karnabalaj9036 2 года назад
Call me a symp
@MiT_Mankind-in-Training
@MiT_Mankind-in-Training Год назад
the r^3 thing was great :)
@MiT_Mankind-in-Training
@MiT_Mankind-in-Training Год назад
It's neither in case you've not been reading the bright red text :D
@kuanruchiou583
@kuanruchiou583 2 года назад
hi , can you make a movie teaching deep learning tensor algebra using numpy to construct??
@jacobromeo1890
@jacobromeo1890 Год назад
if u use ``` from sympy import *``` it imports all the functionality of sympy without using smp.()
@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
Далее
Python Image Segmentation Tutorial (2022)
31:50
Просмотров 73 тыс.
ML Was Hard Until I Learned These 5 Secrets!
13:11
Просмотров 307 тыс.
Новый вид животных Supertype
00:59
Просмотров 152 тыс.
1st Year Calculus, But in PYTHON
32:13
Просмотров 126 тыс.
Being Competent With Coding Is More Fun
11:13
Просмотров 80 тыс.
NumPy vs SciPy
7:56
Просмотров 39 тыс.
10 Math Concepts for Programmers
9:32
Просмотров 1,9 млн
Researchers thought this was a bug (Borwein integrals)
17:26
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
ALL OF PHYSICS explained in 14 Minutes
14:20
Просмотров 2,8 млн
Please Master These 10 Python Functions…
22:17
Просмотров 164 тыс.