+ 3
Which language is mostly used to write Rocket Software and how they works ?
3 Antworten
+ 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.
+ 2
Space rockets? c++