This is a good idea. If there are no resources on a topic, you make yourself the resource.
@MrIchWarEsNicht5 жыл бұрын
Dude you are a genuis. really appreciated this video
@funnytiktok-legends45524 жыл бұрын
This guy is special in all the videos he post
@brandonberisford5 жыл бұрын
I'm trying to figure out how to plot hydrogen atom wavefunctions, and this was a good start :)
@__shubham__3 жыл бұрын
But in that polynomial we need two indices. That is P[ l, m ]( cos x )
@Midnight_Metro6 жыл бұрын
Hey Andrew. In Python, you don't have to use (1, 16) to stop at 15. You could simply write "for i in range(15):"
@AndrewDotsonvideos6 жыл бұрын
I know, I didn't want to start at 0 though because that case is boring.
@unknown360ful6 жыл бұрын
I just went through my notifications and didn't see your upload and now, the I've seen it, I'm here at 3 views... You GO Andy! #Notification Squad
@mcnstein6462 жыл бұрын
Thank you very much. I currently in a situation where I need to code Legendre Polynomials, but it is the associated version of it.
@noellundstrom74476 жыл бұрын
Do you have the possibility of recording you defending your thesis? Maybe you can also reflect on what you did good and right in a video and pick out some highlights! Best of luck!
@j__k42096 жыл бұрын
This was really interesting to watch! I’m in junior year of high school and am really interested in physics... how would you recommend starting to learn code? As I don’t know it and it seems to be quite important!
@michael.s88426 жыл бұрын
J__K I am not Andrew, but I may be able to help. First, if your school offers any courses in computer programming, take those. An introductory class would probably be most useful, as they tend to go over the basics of programming in one or many languages. If your school doesn’t offer any courses, or you can’t take them for some reason, I would recommend the “Head First” series. You can find them on amazon for around 20$, and they teach you the programming language equivalent to a basic college level class. Hope this helps!
@j__k42096 жыл бұрын
Michael Sacks Thanks a lot man! I’ll check it out (:
@elwishramilla3331 Жыл бұрын
Another video on Legendre Polynomial in second kind. Please!
@franklinbolanos23956 жыл бұрын
Hi, thanks for the tutorial! Do you have some link or maybe videos where you learned scipy? Thank you so much!
@mehrannikakhtar88114 жыл бұрын
Thank you, this video was helpful!!
@karieltheone6 жыл бұрын
Really informative, good video.
@deschmichael6 жыл бұрын
Nice video, thanks! What program / setup are you using here for coding?
@AndrewDotsonvideos6 жыл бұрын
Python!
@blakelee45556 жыл бұрын
Please keep uploading once you graduate
@arlenalem4 жыл бұрын
Great video !!!, could someone to tell me how to do this video where we show the screen of our computer or tablet , and the camera ??
@Cepheid_6 жыл бұрын
Have you taken a programming course or are you mostly self taught? How much emphasis would you put on physics majors learning programming skills?
@AndrewDotsonvideos6 жыл бұрын
Self taught python. Formal class in c++. Every physics major should learn a bit of coding.
@azaleagaming66306 жыл бұрын
This looks so similar to the MATLAB stuff I was doing in Biophysics.
@boogychan2 жыл бұрын
Thanks. It helped a lot. : )
@tamarlambert61215 жыл бұрын
Do you have any advice for the associated Legendre function?
@marty9266 жыл бұрын
Did the Feynman technique lead you to start doing youtube videos? If so, how does the effectiveness compare to an in person approach.
@AndrewDotsonvideos6 жыл бұрын
Feynman lead me into physics in general.
@ratonespotnes6 жыл бұрын
Why are you still using the default python interface (IDLE)? Have you considered using a better text editor with more functionality?
@gafus43095 жыл бұрын
thank you very much, it has helped :)
@alaeddinefrg40593 жыл бұрын
i was looking for the method or the way how i can compare two images using Legendre moments.. because im working on a small search engine of images.. i mean i know how to find and calculate legendre polynomial of the two images but i dont knoww how to compare them... do i use distance or?? do you know any method? could you help? and thanks
@guymarcus78315 жыл бұрын
Thanks dude
@broncojonnes6 жыл бұрын
great vid
@anirbandey6206 Жыл бұрын
Lofe saver man
@martinhopaour57446 жыл бұрын
do a vlog!!!!!
@roshan88536 жыл бұрын
I've been trying to plot the polynomials using the recursion relation. Do you know of anyone who has done this? Struggling a bit! Thanks
@undertheradar46456 жыл бұрын
Have you ever needed to use/learn Matlab specifically? Or it's always python, because python is king, free, and python compilers are already on almost every windows machine?
@AndrewDotsonvideos6 жыл бұрын
Eh, I just went out of my way to learn python first. And then I started playing around with mathematica. At that point, there didn't really seem to be a reason to learn matlab