Solving Projectile Motion Problems with Python and SYMPY

preview_player
Показать описание
Here is how to find the range of a projectile with sympy. Also solving for the launch velocity for a projectile.
Рекомендации по теме
Комментарии
Автор

Just what I have been looking for very nice

gjakobsson
Автор

Loved it! Thank you. I made one of my own, and started another easier one to learn a little more from...less complicated.

If you want to print two equation outputs at the same time you can use this:

" from IPython.core.interactiveshell import InteractiveShell
= 'all' "

....everything inside the double-quotes.
Two separate lines. I had to look it up because I didn't like just being able to print one output.

fizixx
Автор

That's really neat stuff. I wish I could do this kind of stuff with my HS classes. Do you know if we can use jupyter in pretty much the same way as the google code thingy?

shmish