A blog devoted to challenging dogma, where ever and who ever is shoveling it.
Saturday, May 10, 2025
Worked on simplifying the formulas for charge using alpha definition.
m_e_n = m_e / Hz_kg # calcuate the Compton frequency of the m_e mass
alpha_calc = 2 * pi * e**2 * amp_force / (Hz_kg * c)
kg_Hz = 1 / Hz_kg
α = D('0.0072973525693')
# Gravitational Coupling Constant
#a_g_calc = m_e**2 *2 *pi *G_n / Hz_kg**2
a_g_calc = (m_e * kg_Hz * t_P )**2 * 2 * pi
mass converted to Compton frequency and scaled to Planck time scale, squared, scaled by 2pi.
#E_h_calc = e**4 * 4 * pi**2 * m_e * amp_force**2/ Hz_kg**2
E_h_calc = m_e * α**2 * c**2
This is simple, mass scaled by alpha squared converted to energy by c^2.
#R_inf_calc = e**4 * 2 * pi**2 * m_e * amp_force**2/ (Hz_kg**3 * c**3 )
#R_inf_calc = m_e * α**2 / (Hz_kg * c * 2 )
R_inf_calc = m_e_n * α**2 / ( c * 2 )
A frequency/c is a wavenumber. inverse meter units
#a_0_calc = Hz_kg**2 * c**2 / (e**2 * 4 * pi**2 * m_e * amp_force)
#a_0_calc = Hz_kg * c / ( m_e * 2 * pi * α )
#a_0_calc = e**2 * amp_force / ( m_e * α**2 )
a_0_calc = c / ( m_e_n * 2 * pi * α )
This last one is interesting, it becomes a characteristic frequency converted to a wavelength.
Subscribe to:
Post Comments (Atom)
Update on the Campaign Manager
Got overlays working, got local map ai updates working. Later tonight will get ai using overlays in the dungeon working to generate the det...
-
The tent smelled of ozone, sawdust, and cheap miracles. On a rickety stage, a man named Constantine adjusted the frayed cuffs of his tuxedo...
-
J. Rogers, SE Ohio Abstract Database query optimization is traditionally approached through indexing strategies, statistics updates, and har...
-
So, I saw this kit on Amazon. It seemed too good too be true. The kit was priced right, it was less than 2 dollars for each board. Of co...
No comments:
Post a Comment