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."

81 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. Re:So sad. by hey! · · Score: 2, Interesting

      Reminds me of a story a friend of mine who attended MIT with me in the late 70s early 80s once told me. My friend's grandparents were Eastern European Jews, who emigrated to the UK in the 30s, and in the 60s to the US, finally settling in Florida.

      One day he called his grandmother to see how she was getting on. She mentioned that she couldn't talk long because she was having Mr. Dirac over for tea.

      "Oh," he says without thinking, "like Dirac Delta function."

      "Yes," said his grandmother, "Paul's wife Margit is visiting, would you like to talk to her?"

      "NOOOO!!!"

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  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. Re:Karma-whoring clarifier by Young+Master+Ploppy · · Score: 2, Funny

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

      (sigh) Only on Slashdot would this sentence refer to a mathematical method rather than KY Jelly... ( ducks )

      --
      http://instantbadger.blogspot.com
    5. Re:Karma-whoring clarifier by rsilva · · Score: 4, Informative

      I heard this from Dantzing himself in a pleneray at the International Synmposium on Mathematical Programming at Lausanne in 1997:

      In that old days, where computers were new toys, the term programmin had the conotation of "planning". If I remember well, Dantzing said that one of the first uses of the Simplex was to help the Air Force to plan its operations during the war.

      As for the non-implementability of gradient based methods in computers. They are as implementable as ODE solvers. This is the domain of floating point numbers, there is no exact implementations of methods. However, there are many good solvers out there solving thousands of real world problems every day. Since I come from academia, I can said some good solvers emerging from universities: the Galahad library, whose web page also provides a list of other good solver like Minos, Knitro, Snopt, Loqo. There is also TANGO which was written and is mantained by some good friends of mine, and the Open Source (CPL) IPOPT.

      Things don't stop there. There also many methods non non-smooth problems that employ generalization of the classical concept of gradient and Hessians, like bundle methods from Lemarechal and company, or generalized Newton methos (from Qi and company) and much more.

      Optimization is a very rich field from both practical and theoretical aspects. That's why work with it.

    6. Re:Karma-whoring clarifier by bdktty · · Score: 2, Funny

      That's simulation, not sTimulation...

    7. Re:Karma-whoring clarifier by decoutt · · Score: 2, Informative

      Quote:

      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.

      In theory, the simplex method is a non-polynomial-time (NP) algorithm, and actually of the worst kind. It is an extremely clever algorithm: it jumps from point to point in order to check whether it is optimal or not, and it can do so exhaustively and in a coherent way. However, it has to check many many points, so many that in theory is the worst thing you can apply to an LP problem.

      However, it works quite efficient in practice, and for reasonable problem sizes it spits the solution very fast so that someone can put a simplex solver in a loop and bootstrap it with no remorse.

      Of course, nowadays, Interior Point Methods dominate the picture. They are polynomial-time (P) algorithms, they work extremely fast, and they are also very very reliable.

      --
      .sig
    8. Re:Karma-whoring clarifier by LifesABeach · · Score: 3, Informative

      Another way to view the Simplex Method is to find the Identity Matrix for a non-square matrix. It's a very clever way of handling Maximum Profit, Minimum Cost, and Maximum Revenue. This type of problem solving is very interesting when using it to applied systems of mechanics. I never knew the man, but his single contribution changed the way complex systems can be simplified for the great un-washed like myself.

  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. RIP by Ignorant+Aardvark · · Score: 4, Funny

    It's always sad when a great scientific mind dies. And I recall, just recently, someone was joking about using the simplex method to find the best seat in a theater to see Star Wars.

    1. Re:RIP by physicsphairy · · Score: 4, Funny
      And I recall, just recently, someone was joking about using the simplex method to find the best seat in a theater to see Star Wars.

      Well, now we have a motive for the murder, at least.

    2. Re:RIP by FuzzyBad-Mofo · · Score: 3, Funny

      It's always sad when a great scientific mind dies.

      Meh, he'll be back. Just gotta wait 20 or 30 years for the respawn..

    3. Re:RIP by fbform · · Score: 3, Informative
      someone was joking about using the simplex method to find the best seat in a theater to see Star Wars.

      You and the person who made that comment are both confusing the simplex method in linear programming with the Nelder-Mead downhill simplex method in non-linear programming. Yes, I am an optimization geek.

      --
      Time flies like an arrow. Fruit flies like a banana.
  6. 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.
    1. Re:I hope Paul Erdos is right. by Quixote · · Score: 3, Informative
      The one containing all possible mathematical theorems...

      Sorry, that's incorrect. Erdos's "The Book" is supposed to contain only the most elegant proofs. Once in a while a mathematician will come up with a proof that is very elegant; such a proof is referred to as being "from The Book". Of course, there's no such "Book" in real life; one gets to see it only in the afterlife, and that too if one's been good... ;-)

    2. Re:I hope Paul Erdos is right. by mcg1969 · · Score: 3, Insightful

      Actually I figure that mathematicians in Hell probably get to see it as well, so they can be tormented by the knowledge of just how inelegant their proofs were.

  7. LP's by log2.0 · · Score: 3, Informative

    I am actually doing part of my PhD on Linear Programming and the Simplex method. This guy was very smart to come up with what he did!

    The real world application that the simplex method has is HUGE. I think he has made everyones life a little bit better although most people wouldnt realise it.

    --
    Can your karma go above being Excellent?
    1. Re:LP's by HermanAB · · Score: 3, Informative

      LP is commonly used in the design of electronic circuits and filters - so it affected the development of just about anything with a battery or a power cord.

      --
      Oh well, what the hell...
    2. 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?
    3. Re:LP's by log2.0 · · Score: 4, Interesting

      hehe, I was thinking about applying the LP solving technique to these types of games but they made it difficult...For example, in warcraft 3, there are different types of armour and "attacks". So you have to choose which type of armoured and attack units to make. I am very certain that Blizzard looked at the linear space and made sure that the constraints in the system all had the same n-dimensional slope.

      A few years ago, I looked into it for night elves and that was the case for a few units.

      Either way, if the game did have some inbalance, you *could* find it if you could be bothered :)

      --
      Can your karma go above being Excellent?
    4. Re:LP's by Forbman · · Score: 2, Insightful

      Either way, if the game did have some inbalance, you *could* find it if you could be bothered :)

      You've not played these online? You are likely to find out rather quickly some stunningly effective short-term strategies/techniques used against you.

      Nothing like having 50 zerglings show up in your base, for example.

      There are some imbalances that only become apparant when a few thousand monkeys have been set loose at the consoles to see what shakes out. Then, they come out with a patch that, oh by the way, adjusts unit parameters to take the most glaring imbalances away...

  8. 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 HoneyBunchesOfGoats · · Score: 3, Funny

      Well, he was married, so he must have solved that problem. Unfortunately he did not elect to share the proof publicly. :)

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

      Just ask.

    3. Re:Unsolvable geek problems. by Alsee · · Score: 2, Funny

      I think he was hoping for an answer that can actually be used by geeks.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  9. 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!)

    1. Re:I've been enlightened! by rokzy · · Score: 2, Funny

      reminds me of someone's sig - "Microsoft is not the answer, Microsoft is the question. the answer is no."

      not wanting this to be an OS flamefest though, just take the above as a joke or leave it alone.

      the part about handing in unsolvable homework is great, though probably slightly embellished.

    2. Re:I've been enlightened! by papaia · · Score: 3, Insightful
      "...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?..."

      As long as Rush Limbaugh hasn't succeeded in brain-washing all the Americans, some of them may still have a chance to find such tidbits here
      --
      == With enough Will Power, one could move mountains. With enough Brains, one would just leave them where they are ==
    3. Re:I've been enlightened! by WaterBreath · · Score: 4, Informative

      the part about handing in unsolvable homework is great, though probably slightly embellished.

      Indeed. According to Snopes, they weren't unsolvable problems. They were just unproven theorems. He didn't know this, and just thought the assignment was to prove them. And so he did. =)

    4. Re:I've been enlightened! by pcgabe · · Score: 2, Interesting

      Pardon my nerdiness, but...

      >Meaning of life=42, Question=???

      In the fourth book, they devise a method of approximating what the Question was. What they come up with was "What do you get when you multiply six by nine".

      Now, while 6 * 9 = 42 (in base 13), they make a point of mentioning how this method will only approximate the true Question.

      The true Question is, of course, "What do you get when you multiply six by seven" and is mentioned by Arthur several books earlier. He immediately dismisses it as too obvious, overlooking the fact that he is from Earth, the planet/computer designed to come up with the Question. Earthlings' brains work different from other sentient beings, which is also why they can name a place "Belgium" without blushing, and why they are not so adversely affected by Vogon poetry.

      Some could even argue that Earthlings can know both the Question and the Answer simultaneously without going insane, but those people are idiots who haven't been paying attention.

      --
      Don't put advice in your sig.
  10. 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.

  11. 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?

    1. Re:Genius, ha by Anonymous Coward · · Score: 2, Funny

      Better question:

      If he's so smart, how come he's dead?

    2. Re:Genius, ha by unixbum · · Score: 4, Insightful

      It's a well known fact that intelligence is inversely proportional to common sence.

    3. Re:Genius, ha by FuzzyBad-Mofo · · Score: 2, Funny

      Coincidently, it is also well known that mathematical talents are completely separate from spelling ability. For instance, at the very moment you said "intelligence is inversely proportional to common sence", an immense fleet of microscopic warships was consumed by a small dog in the vicinity of Islington. Fortunately this is nothing to be concerned by, because this sort of this is usually Somebody Else's Problem.

    4. Re:Genius, ha by Taladar · · Score: 3, Funny

      That would mean there are a lot of insanely intelligent people out there. I guess I am not the only one who doubts that...

    5. Re:Genius, ha by BlockedThreads · · Score: 2, Insightful

      It is possible that his belief that it was a homework problem gave him the confidence that there was a simple and elegant solution. Without this belief he might never have explored solutions that were "too simple" to work.

  12. 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.

  13. Re:Karma-whoring clarifier X2 by Mr.Zong · · Score: 4, Interesting

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

    Well, to backtrack a bit, we can use linear programming for making predictions "pragmatically". Think the lame old spreadsheet neural net :P

    I mean, saying that linear programming has little to do with computing kind of slaps the best program ever made in its face.

    The Spread Sheet (I default to Excel, but insert you fav modern flavor)

    Excel is probably the most powerful, robust, versatile, used for everything and the kitchen sink, program ever created. It's a freaking Swiss army knife, and it's because of Linear Programming.

    We may not directly use it (ever), but Linear Programming has shaped modern computing as we know it.

  14. At least he was lucky. by Spy+der+Mann · · Score: 4, Interesting

    What happend to me was the opposite.

    A few years ago my math teacher gave us an exam with one particular problem that I couldn't solve. (Apparently a typo or misplaced sign made a rather simple problem into an unsolvable one).
    So I went to the library, researched on the problem, and found out it was unsolvable. I PROVED IT mathematically, but the teacher didn't believe me.
    And my grade wasn't changed! Doesn't that suck!?

    Lesson to be learned: Life's not fair. SPECIALLY with underpaid teachers designing the exams. Hmph.

    1. Re:At least he was lucky. by mc6809e · · Score: 2, Insightful
      Lesson to be learned: Life's not fair. SPECIALLY with underpaid teachers designing the exams. Hmph.


      No amount of money will make a dolt a genius.


      I know. I've tried.



  15. Re:He must be rolling in his grave! by _KiTA_ · · Score: 3, Funny

    Well, the mods wanted to post it, but they were waiting for one of them to mathematically prove his death, and CowboyNeil insisted they show their work.

  16. Re:Oh, now wait a minute... by Simon+Garlick · · Score: 4, Funny

    It's times like these we need a moderation option of "-1, crack baby".

  17. 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 ...

  18. 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."

    1. Re:A new way of teaching? by Lingur · · Score: 3, Interesting

      That's an excellent question. I have always been a bit frustrated in my math classes because they never teach you to think outside the box.

      It's always "Do this if that comes out but do that if this comes out".
      They never, ever, want you to do anything on your own, it's always:

      Teacher: Do this
      Me: But what if we...
      Teacher: Just do it like this, you don't know what your talking about!

      Who knows... maybe my school just sucks.

    2. Re:A new way of teaching? by jd · · Score: 2, Interesting
      Actually, no, yours is not the only school. I ran up against that kind of mindset many times in England and eventually learned to "dumb down" my thinking for the benefit of the school/University.


      I can remember all kinds of arguments and debates I did have, before then, over such things as NP-Complete problems (as related to network topologies), and the like. Although I did not prove NP-Complete (if I had, you'd be reading ABOUT be, not from me), I believe that this is a solvable problem and that I gained at least some insight into the perceptions that underly why it is such a difficult challenge.


      The difference between me and George Dantzig? About the same as between be and Neanderthal Man. Neanderthals had the capacity to do a great deal of creative thought, lateral thinking, etc. They didn't, not because they couldn't, but because they never took the steps it would have required.


      Likewise, I may very well have the mental capacity to solve all sorts of complex, abstract problems. I've an IQ of 148, my range of knowledge in science and technology is extensive, but I've never really put that intelligence to the kind of use that it is theoretically capable of.


      George Dantzig did. THAT, and nothing else, is what makes him the genius and me the Slashdot reader. Which is all credit to him. It is very tough to overcome real or imagined social conditioning that says that we should all be dumb and unthinking, and whilst I don't easily give into that, the difference is that George Dantzig clearly did not give in at all, but rather ignored it completely.


      Unsolvable? Hah, mere homework.


      Y'know, it wouldn't surprise me if schools expected students to have that kind of attitude, rather than one of "if the examiner is in a bad mood, we'll fail anyway, so we might as well not put in any more effort than we need to, to scrape by", that schools would produce such minds as a matter of course.


      "Genius" is not really that rare of a thing for biological reasons. It is rare because we tell the next generation that it is rare. The only two groups who really succeed in life are those who are damn certain they're geniuses and work damn hard to prove it, or who drop out enough not to be affected by such banality.


      All it should really take, to produce an entire nation of Einsteins and Dantzigs is to encourage even the briefest glimmer or the slightest spark of thought.


      To me, the greatest honor we can give the greatest minds of all time is to allow all the other great minds to be as great as they want to be, rather than trampling them down into the mud as though creative thought were somehow dirty and disgusting, if it isn't in a different century and preferably a different country as well.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:A new way of teaching? by Catullus · · Score: 4, Insightful

      I'm sorry, but I have to disagree. While there are, of course, many bad teachers, there are also many who encourage creative thinking and reward originality.

      "P=NP?" and many other important problems in theoretical computer science are also perfect examples of problems that could be solved by someone working on their own, without even needing much input from a university. The reason that they haven't been solved so far is that they're hard - not because teachers have been "trampling creative geniuses down into the mud".

      Scientists (usually) do science because they want to discover new, exciting and creative things - not because they want to suppress independent thought.

      I'm also kind of amused by your claim that you'd have achieved as much as George Dantzig if you hadn't given in to all that "social conditioning" thrust upon you.

    4. Re:A new way of teaching? by GreatBunzinni · · Score: 2, Interesting
      Likewise, I may very well have the mental capacity to solve all sorts of complex, abstract problems. I've an IQ of 148, my range of knowledge in science and technology is extensive, but I've never really put that intelligence to the kind of use that it is theoretically capable of.

      Don't forget that IQ is meaningless. First of all, it is a quotient between two numbers that are supposed to measure inteligence (how do you measure something which isn't even defined?). Second, the IQ test was designed with children in mind (the IQ compares the subject's test score with the supposed normal score for the kid's age), to be able to filter the supposedly more advanced kids. And third, it is shown again and again that the test is absolutely meaningless. It is even not supposed to be applied to people over 18. The only practical use that is given to IQ tests is from those that are tested and have a high score. They use it again and again to try to elevate oneself above the others and to try to justify the unjustifiable: a supposedly higher inteligence.

      P.S.: Boy, you are just full of yourself, aren't you?

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    5. Re:A new way of teaching? by Skye16 · · Score: 2, Interesting

      I don't know if it's just your school, but I know the Calc I and II prof I had at the University of Pittsburgh at Johnstown was way different. He didn't want to just tell you a method and have you figure it out. First he went through why it was necessary to come up with a method for solving a certain type of problem, and then he worked with us to come up with our own way through it. Sometimes it took 2 or 3 classes before we finally figured out how to actually do it (eventually he would give us hints to guide us, but he mostly wanted to see what we were going to come up with on our own). Having had Calc before I went to college, I knew most of the methods, but I didn't know how those methods were discovered in the first place. This made my calc class somewhat difficult (in that I had to show up), but I also learned an awful lot as well.

      It's been about 5 years and everything is hazy, but I remember on our final project in calc 1, we had to do a series of somewhat-related problems that lead us to answering the final question, write a paper on it, and show some nice diagrams. I was skimming through the final problem and I realized there was a different - and much easier way to solve it. I did it and showed him and he told me to include it in with the paper, but to do the others as well. The two "math guys" (myself and another) finished our part, and the "paper people" wrote up the paper (which was a bad idea). The math was right, but the paper was messed up. However, by turning in the new method of solving the problem, we got enough bonus points to give us a perfect grade on the final project.

      I had him later for a Math History class as well (not just memorizing mathematicians and dates, but also how they determined their methods and why) and we had various problems to solve. There were a few times where I (and others) would do it in a different way to what he had expected us to do it, but that just made him even happier when it happened. He never shut us down on new method we used, even if he was pretty adamant on us at least learning how it was usually done. I still think he was one of the best professors I ever had.

      Other than him, though, that whole college sucked. There were a good 4 professors that I had that I thought did an amazing job of teaching. The others were just a big waste of time. I was better off teaching myself from the book and saving myself all the time I would have wasted sitting through their pointless classes.

    6. Re:A new way of teaching? by jallen02 · · Score: 2, Interesting

      One of the greatest faults anyone can possess is an inflated view of ones self. It is REALLY common. If you read about many people who have performed amazing works you will find they don't think to much of it. They are just doing their best. There are some people who are smart and they both know and act like it.

      I think the best strength/flaw in human existence is TRULY knowing where you stand as a strength and thinking more highly of yourself than you actually are as a flaw. Its quite insidious because in America you MUST make yourself truly valuable and sell yourself as valuable after developing marketable skills. So you get used to promoting yourself. Unfortunately most people don't understand where to stop with the self promotion and they develop a much higher view of themselves than they should. It is really hard to keep yourself grounded, but if you pay attention life regularly serves up humility :)

      Jeremy

    7. Re:A new way of teaching? by danharan · · Score: 2, Insightful

      If you are so smart, learn to undo your conitionning.

      --
      Information: "I want to be anthropomorphized"
  19. Translation by autojive · · Score: 5, Funny

    Translation for today's college students. :-)

    Link

    --
    I wish my lawn was emo, so it would cut itself.
  20. Mother by cloudmaster · · Score: 4, Funny

    Am I the onlyone who read this and initially thought something along the lines of "what does Glenn Danzig have to do with Pi"?

  21. Re:Unsolvable? by Anonymous Coward · · Score: 2, Informative

    If something is unsolvable, coming up a solution is definately impossible. If now we see a solution, that means the person should not have claimed unsolvable. It is at most "no solution to date"

    *sigh* ...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."

  22. Interview ref by Jimmy+Breeze · · Score: 3, Informative

    College Mathematics Journal, 1986, 16(4), 292-314

  23. No big loss by andy@petdance.com · · Score: 3, Funny
    It's hardly a loss.

    None of his solo stuff after he left the Misfits was any good.

    "Muthaaa!" indeed.

  24. 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
  25. reminds me a similar story by Muhammar · · Score: 3, Informative

    Kids in a second grade class in Brunswick, Germany were asked to sum all integers from 1 to 100. That should have kept them busy for a while but some 8-year old boy - son of a peasant gardener - said in bored voice: "the result is 5050 of course, 50 times 101 ". His name was Gauss.

    --
    I doubt that we will ever figure out - and I suspect that even if we did figure out we couldn't do much about it
    1. Re:reminds me a similar story by QuantumG · · Score: 2, Funny

      Jesus man! Did you ever stop to think that he might have been there? You insensitive clod.

      --
      How we know is more important than what we know.
    2. Re:reminds me a similar story by Katchina'404 · · Score: 3, Informative

      Either are correct. It depends on how you split the problem... Think about it.

      You're calculating the average (50,5) and multiplying it by the number of items (100). 50,5 * 100 = 5050.

      The other way is to add 1 + 100 = 101, then 2 + 99 = 101, etc, up to 50 + 51, hence 50 * 101 = 5050.

      --
      Ceci n'est pas une signature
  26. familiar by Penguinoflight · · Score: 2

    This is the same feeling I got when studying Physics 2 with no in-depth lecture and a poorly written book. Einstien's theory of relativity just makes rules about what cannot be, and when you look at things as if they cannot happen, usually they dont.

    I guess it can be summed up by "choose your battles" although that is a fairly passivist theology.

    --
    "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
    1 John 4:14
  27. 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
  28. Travelling Salesman Problem by raga · · Score: 2, Interesting
    Dantzig (with Fulkerson and Johnson) was also the first to publish a TSP algorithm that optimized a 49-city tour. Of course these days, 13k-city solutions are considered par for the course, but back in the 1950's a 49-city tour was a very big deal.

    Another thing I'll remember him for is his interesting exercise in urban design Compact City

    cheers-raga

  29. Further clarifier by jd · · Score: 3, Informative
    Simplex is also known as Operational Research, as early versions were used during military conflicts as a way to produce the optimum use of planes/ships/men in a combat zone, allowing for time spent away from the front-line.


    The military value of Simplex was simple. Resources cost money. Lots of money. You also, generally, don't have that many of them. You desperately need to get them to as many missions as possible in the shortest time (allowing for flight times to and from zones, refuelling, etc), allowing for repairs and replacements.


    You've also got to find the optimum distribution of fuel, weapons, bases, etc. as the further these places are from where they need to be, the greater the risks (travel is dangerous) and the greater the delays.


    Simplex is not "ideal" for a problem of this complexity, but it does a hell of a lot better than guesswork and pencil & paper solutions on the back of an envelope, which is what the British War Office was often reduced to in World War II. They had RADAR, which helped for defence, but offense was substantially more problematic.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:Further clarifier by StrawberryFrog · · Score: 2, Informative

      Simplex is also known as Operational Research

      While Operations researchers do use this algorithym, Operations Researchers would be very upset if you claimed that thier field was just this method.

      O.R. in general is the use of mathemicatical, statistical and simulation methods to model and improve the way that companies work, and make their operations more cost-effective. The transport sector is a major employer e.g. it costs more than a few million and takes years to build a railroad - you'd like to know beforehand just how many people are likely to use it if you do. It costs loads of money to have to fly an empty 747 in from New York because you need it in London today. You'd like to plan your air schedule so that doesn't happen.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

  30. Re:It's 2005 ... by TapeCutter · · Score: 2, Insightful

    I worked for many years on a large Telco's work dispatch system based on LP, (8000 users & ~30,000 "jobs" per day). The LP algorithim ran in the background and updated the dispatch plan every 15 minutes, I'm not sure if it "contributed to the well-being and stability of the world".

    From what I can gather airline reservation systems probably work on a similar "dynamic" scheduling system.

    --
    And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
  31. the story by Statman · · Score: 3, Interesting

    I remember taking my required Probablistic Models in Operations Research course back in 2003. I wasnt doing too well in the class and miserably failed my first test. The second half the semester was spent on the simplex method. I remember the class before the test our professor, rather than reviewing decided to mention the names of some prominent Mathematicians. George Dantzing was one of them. How I despised him at the time for nearly ruining my academic life! I would always screw up some thing while trying to do the simplex method. The pivot tables etc. Just too much to keep track of in my head I suppose. I studied my ass off to learn the simplex method. One hour before the exam, I had figured it out. I was so happy that I went searching for a program for my ti89 calculator to check my answers. Low and behold victory was mine!! I will never forget that day cause I strugged so much to learn the simplex. Only later did I realize the significance of what this man had done. RIP

  32. Re:For those of you who don't know anything about by Anonymous Coward · · Score: 2, Insightful

    It shouldn't be a surprise if you think about it. Linear programming is the simplest generic form of constrained optimization -- the objective function is linear, all the constraints are linear, and that's it. Once you have figured out how to solve the simple case efficiently, you can use it as a basis to develop solutions for more complicated problems.

    And of course, optimization is found everywhere you want to do something in the cheapest, fastest, or otherwise most effective way possible. Sometimes you can make an accurate non-linear model that is solvable, but most of the time you need to simplify the situation. Once you simplify enough, you'll end up with the simplest possible objective function and constraints, in other word, a linear programming problem.

  33. Wikipedia link by etnoy · · Score: 2, Informative

    Wikipedia's article on Dantzig. Still a bit thin, but contributors are of course welcome to add up to it!

    --
    Quantum hacker.
  34. Not really... by Kjella · · Score: 4, Interesting

    ...if you had a unique goal function and linear equations perhaps. First of all, you are playing against an opponent, so the optimal strategy will depend on his strategy. If they have done this well, there should be a "scissors-paper-rock" balance with no dominant strategy. Secondly, the strength of a battle group is not linear (that is why you have a certain mix of heavy fortifications, long-range artillery, light troopers etc etc). It's not like you can describe it as A*x1+B*x2+C*x3.... = strength, because any one troop type alone would probably be wiped out quickly (unless you have a dominant type, which would make the game rather silly).

    Kjella

    --
    Live today, because you never know what tomorrow brings
  35. You're all missing a very important point! by Seumas · · Score: 3, Funny

    You are all missing a very vital and important point here.

    HE DIED ON FRIDAY THE 13th!

    Dear god, when will the madness end? When will we do something about these evil days? Sure, Ashcroft deals with the evil black cats (or was it calico), but what did he do about the terrorism that is friday the 13th?!

    DEAR GOD, MY FELLOW AMERICANS, WON'T YOU PLEASE THINK OF THE CHILDREN!!!

    (And the elderly scientists).

  36. ntpdate by Piranhaa · · Score: 2, Interesting

    Does anybody see anything wrong with this picture? Died on May 13th... Today's date: May 23rd
    To me it seems as though there was a 10 day delay. Did it take that long to realize who this guy was?

  37. From the FWIW department... by Spock+the+Baptist · · Score: 3, Interesting

    What I find interesting is that his father Tobias Dantzig. Ol' Tobias was a Russian mathematician, was a student of Henri Poincaré at the Sorbonne and the author of NUMBER: The Language of Science.

    As a physics major, and grad student I bumped into a couple of three fellow students in physics that were down right scary. In all three instances they came from academic families and had *very* strong backgrounds in the subject.

    One of these guys had a dad who was a professor of physics, and a mother who was a professor of mathematics. This dude graduated college Summa Cum Laude (he had a 4.0) in three years with a double major in physics and math. He was a really nice guy, quite athletic, and ---drum roll please-- dated regularly.

    One seriously scary dude...

    One day I said something to one of my physics profs about the dude and my prof told me about his background. My prof who was 'grand old man' of the department point out that having a background such as this fellow had put him at *great* advantage with respect to other students.

    My prof was not putting the fellow down. He's point was the the fellow was without question quite gifted, but those gifts would not have been realized without his background.

    --
    "Oh drat these computers, they're so naughty and so complex, I could pinch them." --Marvin the Martian
  38. I was wrong. Thought the story was about Huffman by ishmalius · · Score: 2, Informative

    For years, I had confused the parable of the prodigal student with that of David Huffman (of the ubiquitous huffman code). But the story is very similar. He said that he never felt famous until he saw his code spelled with a small 'h'.

  39. Same here. by renehollan · · Score: 3, Interesting
    While an undergrad, and later in grad school, I knew this short (I am short at 5'7", but he was shorter, about 5'2"), Vietnamese fellow, who spoke in halting English. He was scary brilliant.

    I remember his Masters' Thesis defense well. At one point he made an assertion and proceeded to use it as the basis for a greater proof. He was interrupted by one of his examiners, who noted something to the effect that he hadn't mentioned that his proof was conditional on the "blah" conjecture having been proved.

    He stopped, looked somewhat confused, and then a look of understanding and pride swept across his face. In his halting English he responded, "No. Wait. I prove. Last week. I have preprint of paper. Want see?" (Yes, he did, and it turned out to be correct).

    As I recall, there were two more such incidents during his defense, which lasted about two hours.

    Needless to say, his thesis was accepted as submitted (which is rare: most Masters' thesis are accept "with minor modification" (as in, someone found a typo, or an uncited reference)). What's ironic is that he'd effectively had enough material for three PhDs in that Masters thesis.

    He went on to a doctorate, and possibly a post-doc in Mathematics.

    What's really scary is that he claimed to have an older brother who was much smarter than he was.

    --
    You could've hired me.