3체 운동
파란 구 - 지구 노란 구 - 토성 흰색 구 - 달 상대적으로 질량이 큰 토성을 기준으로 지구와 달이 그 주위를 도는 것처럼 보인다. 코드) GlowScript 3.0 VPython #creating objects r = 385000e3/2 earth = sphere(pos = vector(r,0,0), radius = 6400000, texture = textures.earth) moon = sphere(pos = vector(-r,0,0), radius = 6400000, make_trail = True) sat = sphere(pos = vector(0,0,0), radius = 1737000, color = color.yellow, make_trail = True) #scailing factor ..
2021. 7. 7.