# Constants

G = 6.674e-11  # Gravitational constant, m^3 kg^-1 s^-2

c = 3e8         # Speed of light, m/s

M = 1.5e53      # Mass of the observable universe, kg

# Schwarzschild radius calculation

R_s = (2 * G * M) / c**2



# Observable universe's estimated radius in meters

R_universe = 1.3e26



# Ratio of Schwarzschild radius to the universe's radius

ratio = R_s / R_universe
Edit Report
Pub: 12 Jan 2025 15:02 UTC
Views: 30