How can I use c++ for astrophysics programs? I'am fond of astronomy how can I use c++ to create something usefull for me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I use c++ for astrophysics programs? I'am fond of astronomy how can I use c++ to create something usefull for me.

11th Apr 2017, 12:15 PM
Algo Rithm
Algo Rithm - avatar
3 Answers
+ 2
Just a few quick ideas: Implement some Runge-Kutta methods and use them to find stable orbits for a rocket in the gravity fields of earth and moon. Write a tool, that handles CCD image preprocessing or one that finds variable stars in a series of images and returns their changes in brightness over time. Make a tool, that notifies you when the ISS is visible form your location.
11th Apr 2017, 1:22 PM
Tob
Tob - avatar
0
Can I create a program that calculate the escape velocity and the force of gravity?
11th Apr 2017, 1:39 PM
Algo Rithm
Algo Rithm - avatar
0
I think you can use the formulas applying them to the objects when needed which you settle using classes
11th Apr 2017, 6:15 PM
Bülent Gulistan Gözen
Bülent Gulistan Gözen - avatar