Slashdot Mirror


George Dantzig, 1914-2005

Markus Registrada writes "George Dantzig, the inventor of the Simplex method for solving Linear Programming problems, died on May 13. He was also the now-legendary student who turned in solutions for what he had taken to be a homework assignment, only to find out they had been posted as examples of what were suspected to be unsolvable problems."

21 of 298 comments (clear)

  1. So sad. by Shky · · Score: 5, Funny

    Goodbye, dear friend.
    We hardly knew ye.
    And we certainly had no idea what you were talking about.

    --
    CC Licensed Serialized Story and Podcast: Ingenioustries
    1. Re:So sad. by kfg · · Score: 5, Insightful

      And we certainly had no idea what you were talking about.

      Yes, that is the sad part. Not for him, mind you.

      KFG

  2. Damn! by Anonymous Coward · · Score: 5, Funny

    At least his teachers knew he wasn't cheating.

    R.I.P., Dude.

  3. Karma-whoring clarifier by Knights+who+say+'INT · · Score: 5, Informative

    "Linear programming" (as well as "mathematical programming", "convex programming", etc.) has little to do with computer programming. It's about finding the solution to problems like maximize f(x) subject to restrictions r1(x)=0 .. rn(x)=0, r1(x)>0... rn(x)>0.

    Incidentally, the Simplex method -- unlike differential calculus-based methods for more general problems like the Kuhn-Tucker method -- is quite programmable on a computer, and quite efficient.

    1. Re:Karma-whoring clarifier by KeyboardMonkey · · Score: 5, Informative

      Incidentally, the Simplex method -- unlike differential calculus-based methods for more general problems like the Kuhn-Tucker method -- is quite programmable on a computer, and quite efficient.

      The Simplex method can be combined with Kuhn-Tucker conditions and a few small tweaks to solve quadratic problems. This is know as Quadratic Programming (QP).

      Quadratic Programming is used in solving portfolio optimisation problems, a mathematical way to ensure a portfolio of risky assets are diversified.

    2. Re:Karma-whoring clarifier by Pseudonym · · Score: 5, Informative
      Quadratic Programming is used in solving portfolio optimisation problems, a mathematical way to ensure a portfolio of risky assets are diversified.

      It's also used in physical simulation to solve the static friction conditions that arise when many objects are in mutual contact.

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    3. Re:Karma-whoring clarifier by PlacidPundit · · Score: 5, Funny
      It's also used in physical simulation to solve the static friction conditions that arise when many objects are in mutual contact.

      I once used it to make a perfect ham sandwich.

  4. For those of you who don't know anything about LP by Dancin_Santa · · Score: 5, Informative

    Here's a FAQ: http://www-unix.mcs.anl.gov/otc/Guide/faq/linear-p rogramming-faq.html

    What is most interesting about LP is not that it is just a method of finding the solution to a problem, but that it extends in range over many diverse fields from (obviously) computer programming to fields such as economics and even business planning.

  5. I hope Paul Erdos is right. by FlyByPC · · Score: 5, Interesting

    If so, George has certainly earned a look at The Book. (The one containing all possible mathematical theorems...)

    --
    Paleotechnologist and connoisseur of pretty shiny things.
  6. Unsolvable geek problems. by Anonymous Coward · · Score: 5, Funny

    "He was also the now-legendary student who turned in solutions for what he had taken to be a homework assignment, only to find out they had been posted as examples of what were suspected to be unsolvable problems."

    How to get a date?

    1. Re:Unsolvable geek problems. by halleluja · · Score: 5, Insightful
      How to get a date?

      Just ask.

  7. I've been enlightened! by Bifurcati · · Score: 5, Insightful

    Now this is why I read Slashdot - where else can you get such a diverse range of people, and pick up wonderful little tidbits like the true story behind that wonderful legend about solving unsolved problems? Sure, it's available on Snopes for you to find if you know what you're looking for, but asking the right question is often a lot harder than the answer, as best illustrated bythe Hitch Hiker's guide: Meaning of life=42, Question=???. (Hey, perhaps if they'd put that up on the board, he might have been able to solve that as well!)

  8. So what by keziahw · · Score: 5, Funny

    "examples of what were suspected to be unsolvable problems" No big deal, I do unsolvable homework problems all the time.

  9. Genius, ha by Anonymous Coward · · Score: 5, Funny
    "who turned in solutions for what he had taken to be a homework assignment, only to find out they had been posted as examples of what were suspected to be unsolvable problems."

    If he was so smart, why did he make the mistake of thinking it was homework?

  10. Yep. He's really gone by Anonymous Coward · · Score: 5, Informative

    Since neither link indicated that Mr. Dantzig had actually died, here is a link to the San Jose Mercury News article on him.

  11. Re:LP's by log2.0 · · Score: 5, Informative

    There are way too many applications to list here. Ill give you an example though. Say you are a company that produces Chairs and Tables. You sell chairs for $10 and tables for $20. It costs you 5 units of wood to make a chair and 8 units of wood to make a table. It costs you 2 units of labour to make a chair and 3 units of labour to make a table.

    Now say you have a certain amount of wood and labour to "spend", how much of each product should you produce to max yield, min waste, min cost, max profit...All different objectives give different answers.

    This is a simple example that can be solved without simplex but if you were to scale it up to 1000 products with 3000 resources to be split, it can still be solved with the simplex algorithm.

    I have written my own simplex solver and they are tricky but the basic algorithm is elegant.

    Of course, the example I gave above is only one and there are many applications in the area of Operations Research (thats not my field btw).

    --
    Can your karma go above being Excellent?
  12. The connection between LP and digital computers by chris+huntley · · Score: 5, Informative

    Linear programming was among the first "real" applications of digital computers. I saw Dantzig give a talk about it at an INFORMS conference back in the 1980s.

    It seems that in a visit to Von Neumann in 1947 he described LP and the simplex method a bit. (See http://www.pupress.princeton.edu/chapters/i7802.ht ml.) It seems that Von Neumann understood everything pretty much immediately, and even derived the dual solution to LP in the first sitting.

    I suppose we all know what Von Neumann did next ...

  13. A new way of teaching? by John+Seminal · · Score: 5, Interesting
    He was also the now-legendary student who turned in solutions for what he had taken to be a homework assignment, only to find out they had been posted as examples of what were suspected to be unsolvable problems

    I can't help but think if he ever would have solved those problems had he been taught first that they were unsolvable??

    Schizo Person #1- "Look, there is an elephant in the room"
    Schizo Person #2- "Shhh!!! There is no elephant"
    Schizo Person #1- "But..."
    Schizo Person #2- "No buts, you don't want them to think you're crazy"

    Soon Schizo Person #1 stopps seeing the elephant. It really does not exists to him

    --

    Rosco: "If brains were gunpowder, Enos couldn't blow his nose."

  14. Translation by autojive · · Score: 5, Funny

    Translation for today's college students. :-)

    Link

    --
    I wish my lawn was emo, so it would cut itself.
  15. I really suffered LP by ArgieNomad · · Score: 5, Interesting

    Well folks, I'm an accountant. You can have all the fun you want about having an accountant here, but that's the way it is. In Argentina, where I come from, that was the best way to land a management position in no time, which I'm still waiting for.

    All that aside, I love technology in all its forms, just in case.

    Studying my 4th year, we've been teached LP, as a way to solve transport route problems, and minimum stock estimates, optimizing resources and stuff, in an assignment called "Operations Research".

    I hope one of my fellow students will read this, but I really doubt an graduate from Facultad de Ciencias Economicas - Universidad Nacional de Cordoba would read /.

    We always dreamed about finding the damn mf that invented the simplex method, but the net was far from being an accesible thing those days, so now that I find out about Dantzig, I'm kinda sad. There was a time when I would have cursed his family and chased him if he was within reach, but now I pay him honors, as one of many bright minds that go by unnoticed for students and developing minds all over the world.

    My respect

    --
    I just read /. for the sigs
  16. Leonid Khachiyan by mesterha · · Score: 5, Informative

    I'm sad to say Leonid Khachiyan also died recently. He proved that linear programming can be solved in polynomial time with the ellipsoid method. I took a class on algorithms from him many years ago at Rutgers. He was an excellent teacher, and he will be missed.

    --

    Chris Mesterharm