I'm trying to get some electrodynamics going with units in sympy. To check how i'm doing, i'm checking this relation:
So i have defined mu0 and epsilon 0, and i would like to get the speed of light out:
import sympy.physics.units as u
import sympy as sp
sp.sqrt(1/(u.magnetic_constant*u.electric_constant))
>>>> 1/(sqrt(magnetic_constant)*sqrt(vacuum_permittivity))
So my result is not so useful. I have tried to find solutions online, bit i can't figure it out. Would love your input