Thread: More on C...(the speed of light "c", that is...)

  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Lightbulb More on c...(the speed of light c, that is...)

    A group of scientists have published some interesting papers relating to the speed of light, relativity's dependance on it for validity, and special cases where it can be prompted to travel faster than expected.

    The paper seems to reinforce my view that the special theory of relativity only requires that an "invariant" speed should be measured across all reference frames, which to me is really the most important contribution of the special theory...

    I digress that if Einstein did postulate that should anything move faster than this it would move backward in time, I personally think this is a sick point of view and will never prescribe to this opinion, no matter what my respect for the Good Doctor Einstein is...

    The paper can be viewed URL=http://xxx.lanl.gov/abs/gr-qc/0107091]HERE[/URL]

    Note: It seems that to see the complete paper you must download the document.
    (Ugh! I HATE that!)
    Last edited by Sebastiani; 08-20-2001 at 12:42 PM.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Critique my lighting model.
    By psychopath in forum Game Programming
    Replies: 4
    Last Post: 08-12-2006, 06:23 PM
  2. geometry won't display!?
    By psychopath in forum Game Programming
    Replies: 17
    Last Post: 09-21-2004, 10:10 AM
  3. varying speed of light
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 07-04-2004, 12:53 PM
  4. A Common Scientific Belief
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 03-29-2002, 05:54 PM
  5. Speed of light isn't constant...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 08-16-2001, 04:50 PM