Which language is mostly used to write Rocket Software and how they works ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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