Python Forum
Making my own physics formula - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Making my own physics formula (/thread-13214.html)



Making my own physics formula - Jemeronimo - Oct-04-2018

Hey guys!

For an assignment for school I want to put this formula in python. For me it's pretty hard and I'm not sure if it can be done in python.

[Image: i6ikKK]

I've been practicing definition and other functions in python, using pycharm. Do you have a function for the summation in python or do you need to do it with a loop? Hopefully you guys can help me.



RE: Making my own physics formula - Larz60+ - Oct-04-2018

FYI: Pycharm is an IDE, not a python package, python can be used with any text editor or python IDE.
summation depends on context, your image not properly posted, use the attachment button (after clicking New Reply)