Slashdot Mirror


The Universe in 4 Lines of Code?

serendigital writes "Stephen Wolfram, founder of Wolfram Research and creator of Mathematica has, after 10 years+ finished his book, "A New Kind of Science." In a "Wired" article entitled: The Man Who Cracked The Code to Everything ...," Steven Levy talks about how and why the book was written and more importantly, what it is about. The best part of the article is in this exchange: 'I've got to ask you,' I say. 'How long do you envision this rule of the universe to be?' ... 'I don't know. In Mathematica, for example, perhaps three, four lines of code.'" This book seems a little... nutty. But it's been submitted a bunch of times. If anyone wants to review it, go right ahead.

50 of 467 comments (clear)

  1. Silly mathematicians. by zzendpad · · Score: 5, Funny

    This is silly. The universe is far too simple to be explained by mathematics.

    1. Re:Silly mathematicians. by pnatural · · Score: 3, Funny

      but 42 is an integer!

    2. Re:Silly mathematicians. by quantaman · · Score: 3

      Perhaps, but so far mathematics has given us a far more accurate picture of the universe than anything else we have. In the future we may find phenomena that are not accuratly explained with math but so far its proven to be the best language for describing the world around us (when we get it right of course).

      --
      I stole this Sig
    3. Re:Silly mathematicians. by Dyolf+Knip · · Score: 3, Insightful
      The universe is far too simple to be explained by mathematics.

      Well, it can. Sort of. Pure mathematics is great for predicting a single event of a simple system. For modeling the complex behavior of many interacting systems (nuclear reactions, protein folding, sociology), we've got no single equation that can do it. You can't predict it, but you can simulate it, using the basic equations to predict one event at a time. We don't have an equation of gravity that works for more then two bodies of mass, but what we can do is model each pair interaction for a short time interval, modify the system accordingly, advance the timer one tick, and repeat.

      --
      Dyolf Knip
    4. Re:Silly mathematicians. by RovingSlug · · Score: 3, Insightful
      And the worst part is probablly you and Wolfram are both right at the same time.

      ... as if there's something meaningful in knowning those "4 lines of code". You can even presuppose that those rules exist and we can find them. What do you have? The entire premise is "the Wolfram worldview focuses on simple rules that generate counterintuitively complex results...".

      Does there exist math to go from those simple rules to complex results? The problem is, and this part of it was as at least elluded to in the Wired article, that the complexity doesn't exist inherently in the system but in our perceptions of the system. And our definition of complexity is about as slippery as snot on teflon -- implicitly defined by our own analogies of our experiences of being human and our colored perceptions of everything in nature.

      To go from "simple rules" to "complex results" seems intractible. You still may be reduced to discovering complex and interesting results in the crufty scientific way. And those 4 rules may just be sitting up on the mantle doing the only thing they can do: looking pretty.

    5. Re:Silly mathematicians. by TWR · · Score: 3, Informative
      Untrue. For example, the love poetry in the Song of Songs (part of the Bible, for those of you with no grounding in the core books of Western civilization) is well over a thousand years older than the 11th century. Tradition says it dates from Solomon, which would be something like 1000BC, but it's probably a bit later than that.

      Anyway, it's quite clearly a romantic book. Romance novel, even.

      -jon

      --

      Remember Amalek.

    6. Re:Silly mathematicians. by MWright · · Score: 3, Informative
      Someone (Lorenz, a meteorologist) once made a computer program to simulate the weather system (it was not intended to be too close to the real weather, but just a simplified model). One time, after running a simulation, he decided that he wanted to run it for a little longer. Instead of completely restarting the simulation, he just entered in the numbers from the printout.


      To his suprise, it started doing completely different things than it did before. It turned out that the printout rounded the numbers. Only a few digits were missing, but that was enough.


      What's the moral? Even if you know every detail about how a system works, you can't always predict it; the accuracy of the measurements matters. It's the same with the real weather: The biggest problem is knowing the situation we are in now; I once read that even if we had sensors in every square foot of the atmosphere, we would not be able to predict more than a few weeks. Not because of our model, but because even that isn't accurate enough.


      By the way, even much simpler systems have this sort of behaviour. For example, take the function f(x)=3.8*x*(1-x). There's a value of x such that f(x)=f(f(x))=f(f(f(x))) and so on, meaning that if we iterate the function, this value of x is a fixed point. If we do it on a calculator, we find that it jumps away from this value after a few hundred iterations, just because of rounding error! Think about it... being within about 10^-10 (it depends on the particular calculator, of course) isn't enough!

      --
      "But really, I think life is just a game of Mao Nomic." -Purplebob
    7. Re:Silly mathematicians. by ImaLamer · · Score: 3, Interesting

      read this book:

      Shadows of Forgotten Ancestors by Carl Sagan and Ann Druyan...

      Love, relationships and most defintely peace is explained by math. Why? Because of DNA, Natural Selection and simply who we are.

    8. Re:Silly mathematicians. by mvw · · Score: 3, Informative
      We don't have an equation of gravity that works for more then two bodies of mass, but what we can do is model each pair interaction for a short time interval, modify the system accordingly, advance the timer one tick, and repeat.

      WTF? What is your mathematical background to say this? (..) At worst, you have to solve sets of differential equations (..)

      To say that we don't have an equation is either obtuse, naive, or a deliberate troll.

      Both of you are imprecise. The first poster complained that there is no analytic solution. Which is true. The second poster counterargumented that it is easy to solve by some iterative procedure. Whic is true as well but misses the point of the first poster.

      What we deal with here is symbolic integration. Derivation (finding the f' for a given function)is simple because there are easy rules that yield the formulas of derivatives, integration (finding a function f for a given f') is an art because we quickly end up with formulas that can't be simplified with the usual set of elementary functions and we are stuck with the integrals (which might be used to define functions, like erf). Look for Liouville's theorem to see how stuff like this is proved rigorously.

      The more general problem is solving differential equations, systems of differential equations both in one or several changing variables.

      Most physical laws tell you how to assemble the set of differential equations. Writing down the newtonian forces for the planets is exactly that.

      Solving these systems of differential equation is again called integration.

      What turns out is that you can't write down the solution to the three body problem in general as some simple combination of elementary formulas. It is not much different from the one dimensional integration case. No magic. Just that you can't write down the solution in a simple closed form. The one who proved that was Henri Poincare in his celestial mechanics treatise by the way.

      It just means that the space of all solutions we can construct by assembling the usual cast of simple functions we employ is not large enough to hold every function which is singled out by the solution space of a differential equation.

      The first was poster wrong in that he doesn't understand that the set of differential equations plus conditions is the precise description (if we neglegt general relativty and quantum effects :) and that solutions are necessary of approximative nature if we don't want to extend our basic set of functions by lots of integral functions.

      The second poster is wrong in labeling the first poster a troll, because he didn't understand his concern about closed solutions.

      Regards, Marc

  2. 4 Lines? Bleh... by number+one+duck · · Score: 5, Funny

    A *real* god would do it in but a single line of Perl.

  3. I'm reading the book by Anonymous Coward · · Score: 4, Interesting

    I managed to get it a week ago because I work at a bookstore. I'm about halfway through, and so far it's overrated. The demonsrated cellular automata are very cool, but Wolfram constantly confuses similar behavior for causation. After the first 300 pages describing various kinds of CAs, he slips into pure "I suspect" and "Probably" and "Very likely" mode without really explaining why he suspects the things he does. The wildest thing he's stated so far (without any real evidence, just lots of "It is my strong belief") is that space and time are discrete on a very small scale, and are stuctured as a network of nodes. He doesn't (yet) go so far as saying that the universe is actually a simulation running in a computer. Maybe he will later in the book. Most of the rest of it seems to be concerned with the limits of computation.

    In his credit, he does make a good argument that much of nature is based on processes analogous to CAs, particularly the growth of plants and pigmentation patterns on animals. But again there's lots of "I believe" and practically no "I've observed."

    1. Re:I'm reading the book by GMontag451 · · Score: 5, Informative
      The wildest thing he's stated so far (without any real evidence, just lots of "It is my strong belief") is that space and time are discrete on a very small scale, and are stuctured as a network of nodes.

      Quantum Mechanics has already suggested that both space and time are discrete on small scales, and I believe there is quite a bit of indirect evidence to support this claim. The discreteness is based on Planck's constant, and the unit length and unit time are approx.10^-33 cm and 10^-43 sec respectively (which if you do the math are equivalent if you equate 1 year and one 1 light year). All lengths of space or time are either multiples or one over a multiple of length.

      The claim that they are structured as a network of nodes is certainly speculation, but it is at least a logical speculation. The points would probably have to be connected somehow.

  4. Chaos by QuodEratDemonstratum · · Score: 3, Interesting

    Looks like he's rediscovered chaos theory - simple input intp simple equations give complex outputs; he thinks he can find the simple input which generates the universe from a chaos producing equation.

  5. Fabric of Reality by EricBoyd · · Score: 3, Informative

    The book sounds superficially like David Deutsch's "The Fabric of Reality", which tries to try everything together using a computational theory of reality + the multiverse intrepretation of quantum mechanics.

    Deutsch believes that the simulation of something at a deep enough level is entirely equivalent to the real thing -- which is another way of stating this authors belief that reality is just an algorithm. I personally think it's at least as good a metaphysics as anything else I've read...

    Websurfing done Right! StumbleUpon

    --
    augment your senses: http://sensebridge.net/
  6. Don't hold your breath for reviews! by Raetsel · · Score: 5, Informative

    • "If anyone wants to review it, go right ahead."
    Ouch... It'll be a while before any reviews get submitted, Michael -- it's HUGE! (Page 2 of the article: "At 1,280 pages, the book pushes the limit of what can be physically bound between two covers.") Levy talks about it dwarfing (!!!) a phone book... though it would depend on what phone book you're trying to dwarf.

    Wolfram's demands regarding publishing are interesting -- the book is going to cost $12 to actually produce (5x to 6x that of a "normal" book, though the extra size certainly has to be a factor!), and be priced at $45 -- it includes large quantities of high-rez graphics. Also, it went through alphas and betas, like software -- not versions or revisions as writers are familiar with.

    Definitely something I'm going to read... although I doubt I'll achieve full comprehension. The "A New Kind of Science Explorer" software should be fun to play with -- but will I have to wait another 10 years for that?

    --

    "...America's great minds of today, teaching America's great minds of tomorrow. Poor bastards." -- A Beautiful Min
  7. related by bilbobuggins · · Score: 5, Funny

    In related news,
    Bill Gates concurred while noting that those four lines of course referenced msie.dll to get the job done.

  8. I can do it in one. by dstone · · Score: 5, Funny

    Four lines?! I don't know where this Wolfram guy was trained, but I can declare the constant 42 in a single line. Well, I suppose that does leave 3 lines for comments. And if anything was worth commenting...

    1. Re:I can do it in one. by Mike1024 · · Score: 3, Funny
      Hey,

      Four lines?! I don't know where this Wolfram guy was trained, but I can declare the constant 42 in a single line.

      Dude, it won't compile if it doesn't have a 'main' routine, thus:

      Const int Universe = 42
      main {
      // Do Nothing
      }

      You could trim it down, but you want to keep it readable.

      -M
      --
      "Goodness me, how unlike the FBI to abuse the trust of the American public." -- The Onion
  9. He brilliant alright by Theodore+Logan · · Score: 5, Insightful
    I've been waiting eagerly for this book ever since I first heard about it (some years ago).

    Stephen is an amazing guy, and I'm sure what he's done is something absolutely marvellous. I'm also sure, however, that his attitude will continue to suck for great lengths of time. He's probably one of the most arrogant people on this planet. I think he said it best himself regarding what he thinks people will say about his book:

    my opinion of the world at large isn't high enough for me really to be interested in what they have to say

    Now, if that's not a bad attitude I don't know what is. I suppose he could be excused though. He's pretty much as close to the stereotype mad scientist recluse as anyone will ever get.

    --

    "If you think education is expensive, try ignorance" - Derek Bok

    1. Re:He brilliant alright by fferreres · · Score: 3, Informative

      'What will other people think?' After a while I realized, 'Why am I really doing this? Is it really worth my while to spend 10 years of my life doing something to get other people to say positive things about it?' No, it's not. Absolutely not. And actually, from some very cynical point of view, my opinion of the world at large isn't high enough for me really to be interested in what they have to say."

      Arrogant? Maybe. But you need the full quote to bring perspective to this issue. He spent 10 years of his life not to please people, but to do the right thing.

      It doesn't matter if people think it's wrong or right. What it matters to him is being right (in the objective sense and not the subjective sense). So he DOES care. But his motivation is not "acceptance" biased. That is a good thing.

      I have always found economics to be a stagnated field. By? Because you can only try to "extend" or complicate the "orthodoxial" core. Everything else will be filed to the trashcan without further analisis.

      What this guy is doing is the way to go. If nobody believes in you, then you need selffinancing. That means you need to reach 3 achievements:
      1) Be a genius (natural)
      2) Make money (luck)
      3) Think different and question mainstream if need be

      That's hard. And it's really noteworthy that someone has met the requirements. I wish I could make some money so that I can begin to work in the way I believe (as oposed to the way "to please other people, so i get food").

      Thanks!

      --
      unfinished: (adj.)
  10. Easy... by commonchaos · · Score: 3, Funny

    just remove all but 4 cr-lf's (\n)

  11. Bug by DeadBugs · · Score: 5, Funny

    "The Universe in 4 Lines of Code?"

    Do you ever get the feeling there is a bug in one of those lines?

    --
    http://www.kubuntu.org/
    1. Re:Bug by Tablizer · · Score: 3, Funny

      (* Do you ever get the feeling there is a bug in one of those lines? *)

      Probably line #3 which says:

      male.libidoLevel := 6000;

      It was supposed to read:

      male.libidoLevel := 60.00;

    2. Re:Bug by shayne321 · · Score: 3, Funny

      It was supposed to read:

      male.libidoLevel := 60.00;

      Which is SOO tragic, considering line 4:

      female.bitchFactor *= male.libidoLevel;

      Imagine how much better Universe SP1 will be. :)

      Shayne

      --
      Today I didn't even have to use my AK; I got to say it was a good day -- Icecube
  12. Mathematica by gbnewby · · Score: 5, Interesting
    There are probably far fewer slashdotters familiar with Mathematica than PERL, so I wanted to write a few lines about Mathematica. From what he's said, Wolfram wrote Mathematica a lot like Larry Wall wrote PERL: to solve lots of problems by hiding complexity behind the scenes.

    As PERL is the swiss army chainsaw of computer programming, Mathematica is the swiss army chainsaw of mathematics. The syntax isn't as forgiving as PERL, but it's not bad. Here's a snippit I use for singular value decomposition:

    • svout = SingularValues[N[mydata],Tolerance->0];

    • {u, md, v} = svout;
      Print["u is ", u//MatrixForm];

    I've done the same thing with LAPACK and CLAPACK (scientific programming libraries) and in 3 lines of FORTRAN, C or C++ you haven't even started to define your data. In Mathematica, you're already done.

    Then there's visualization. Running on a PC or via XWindows, Mathematica can do stunning graphics -- including interactive graphics -- with almost no coding. It's not entirely flexible (sort of like using SAS or SPSS' graphics routines), but again you can do astoundingly great things with almost no code.

    In short, Mathematica is very close, for mathematics, to what PERL is for programming (or insert your favorite programming language or toolkit - but I think PERL fits best). While in the olden days of CGI everyone would have their own copy of cgi-lib.pl, now PERL has this functionality built in -- we just do stuff like do stuff like "my $query = new CGI;". In Mathematica, the language has evolved similarly so that stuff you needed to write lots of code for previously is now abstracted to a few functions. Like PERL's ability to use modules, you can write your own add-ons for Mathematica. Like PERL's POD, Mathematica can be used for documentation (and *was* used to write the Mathematica Book, and presumably Wolfram's new book).

    Just a few words about Mathematica. Give it a try, if you're remotely interested in how this stuff works. You'll probably like it!

    1. Re:Mathematica by CheshireCatCO · · Score: 3, Interesting

      Speaking as someone who has Mathematica installed on his laptop as well as his workstation (and has it currently, actively working on both machines at the moment), I have to disagree with your review, if only in the light in which you cast MMA.

      Mathematica (aka MMA) is a life-saver for some kinds of symbolic manipulations and is great for plotting up formulae. But it has a lot of weak flanks. I refuse to use it for writing things, [La]TeX is much better for that. You might lose a bit of WYSIWYG, yes, but MMA gets really slow after a few pages of serious 2D mathematics. And it's a lot easier to type straight text.

      MMA also is far from ideal for data plotting and manipulation. While I knew MMA long before IDL (from RSI), I have long since started doing all of my data I/O, plotting and manipulation in IDL.

      Finally, MMA is pretty slow about serious number crunching. Much has been made about doing modelling in MMA, but my observation and my experience is that if you want to use commercial software (as opposed to writing your own C/FORTRAN/whatever code), Matlab and even Maple are better than MMA.

      Still, Mathematica is very strong in its niche. I'm not sure it's worth $700+, which is the usual cost. But since I'm still a graudate student, I got my copy for $150 or so. It's been worth that.

      All that said, this far from proves that Wolfram has a clue about anything other than MMA.

    2. Re:Mathematica by mcelrath · · Score: 3, Interesting
      I wonder if Steven Wolfram himself has to call up Wolfram tech support when he gets a new laptop, dig up his registration number, license number, and hardware ID, and explain to them that he wants to transfer his license to a new computer and why he wants to transfer his Mathematica license to a new computer and assure them that yes he will delete the old copy and give them the hardware identifier for his new machine and install a new Big Bro^H^H^H^H^H^H^H^H License Manager...yadda yadda

      Sure it's a useful piece of software. But it's an absolute pain in the ass, Wolfram is a paranoid bastard, and it's not worth half the price they ask for it. For my professional work, I choose Maple. Go away Wolfram and annoy someone else. I don't want to talk to you after I have legally purchased your product. It's NONE OF YOUR BUSINESS!

      Remember dongles? The things you put on your serial port to keep you running Autocad on only one machine? Mathematica is one big software dongle.

      --Bob

      --
      1^2=1; (-1)^2=1; 1^2=(-1)^2; 1=-1; 1=0.
    3. Re:Mathematica by Glorat · · Score: 3, Insightful

      I'd just like to contend that Mathematica does actually handle documentation remarkably well. I've documented my entire Elementary Number Theory course using MMA including all the really really nasty formula (2^(p^(p-1.....))) in nice 2D. There is no performance loss in its display and creating them is such a breeze if you know the keyboard shortcuts (Ctrl^6 etc.). The Mathematica file format is based on Latex so anything you can do in Latex you can probably do in Mathematica too. (Well, enough anyway) I'll choose Mathematica whenever possible

      Don't try serious number crunching with Mathematica. True! Tbe Runge-Kutta's and P-C methods for solving ODE's run about 100 times slower than the same in fortran. But it only took 10 lines of code so I didn't mind too much ;)

      Finally, for those who want to see just how good (better IMO) Mathematica is at WYSYWIG Latex like editing, check out my ccourse notes (800kbs gzipped postscript). It has impressive formatting

  13. What Wolfram is driving at by vkg · · Score: 4, Interesting

    is that the observable universe is defined by calculus and differential equations in very small areas: planetery motion, for example, or atomic physics.

    Phenomena like life, geology and the like are very badly behaved with respect to our standard mathematical tools and we all know this.

    Wolfram is suggesting that cellular automata provide a simple framework for examining the phenomena outside of the "magic circle" of the calculus: i.e. most of life and the universe.

    Of course, for a long time we've confused hard science with the application of calculus, which has effected what we consider "science" to be: if it is not an equation, we don't think it's scientific.

    Well,

    1> go talk to some biologists

    2> get used to it: equations got us this far, but after this it may be increasingly about computation.

    Consider, for example, the Four Color Theorem - the only existing proof of which requires a lot of computer power to grind through cases. Is it a valid proof? Probably - but not to the standards of mathematicians who grew up in the pre-computer age, to whom an exhaustively checked list of cases does not look like mathematics at all.

    We'll see how Wolfram's work fares over time, but my bet is that it will fare Quite Well.

    1. Re:What Wolfram is driving at by VFVTHUNTER · · Score: 3, Interesting

      is that the observable universe is defined by calculus and differential equations in very small areas: planetery motion, for example, or atomic physics.

      No. The universe can be described by calculus and difficult equations.

      Phenomena like life, geology and the like are very badly behaved with respect to our standard mathematical tools and we all know this.

      No they're not. It's just that in order to model biological phenomena very well, you have to do finite state analysis on a very fine scale - and getting even the most powerful supercomputer to do the (calculus and difficult equations) calculations on ALL those elements is...unrealistic.

      Still don't believe me? Ask IBM - according to their Blue Gene Project, given all the computing power available on the planet right now, it would still take several hundred years to calculate the structure of human proteins.

      Still not convinced? OK. The human body is around a trillion cells. Each of these cells has millions of molecules in it. Each of those molecules can be accurately modeled by calculus and DifEq...but you've got trillions of millions of equations to worry about. There's not enough RAM on the planet to hold that matrix. Also consider that you also have trillions of millions of possible boundary conditions.

      Wolfram is suggesting that cellular automata provide a simple framework for examining the phenomena outside of the "magic circle" of the calculus: i.e. most of life and the universe.

      Wolfram is also supplying the code for the book in Mathematica. I submit to you that Wolfram is trying to sell more software. Which isn't to say I don't own his books, or that I don't have 4.1 minimized on my desktop right now. Because I do. But when someone comes out and says that his book is the be all and the end all of our scientific quandries, I am...skeptical.

      You've hit a sort of soft spot here. I love the alternative ways of thinking - wavelets, fuzzy logic, neural networks, AI, and yes cellular automata. Each of these fields has been able to solve (or simplify) problems that have plagued researchers. But every time a researcher uses one of these methods to solve a problem, he or she starts evangelizing it, and hurts its credibility. It's a problem of HYPE - and there's HYPE written all over this book. He should have just published it, sent a copy to some respected scientists, and let THEM speak about it. I could care less when I see fervent hype on the MTV. But I get sick when I see it in scientific publications.

      Of course, for a long time we've confused hard science with the application of calculus, which has effected what we consider "science" to be: if it is not an equation, we don't think it's scientific.

      1> go talk to some biologists

      Biologists are friggin crazy. I know this because I am one :)

      2> get used to it: equations got us this far, but after this it may be increasingly about computation.

      Consider, for example, the Four Color Theorem [wolfram.com] - the only existing proof of which requires a lot of computer power to grind through cases. Is it a valid proof? Probably - but not to the standards of mathematicians who grew up in the pre-computer age, to whom an exhaustively checked list of cases does not look like mathematics at all.


      You seem to be unfamiliar with mathematical proofs. Grinding through many cases does not a valid proof make. In order to prove a theorem, you have to verify its validity for ALL cases, and in order to disprove a theorem, you only have to find one case where it is not valid. Just because you ran your theorem on a supercomputer for three months does not mean you have proved its validity for all cases. Example: You are trying to prove some theorem, and you use only positive integers. The supercomputer runs for a year and finds no holes in your theorem. Then your girlfriend comes over and enters -1, and your supercomputer barfs at you.

      We'll see how Wolfram's work fares over time, but my bet is that it will fare Quite Well.

      I HOPE it fairs well - I'd love to understand WHY the second law of thermodynamics works as well. But whether it fairs well or not, it would have faired much better without all of the hype and simply on the merits of the work itself.

    2. Re:What Wolfram is driving at by jareds · · Score: 3, Informative

      You seem to be unfamiliar with mathematical proofs. Grinding through many cases does not a valid proof make. In order to prove a theorem, you have to verify its validity for ALL cases, and in order to disprove a theorem, you only have to find one case where it is not valid. Just because you ran your theorem on a supercomputer for three months does not mean you have proved its validity for all cases. Example: You are trying to prove some theorem, and you use only positive integers. The supercomputer runs for a year and finds no holes in your theorem. Then your girlfriend comes over and enters -1, and your supercomputer barfs at you.

      You seem to be unfamiliar the concept of proof by cases. A proof by cases is valid if and only if the cases are exhaustive. For example, if you prove something for all even numbers and all odd numbers, you have proven it for all integers. The proof of the Four Color Theorem broke the problem, or some lemma used in the problem, into around 1000 cases. The cases were exhaustive, or it would not have been a proof. Some curmudgeons didn't like the fact that the cases were checked by computer.

    3. Re:What Wolfram is driving at by Alomex · · Score: 3, Interesting

      Consider, for example, the Four Color Theorem [wolfram.com] - the only existing proof of which requires a lot of computer power to grind through cases. Is it a valid proof? Probably - but not to the standards of mathematicians who grew up in the pre-computer age, to whom an exhaustively checked list of cases does not look like mathematics at all.

      This was a subject of debate twenty years ago. Currently the computer proof is generally well accepted by mathematicians. What Wolfram proposes is neither new nor revolutionary.

      Computer Science itself has spent a good portion of its young life moving away from equation descriptions to constructive, computable descriptions. They are called algorithms. You don't need cellular automata to make a switch from equations to computing. Moreover, I was reading a famous physicist (whose name escapes me) state that physics had move beyond the equation as description and considers now computational descriptions as valid.

  14. Complexity Theory by kmellis · · Score: 5, Informative
    Salon published a sort of a review of Wolfram's book recently titled "The Next Newton?". Talk about hyperbole.

    As a letter writer to Salon points out, it seems that Wolfram thinks that he's discovered Complexity Theory all by himself. The Salon article certainly gives that impression -- not having read the book, I can't make my own judgment.

    The Salon writer writes as if cellular automata were some silly mathematical curiosity (or worse, the writer thinks that CA is recent to computing) that Wolfram "rediscovered" and took seriously for the first time. Of course that's absurd.

    The Santa Fe Institute was founded jointly around 1984 by the eminent Nobel Laureate, physicist Murray Gell-Mann, and several others. Stuart Kauffman has researched and written on complexity for many years.

    I myself have been following, as a layperson, complexity theory for about fifteen years. In 1991 I had the opportunity to be an undergraduate intern -- an opportunity I didn't follow up on because of my severe academic workload, but an opportunity I will always regret not taking advantage of. Undergraduate intern positions are much more competitive now. This eleven years has made the difference between "bleeding edge" and "cutting edge". Or perhaps complexity theory is even mainstream. I've noticed a burgeoning graduate school interest in complexity studies programs.

    Complexity theory intersects many disciplines, and it involves several related ideas such as chaos theory, modeling, self-reference, artificial life, and others. It's evolved into a fairly rigorous discipline, and the more formalized idea of "complex adaptive systems" forms the core. For those who have read Douglas Hofstadter's book, Godel, Escher, Bach, (a very influential book for many of us) published around '82, many of these ideas will be familiar.

    Wolfram's quip that seems so risible is really only an overstatement of the central idea of complexity theory: that a limited number of "rules" can give rise to extremely complex behavior. This was the surprise of cellular automata, exemplified by Conway's "Life", invented in 1970. But the underlying idea goes as far back as John von Neumann. Wolfram has done some interesting work in CA. But it sure as hell isn't his idea. For many in the Slashdot community, this is all as familiar as the back of their hands. But apparently there's still a lot of people that should be aware of this stuff that are not.

    Finally, many people here would probably be interested to know that SimCity's designer, and Maxis, have had some association with SFI. This makes sense because the emergent behaviors of complex systems are not (as a practical matter) deductively predictable -- their behavior must be studied. The techniques of systems modeling are requisite. SimCity was the general public's first accessible insight into just how fascinating and educational systems modeling can be.

  15. Re:Useless. by tsarina · · Score: 3, Insightful

    He got these ideas when one day he found that extremely complex events can be expressed in relatively simple equations. Seeing that complex events can be so reduced, that's where is '4 lines of code' is coming from. He believes that the falling of a raindrop is of equal complexity as the behavior of gases in a nebula - a single equation can predict both.

    Maybe it can't be proven, per se, but nothing scientific can be. All scientific theories are that - just theories. None of it should be dogma, for that would violate the principles of science. There's nothing lost if such equations must be considered hypotheses that have yet to be proven wrong.

    This isn't meant to create a tidy artificial universe. It's to prove that the real universe can be predicted by simple equations. Whether he succeeds or not - that's the problem. There's no middle ground. Either this will be the waste of a brilliant mind (read his background in the latest Wired) or the greatest revolution in the history of science and a certain Nobel Prize.

    --

    ________
    "And if the fool, or the pig, are of a different opinion...." -- J.S. Mill
  16. Digital Mechanics by ROBOKATZ · · Score: 3, Interesting

    This sounds a lot like Ed Fredkin's Digital Mechanics theories. Which isn't surpising, considering that Wolfram and Fredkin used to work together.

  17. Wrong. Fancy Math Explains Nothing by Louis+Savain · · Score: 3, Insightful

    He's just trying to sell more copies of Mathematica!

    That's not it. Wolfram is saying the exact opposite. He is saying the universe uses very little math. Just a few simple rules. Fancy math is a red herring, in my opinion. It explains nothing. On the contrary, it is our equations that are in dire need of an explanation, from Newton's gravity equation to Einstein's GR/SR equations. They only describe the evolution of matter but do not explain the causal mechanisms.

    Real science is about causal mechanisms at the fundamental level where simple rules rule! This is where Wolfram's ideas are revolutionary. They will not be well received in academic circles. Academics hate simplicity because they can't show off with it.

  18. Re:It should be obvious by Tony-A · · Score: 3, Interesting

    surely you need relativistic mechanics to describe the orbits themselves
    As I vaguely recall from a physics course long long ago, Newton's equations are not wrong. There is a derivative term that everyone assumes is a constant, but written as a derivative, which is not constant under relativistic effects. Written properly, Maxwell's equations would be still be valid with relativistic effects. Classical mechanics is just a simplification of relativistic mechanics.

  19. Re:No, you really need 4 by Jester998 · · Score: 3, Funny

    Actually, I think that at least one of those lines will invoke the long processing cycle... I forget the exact number, but wasn't it 10^7 years?

  20. See Fredkin's Digital Physics book draft online by hqm · · Score: 3, Interesting

    People interested in the concept of the universe
    as a digital computer should look at

    http://www.digitalphilosophy.org.

    Fredkin was thinking about this stuff long before Wolfram was born.

  21. Re:4 Lines? Bleh... by Dwonis · · Score: 3, Funny

    It could also be done in 6 lines of very readable Python code. *ducks*

  22. Formulas on Work Money Power Time by Alien54 · · Score: 4, Funny
    As seen elsewhere:
    • Postulate 1: Knowledge is power
    • Postulate 2: Time is money
    • As every engineer knows, Power = Work/Time
    • Since: Knowledge = Power and Time = Money, then: Knowledge = Work/Money
    • Solving for Money, we get:
    • Money = Work/Knowledge
    • Thus, as knowledge approaches zero, money approaches infinity regardless of work done.
    • Conclusion: The less you know, the more you make (but then you probably knew that already).
    There is this addendum
    • New Postulate: Work = Perceived Value/Time
    • Therefore Power = Perceived Value/(Time * Time)
    • Since Knowledge = Power and Time = Money, Money = SQRT (Perceived Value/Knowledge).
    • Since all well brought up people know that Money = SQRT (All Evil), therefore:
    • Perceived Value = All Evil * Knowledge
    --
    "It is a greater offense to steal men's labor, than their clothes"
  23. Want to learn more about Cellular Automata? by marhar · · Score: 3, Informative
    Rudy Rucker and John Walker (themselves pretty amazing guys) have released their Cellular Automata lab, originally written as part of Autodesk's science series. You can download it at http://www.fourmilab.ch/cellab/

    Wolfram's first CA book (the collection of his papers) is out of print but available for download at http://www.stephenwolfram.com/publications/books/c a-reprint/

  24. Re:4 Lines? Bleh... by Tablizer · · Score: 5, Funny
    A *real* god would do it in but a single line of Perl.

    That explains why the world is so F'd up: he couldn't read it six months later to debug it
    :-p

  25. Useful Links by guanxi · · Score: 4, Informative

    The book
    http://www.wolframscience.com/

    The downloadable code (4 lines, I suppose)
    http://www.wolframscience.com/nks/progra ms/

    Stephen Wolfram
    http://www.stephenwolfram.com/about-sw/

  26. New kind of science=no peer review by UtSupra · · Score: 3, Insightful

    I haven't read the book (already ordered it), but I have a bone to pick with it. The first thing that is new about it is that it avoids peer review prior to publication.
    We all know that the best way to advance in an area of knowledge is by getting criticism to our new ideas. The reason to do so before publication is that any scientists know how easy it is to fool one self and tries to avoid it, not by asking a few friends to read our stuff, but by asking the biggest experts in the best magazines (or by posting for free in a web site so everybody gets a crack at it).
    By failing to follow this procedure Dr. Wolfram has open himself up to criticism that his book is not a scientific enterprise, but a commercial one...
    Disclosure: I am a mathematician...

  27. Algorithms without Context by ChaoticCoyote · · Score: 3, Insightful

    An algorithm is a pure expression of process; it has no meaning with execution and data contexts. Thus, I think Wolfram has gone beyond science into faith and religion... he may answer "how", but that is only part of an entire description of the universe that also asks "why" and "what."

    Be that as it may, I am fond of heretics who shake the foundations of science with unorthodoxy. Wolfram is brilliant, if erratic, and I'll read his book simply to have my viewpoints challenged.

  28. Re:4 Lines? Bleh... by Gavitron_zero · · Score: 3, Funny

    that probably explains why noone really understand the universe then...

  29. Actually... (+ my own little biased review) by lonedfx · · Score: 4, Informative

    This is silly. The universe is far too simple to be explained by mathematics

    Actually the book has more to do with cellular automatons than with mathematics,

    although, arguably, you could describe cellular automatons using link theory (which is a theory of structure, logic and math, and Wolfram's automatons are specially well suited for it) and with more classic mathematical tools.

    Here is my little biased review (biased because I have a take in that kind of stuff, only more mind related).

    I wont reiterate the claims of the book because you can find all sorts of review that do that (oh wait, now that I reread this it appears I'm doing just that later, oh well, still not bad an intro, heh), suffice to say, this book could become the "Bible of Reductionism" for many generations of scientists to come. I do not use the word Bible trivially here, this book is about belief, and that is the biggest problem anybody will have with it. You can agree or disagree with Wolfram as to wether or not the boradness of his conclusions will hold up to scrutiny, but the transfer of those conclusions to to the real world is a completely different step. It is a matter of belief.

    If you torture data sufficiently, it will confess to almost anything. (Fred Menger, Emory University Organic Chemist)

    Nobody is immune to this mistake, a good part of the field of artificial intelligence research is faulty of the same (I myself do it often, but I don't publish), it is the reason why connectionism as a paradigm was so succesful among the community even if it still has to deliver on some of its most basic promises.

    In a nutshell, Wolfram found a set of simple rules for cellular automatons that lead to complex behavior. The second part of his discovery is the principle of computational equivalence, again, summed up, it means that passed a 'threshold' (more or less), two computational processes can be regarded as equally complex. This is a BIG claim, one that will be investigated thoroughly by mathematicians. But the point is that if it holds, you have explained many things : randomess, free will, and you have put in terms that are all but vague what it means for connectionism to cross the threshold of self awareness (in a broad sense).

    How, you aks, can he do that with cellular automatons ? Simple once you drop the concept of linear time. What he realized along with many other researchers (and I'll grab the opportunity to pat myself in the back and include myself in that group), is that time is a poorly defined concept today, until you dive into quantum physics when it starts to make sense. What is needed is to redefine causality. Again in a nutshell, classical causality says that an effect always follows a cause, but that is a definition that itself includes time, and since causality is supposed to define the arrow of time, this definition is not acceptable.

    The new definition becomes "an effect always has a cause", now you can immediately see that the idea of causal directionality has been removed, but that doesnt mean that time flows backward, just like things didnt start falling up once Newton realized up and down were foolih concepts. Shortly put both future and past exert constraints on a local event (think about Marov states in the future and in the past). When equally balanced, those consraints map to classical quantum physics.

    So Wolfram's cellular automatons integrate that concept, you can link events to cells that are in the same discrete time slice as your event. You can link to events in the past, or (like in classical physics), link to events in the future. That itself assumes that time is a discrete phenomenon, it is again a BIG assumption, it is a statement of Wolfram's belief (he uses that word) that time in the physical universe IS indeed discrete, and that thus, his discoveries about causal networks map directly to our world. Lets make it clear here that if he is wrong, then none of these claims map to the physical universe, and the book is just about having fun (a lot of it, tho) with computers and the concept of time (now of course that in itself could be very useful for quantum computing).

    And then he goes on to describe how you can then use this stuff to make elemetary particles, or even space-time itself.

    All in all this is genius stuff, if not completely revolutionary. I would describe it as the Game of Life meets Link Theory. It is a brilliant reformulation of Link Theory in terms of cellular automatons, and since Link Theory is a bit hard to work on, an easy way to use it with computers is extremely welcomed. For my part, I cannot wait for a version of Mathematica that integrates non-linear time processes. My own neural net models would become that much easy to write as I wouldn't have to deal with C++ journaling memory templates, and once quantum computers are out, I can just run the thing and not wait an arbitrary long time.

    But again the flaw is one that we often make, if usually not that publicly: we start to believe in our stuff. Yes, it could work that way, but everything here is the result of a computer experiment, and that is the hard truth of it. It is a beautiful theory, easy to understand, even for the non scientist, but its predictions are minimal, distinguishing it from a physical model of reality in order to test it is going to be a hard task.

    Arguably connectionism's biggest problem is that its promises are quite vague, and thus, it is hardly disprovable as a paradigm, and the same problem applies to Wolfram's work, it is very apealing, but things are explained in very tiny details or in broad strokes. There is no equation that will tell you the bigger picture because there is no bigger picture, the world is a soup of events, and as apealing as this might be, as natural as the patterns the simulation generated seems to be, this does not mean that the physical world is actually operating like this.

    Even going further, it is worthless as a replacement for 'bigger laws', laws that supervene other laws, gaz propagation can be predicted by such laws, but Wolfram's laws are too tiny, their nature is to lead to chaos and non predictibility, to actually generate the supervenient laws, but again, predictive power is non existant or lower than current science.

    But again, this will not prevent many from holding this book quasi religiously, even unknowingly (as many people do today with broad connectionism), because it is simple, elegant, and accounts for a lot, or so it seems (but again, some people think that the pyramids were built by aliens because they think it's simple, elegant, and explains a lot). This book will be about belief, in the next decades and centuries, it will be held as the Bible of Reductionism, because it provides the self consistent argument some philosophers like Dennett needed to explain away consciousness as a pure illusion.

    This is my second problem with this book, Wolfram basically says he is presenting us with a theory of everything, but there is not much about perception, qualias, and more generally, the phenomenal aspects of consciousness. Wolfram, as the Priest of Reductionists I think he is going to become, simply leaves the matter out, talking about perception in terms of representational spaces (even if not in quite those terms), but the phenomenal aspect of those spaces is let out, as if we actually were Chalmers' zombies.

    To conclude, this will be a delightful read for most slashdoters, at least, all of those with a scientific 'way of life' (no strong backround needed), they will see it as the crystalization of their materialistic views. Religious people might have a problem with this book as it depicts us as automatons, literally.

    And then there are people like me, lost between the duality of phenomena and matter and the universe being-causally-closed-sad-state-of-affair. To us, sometimes known as naturalistic dualists (qualia as part of natural laws), the strong deterministic framework that Wolfram imposes seems to point to a strong epiphenomenalism for consciousness, where other theories based on quantum indeterminacy (and quantum theory has been throughly tested for 60+ years) do open possibilities of weak epiphenomenalism. In a few words, I'm not completely convinced by Wolfram's version of free will.

    I'm a bit more than two third into the book, reading it quickly at first to grasp the feel of it, and then to read it slowly a second time, so it is possible that some of the things I have said may not be fair, and for this I apologize in advance.

    I'm loving every part of it, and if you feel my remarks are too harsh, just assume that I'm jealous I didn't write it. If anything this will make mentioning reverse causation much easier in academia without being laughed at, and Link Theory is going to get a huge boost. Having made 4 computer languages already, I plan to have my fifth be able to run reverse causation in typical link theory problems or simulate my causal backpropagation neural network model. If I can use some of Wolfram's formalism to help this task and if he has cleared up the mess with causality, or helped people make the distinction between predictability and determinism for the rest of us too, then I'll be eternally grateful.

    lone, dfx.
    http://www.causaergsum.net/

  30. Autodidact by gonerill · · Score: 3, Insightful
    The book has all the marks, both positive and negative, of the very smart autodidact. On the positive side: enormous ambition, singular vision and determination to innovate. On the negative side: monomania, evangelical tone, and contempt for/unwillingness to engage with one's peers.

    That last one is the most problematic. Wolfram says he doesn't expect people to understand him, or to get a negative reaction from the scientific community, and -- worse -- that this negative reaction is only to be expected etc. These are the early hallmarks of the crank.

    Things to expect soon: A legion of amateur readers proclaiming him a genius and arguing that the indifferent reaction of mainstream science is somehow evidence that the book is right. Just remember: P(Cranky and Weird | Work of Genius) = High. P(Work of Genius | Cranky and Weird) = Very low.

  31. Re:4 Lines? Bleh... by Dwonis · · Score: 3, Funny

    Why? What is wrong with syntactically significant whitespace? I've heard many people say it's so bad, but nobody has ever told me why it's bad, other than that it's different and therefore they don't like it.