Question: Write a functional programme in python: Write a function 'satellite()' that expects a single input number, T, the orbital period and calculates the altitude above
Write a functional programme in python: 
Write a function 'satellite()' that expects a single input number, T, the orbital period and calculates the altitude above the Earth's surface which a satellite must have for a given input orbital period T, see below Safeguard (see accompanying PDF file for details) your function by excluding non-physical orbital periods, for instance those orbits with zero or negative altitude or orbital period. Return the altitude in metres. The formula to program and required constants are: 4 T2 where G-6.67 x 10-11 mk1s2, M-5.97 x 1024 kg and R 6371 km
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
