MikeHelland
Registered: Dec 2003
Posts: 179 |
The photon can exist as a rule, a simple program, like so:
define class absolutePhoton as Custom
x = 0 c = 10 totalEnergy = 10^5
function move
this.x = this.x + this.c * As the photon moves it loses energy this.totalEnergy = this.totalEnergy - this.c if mod(this.totalEnergy, 10^4) = 0 and this.c > 0 this.c = this.c - 1 endif return enddefine
This is an NKS photon.
Instead of having inertia and energy in the Newtonian classical sense, these photons move along a dimension x at a rate of c, delivering quantas of energy out of an "energy tank" so to speak.
As the tank empties, at certain intervals c decreases, so while c is constant for a while, once the tank has emptied to a specified level, the foot is taken off the gas.
Less energy is delivered, and the photon moves slower, until it eventually dies out.
This is verified in cosmology by Hubble redshift and various other observations.
__________________
Information Science, Neuroscience, Quantum Mechanics, and Leibniz
http://www.cloudmusiccompany.com/paper.htm
Report this post to a moderator | IP: Logged
|