Which language is mostly used to write Rocket Software and how they works ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Which language is mostly used to write Rocket Software and how they works ?

5th Mar 2018, 1:44 PM
šŸ‘‘ Ak-king šŸ‘‘
šŸ‘‘ Ak-king šŸ‘‘ - avatar
3 Respostas
+ 2
Mostly C & C++ or Ada.They work by applying complex equations to control the rocket. For example, weā€™d figure out when to use the thrusters to start burning to land like spacex by calculating the acceleration due to gravity, thrust, and drag. t = v / ((GM/r^2) + (m dot * Ve + (pe - p0) * Ae) + (Cd * A * .5 * r * v^2)) / m) Of course thatā€™s only a simplification, there are many other factors to consider and things quickly get very complex.
5th Mar 2018, 2:18 PM
aklex
aklex - avatar
+ 2
Space rockets? c++
5th Mar 2018, 1:53 PM
Alex
Alex - avatar