حساب السنوات الضوئية لمركبة فضائية باستخدام لغة البرمجة Python
- برمجة بايثون
- فيزياء
- 2021-08-24
- artistic12
الأجوبة
import math
v = float(input("Velocity desired:"))
x = int(input("Distance desired:"))
c = 3*10**8
t0 = x/c
print(t0)
ts = (t0*(math.sqrt(1-v**2/c**2)))
print(ts)
معلومات ذات صلة
- جامعة الشارقة
- computational physics 1430353
- برمجة بايثون | Python programming
- ابحث عن مسائل برمجة بايثون | Python programming بالانجليزي
- فيزياء | Physics