Slashdot Mirror


Open Source Math

An anonymous reader writes "The American Mathematical society has an opinion piece about open source software vs propietary software used in mathematics. From the article : "Increasingly, proprietary software and the algorithms used are an essential part of mathematical proofs. To quote J. Neubüser, 'with this situation two of the most basic rules of conduct in mathematics are violated: In mathematics information is passed on free of charge and everything is laid open for checking.'""

46 of 352 comments (clear)

  1. Lol by Matt867 · · Score: 5, Funny

    Thanks for the article, now some crazed company is going to try to copyright math.

    1. Re:Lol by Anonymous Coward · · Score: 5, Funny

      I am going to copyright 0 = 1.
      Any software that contains i = i+1 must license my math.

    2. Re:Lol by Dunbal · · Score: 4, Funny

      Sorry, but I've already patented the systematic use and manipulation of abstract symbols representing real world quantities in order to derive relationships.

      --
      Seven puppies were harmed during the making of this post.
    3. Re:Lol by Plutonite · · Score: 4, Funny

      Sorry, but I've already patented the systematic use and manipulation of abstract symbols representing real world quantities in order to derive relationships. And I've copyrighted proverbial hand-waving. Together, we hold the scientific community hostage!
    4. Re:Lol by william_tell · · Score: 3, Funny

      I wish I figured this out in school. All those times the teacher would ask me to show my work. I could have just said, "Sorry but my solution is proprietary, and therefore I can't show my work."

    5. Re:Lol by donscarletti · · Score: 3, Funny

      The assertion i=i+1 just made the field of complex numbers one step more, um, complex.

      --
      When Argumentum ad Hominem falls short, try Argumentum ad Matrem
  2. Python is part of the answer by Ckwop · · Score: 5, Insightful

    I am no a mathematician but surely if you're going to submit a computer aided proof you must submit a full copy of the program. The are all manor of subtle mistakes that can be made in a program that could cause serious problems with a proof.

    Suppose you inspect the source and find it to be faultless, how can you trust the compiler. And if you hand compile the compiler, how can you trust the CPU? Surely it's turtles all the way down.

    In many ways, establishing the correctness of a computer-aided proof is very much like security engineering. You want to verify that the whole software stack is operating correctly before you can trust the result. Having the source-code is a pre-requisite to this exercise.

    Changing to topic slightly, I was particularly heartened to see that the open-source mathematics framework being developed one of the authors of the article involves the use of Python.

    My immediate thought when seeing the title to the article was "Python is the answer." When some problem or algorithm intrigues me the first thing that happens is that I reach for the Python interpreter.

    Python seems to deftly marry precision with looseness. When code is laid out in Python I find it is easier to see what it's trying to do than other languages. It's aesthetic qualities aside, it supports a number of features out of the box which I imagine would be ideal of mathematicians. To list a few, it's treating of lists and tuples as first class objects, support for large integers, complex numbers, it's ability to integrate with C for high-performance work.

    I often think of Python as "basic done right" and it's ideal for mathematicians (or anybody) who don't want to think about programming but the problem at hand.

    Simon

    1. Re:Python is part of the answer by snarkh · · Score: 5, Interesting

      I have seen from personal experience, how a compiler error (some sort of incorrect optimization) led to a subtle difference in the results of a simple classification task.

      The insidious thing about that particular result was that it looked very similar to the correct. In fact the difference would not have been found if two people did not run different versions of code independently (and more or less coincidentally) arriving to slightly different error rates.

    2. Re:Python is part of the answer by nwbvt · · Score: 5, Informative

      I used Python fairly extensively in my number theory course back in college, it did the job fairly well. Its support for large integers was especially important for that class. And the fact that it was very familiar to me (I was a double major in CS and math), it was very easy for me to crank out an algorithm in it. However, most of the book's examples were in Mathematica, which I ended up getting as well. It was a neat tool, but now that my student license has expired and I don't feel like spending a few grand on another license, everything I wrote in that is useless. However I can still pull out my old Python programs and see what it was I was doing.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    3. Re:Python is part of the answer by Dunbal · · Score: 3, Insightful

      The are all manor of subtle mistakes that can be made in a program that could cause serious problems with a proof.

      No mistakes. After all, the Ultimate Answer really is 42. My program proves it!

      #define MYANSWER "42"

      int main()
      {
            printf("The result is: %s.", MYANSWER);
      }


      No, you CAN'T have the source code... but look, my program proves it! LOOK AT THE PROGRAM!

      --
      Seven puppies were harmed during the making of this post.
    4. Re:Python is part of the answer by poopdeville · · Score: 4, Insightful

      I am no a mathematician but surely if you're going to submit a computer aided proof you must submit a full copy of the program. The are all manor of subtle mistakes that can be made in a program that could cause serious problems with a proof.

      I am a mathematician. Your referees might ask to inspect the source code. This is akin to a biologist being asked to produce her raw data. But it's pointless anyway. Because...

      In many ways, establishing the correctness of a computer-aided proof is very much like security engineering. You want to verify that the whole software stack is operating correctly before you can trust the result. Having the source-code is a pre-requisite to this exercise.

      The AMS isn't worried about the correctness of these "proofs." They aren't proofs. It is logically possible for one of these programs to return the wrong answer, even if the program is correctly implemented. Ergo, it is not a proof.

      Computing, in mathematics, is a source of fresh problems and a vehicle to explore and gain insight about mathematical structures. The AMS is far more concerned about good exploratory algorithms getting swept up by Wolfram Inc., and Mathworks, and the like, and never being seen by mathematicians again.

      Regarding which language is approriate for mathematics, the answer is whichever clearly expresses the idea you're trying to write. Lexical scoping is familiar to us. I know I prefer it, since it lessens my cognitive load. I prefer dynamically typed languages. I need the ability to construct anonymous functions efficiently. And I would prefer automatic memoization. Development time is always an issue. Most languages don't come with extensive mathematical algorithm libraries. So you'll either have to write them yourself (time consuming; boring, unless you're into that stuff) or find some. I've used Perl, Ruby, Scheme, and C.

      --
      After all, I am strangely colored.
    5. Re:Python is part of the answer by El_Isma · · Score: 5, Informative

      Let me recommmend you Maxima http://maxima.sourceforge.net/
      It's a GPL Computer Algebra System and it's in active development. I use it all the time.

    6. Re:Python is part of the answer by jelle · · Score: 3, Informative

      From your description, it sound as if you found that the code returned different results at different optimization settings for the compiler, but did not pinpoint what instruction sequence exactly caused the difference.

      Unless you were using an experimental compiler, that usually means a bug in the code, not a bug in the compiler. Run the code with valgrind, you'll probably find out-of-bound addressing, or uninitialized reads (the signs of the problem being in the code, not the compiler)... Or if you use threads, it can also be in your locks...

      The reason for that is that such code bugs often result in different code execution at different compiler optimization settings.

      --
      --- Hindsight is 20/20, but walking backwards is not the answer.
    7. Re:Python is part of the answer by jrminter · · Score: 3, Informative

      In addition to octave and maxima, there is sage. I have been impressed.

    8. Re:Python is part of the answer by Garridan · · Score: 4, Informative

      Disclaimer: I'm a Sage developer.

      Sage has a very good solution to this: Cython. It's a very easy language, almost identitical to Python, which can be used to bind C to Python (for instance, we use GMP and GSL extensively through Cython) as well as compile Python-like code to C, which can be accessed by Python & vice verse. It's very intuitive, and very fast.

  3. speaking of proprietary by larry+bagina · · Score: 3, Insightful

    The article (which is actually a PDF, thanks for the warning) uses proprietary fonts (LucidaBright). While it was typeset with TeX (open), only the PDF (closed and uneditable) is provided.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:speaking of proprietary by Main+Gauche · · Score: 5, Funny

      "While it was typeset with TeX (open), only the PDF (closed and uneditable) is provided."

      Indeed. Now we are left wondering whether the TeX code is buggy. Like maybe an extra character accidentally slipped into the file.

      therefore mathematics software should %not
      be open source!

      Now we'll never know.

    2. Re:speaking of proprietary by StormReaver · · Score: 3, Informative

      "While it was typeset with TeX (open), only the PDF (closed and uneditable) is provided."

      PDF is neither closed nor uneditable. Adobe publishes the complete PDF format for anyone to use free of charge. It may not be FSF Free (since Adobe requires that implementers adhere to certain rules that violate the principle of Free), but it's definitely not closed. Also, KWord will import it for further editing, text and images, so it's not uneditable (even if it's not ideal).

      I agree with your main point, but let's cut PDF some slack.

  4. Should journals reject such proofs? by davidwr · · Score: 3, Insightful

    Algorithms cannot be protected by copyright, only by patents and trade secrets. If the algorithm is a trade secret, it has no place in a mathematical proof because it cannot be shared with the world and verified or refuted by anyone interested in doing so.

    If the algorithm is part of a patented device or piece of software, its use in a mathematical proof is not subject to the patent on the grounds that pure math cannot be patented.

    If journals and academic societies refused to publish proofs based on trade secrets and insisted on a covenant not to enforce the patent against researchers doing purely mathematical research or those who publish the research, the problem would mostly go away. An alternative to the covenant is congressional action or a court ruling that says with absolute clarity that mathematical research is exempt from math-related patents directly related to the research.

    --

    Personally, I'm against all such patents but I'm not holding out hope that Congress or the Courts will agree with me.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  5. Not Proven by nagora · · Score: 3, Insightful
    If a "proof" is published with some steps or information excluded then it's not a proof, it's just an assertion.

    TWW

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    1. Re:Not Proven by ciaohound · · Score: 4, Informative

      As a high school math teacher, I am familiar with some of the details of Thomas Hales' proof of Kepler's "Cannonball" Conjecture, concerning the most efficient way to stack spheres. When he first published his proof in 1996, he included the source code for the programs that were used to do the calculations for the thousands of possible sphere configurations. I think most of the code was actually written by his graduate assistant. At first that struck me as cheating -- "... and then this program runs. Q.E.D." -- but then I realized that if anyone else was to verify his results, they would need the programs. There are just too many calculations to perform without software, which is why the conjecture went unproven for four hundred years. But without the source code, it would smack of charlatanism.

      --
      Oh, yeah, it's not easy to pad these out to 120 characters.
  6. Propriatary Software by calebt3 · · Score: 4, Funny

    Increasingly, proprietary software and the algorithms used are an essential part of mathematical proofs Like Excel's 65,535-equals-100,000 formula?
  7. Welcome to the world of modern research ... by MacTO · · Score: 4, Interesting

    This problem goes beyond mathematics, and reaches into many of the sciences. Mathematicians and scientists often place undue trust in complex software systems, simply as a matter of getting the work done faster rather than producing higher quality research. Sometimes it is a case of handling large volumes of data, in which case human intelligence and discretion is a bottleneck. Sometimes it is a matter of finding numerical solutions where analytic ones are difficult (if not impossible) to find at present. And, in the case of mathematics, I'm guessing that they are using it as a shortcut for those difficult analytic solutions.

    Then again, I must really ask if the mathematician in question understands what they are doing if they are using software as a shortcut for difficult analytic solutions. After all, if they don't understand the algorithms well enough to do the work themselves, who is going to say that they understand the limitations of the rules that they are asking the computer to apply.

  8. PDF rant. by serviscope_minor · · Score: 4, Insightful

    Why does this keep coming up on ./? What is wrong with PDF? It's undeitable, sure, that's kind of the point. However, the spec is accessible, and there are plenty of open readers, e.g. xpdf and ghostscript.

    Really, what is wrong with PDFs and why should they require a warning?

    By the way, all scientific papers are disseminated by PDF.

    --
    SJW n. One who posts facts.
    1. Re:PDF rant. by izomiac · · Score: 3, Interesting

      The main reason they should need a warning is because they aren't webpages. Either they get loaded through a browser plugin or they must be downloaded. In the former case, most browser plugins are slow to load, and nearly impossible to stop from loading, so a warning is nice. In the latter case they take a bit of effort to open and often people are too lazy (a warning isn't critical though). In both cases they are more inconvenient to use than HTML or text, so that's why I personally don't care for them. (IMHO, for online documents: html >= txt > rtf > pdf > jpg >> doc)

  9. Not necessarily bad in all cases... by Ardeaem · · Score: 4, Insightful
    There are some programs which can aid proofs that are closed source. This doesn't HAVE to mean that steps of the proof are omitted. Take, for example, Mathematica for the Web. It can spit out a result, including all the steps (try a derivative). Or check out a sample Otter proof. Mathematica is closed source, Otter is open source. However, even if both of these were closed source, all the steps would be laid bare for all to see.

    In other cases, like the proof of the four color theorem, it seems like the source code is important to see, but not essential. Pseudocode should suffice. Providing pseudocode is akin to saying things like "Simplifying expression (1) yields..."; we don't have to provide EVERY step, but with pseudocode you have enough to determine whether the algorithm itself will work. Checking the source code beyond that is akin to checking someone's algebra.

    Just because we don't know how the program arrived at the steps it did doesn't mean that we shouldn't use it; we can usually check the steps. After all, the human brain has been a closed-source proof machine for thousands of years, and no one has complained about that :) Just require pseudocode in computer aided proofs, and it should be sufficient.

  10. What about hardware? by LM741N · · Score: 3, Insightful

    I would think that hardware errors would be an even worse problem, like the old Pentium bug, since they are so insidious.

  11. Ruby could be the answer as well by Gadzinka · · Score: 4, Interesting

    Python seems to deftly marry precision with looseness. When code is laid out in Python I find it is easier to see what it's trying to do than other languages. It's aesthetic qualities aside, it supports a number of features out of the box which I imagine would be ideal of mathematicians. To list a few, it's treating of lists and tuples as first class objects, support for large integers, complex numbers, it's ability to integrate with C for high-performance work.

    I often think of Python as "basic done right" and it's ideal for mathematicians (or anybody) who don't want to think about programming but the problem at hand.
    I could also recommend Ruby for the job. It has all the features you recommend, and more. If you could forget for a moment about the monstrosity that is Rails (I don't know, lobotomy might do the trick), the language in itself is quite beautiful.

    There is one special feature of Ruby, that I miss in every single programming language I used since: iterator methods. Any time I want to iterate over elements of an array or hash I just do:

    myhash.each_pair do |key,val|
      puts "#{key}: #{val}"
    end
    That's it, instant "anonymous function" given as a parameter in estetically pleasing syntax. In fact, "for" loop in Ruby is just obfuscated way of calling method #each on an object. But the madness doesn't stop here:

    File::open("somefile.txt") do |fh|
      fh.each do |line|
          puts line
      end
    end
    It's a pity that so many people disregard Ruby as a "platform for Rails". It is a feature complete countepart to Python, and as my company high volume systems can attest, can handle anything other languages can handle.

    Robert
    --
    Bastard Operator From 193.219.28.162
    1. Re:Ruby could be the answer as well by Just+Some+Guy · · Score: 3, Informative

      Actually, dict.iterkeys() returns an iterator of that dict's keys alone. You wanted:

      for key, value in mydict: print '%s: %s' % (key, value)

      or even just:

      for item in mydict.iteritems(): print '%s: %s' % item
      --
      Dewey, what part of this looks like authorities should be involved?
  12. Re:Openness is Fundamental to Mathematics by s20451 · · Score: 3, Insightful

    Well, don't get your panties in a big bunch over this. Humans make mistakes in proofs all the time, many of which are not caught before publication (and many not even for some time afterward).

    Also, although it's not in the field of theorem-proving, the mathematical package I use the most -- MATLAB -- is a million times better than the open source equivalent, Octave. I'm not going to use Octave simply because I can inspect the code, because who does that? An error in a software proof would be pretty obvious if it were checked with another independently written piece of software. With MATLAB, I can write my own alternative algorithm using C if I need to, though with significantly more effort and annoyance.

    Furthermore, mathematicians are smart people who are fully aware of the implications of their assumptions, probably moreso than any other group of people I have encountered. Reading the set of comments accompanying this article, saying what mathematicians should and should not consider a proof, is like watching monkeys trying to use a can opener.

    --
    Toronto-area transit rider? Rate your ride.
  13. Coq is another interesting tool by DrYak · · Score: 3, Informative

    We may also mention Coq, a proof assistant wich is available under LGPL and runs on OCaml (which in turn is also open sourced and available on Linux).

    This is a tool that can help mathematician prove their theorems.
    It was notably being used in the proof of the four color theorem, as mentioned on /. (article about machine assisted proofs).

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  14. Maths...... by Seoulstriker · · Score: 5, Funny

    Look around you. Look around you!

    That's how I learned maths in high school.

    --
    I am defenseless. Use your button. Mod me down with all of your hatred.
  15. Norman Megill's Meta-Math for proof verification by ClarkEvans · · Score: 3, Informative

    http://metamath.org/ has been around for 15 years or so; it has a very nice text-based proof expression, a huge library of existing proofs and a graphical visualization tool

  16. Re:look at who's speaking... by William+Stein · · Score: 3, Informative

    The AMS did not write that article. I wrote the article as an opinion piece and the AMS published it. They do not necessarily agree with the points made in the article.

    By the way, the article is not about formal automated proofs. It is about what is now standard procedure in mathematical research, namely proofs that look like this:

    [Formal mathematical argument] ... and (using [Mathematica|Magma|...]) we deduce that [...].

    It's incredibly common right now when reading published mathematical papers to see random citations to using closed source software to do key steps of calculations. Usually even the code used to get the closed source program to yield the result isn't given.

    The way many mathematicians read proofs is that they often basically skim the argument to get a general idea of what it is about. Then they decide they want to prove something similar or related, and they "dive" into the most refined details of some key part of the argument. When a part of the argument is "... using Mathematica we deduce ..." this gets very very frustrating, since one just hits a brick wall. And, in practice, reimplementing -- with enough optimization to make it useful for research -- just one or two key functions from Mathematica or Magma, can take literally years of work (in fact, that's exactly what I've been doing the last few years with http://sagemath.org/). And sometimes exactly that is necessary to go beyond what has already been done, i.e., to do research.

      -- William Stein

  17. Re:Why I don't trust Python by Just+Some+Guy · · Score: 3, Informative

    >>> 1.00 - 0.01
    0.98999999999999999

    I'm too lazy to see if that's the IEEE 754 result or not (but I suspect it is). But three things in Python's defense:

    1. Floats can only store exact values for the fractional part when the denominator is a power of 2. The "100" in "1/100" isn't a power of two, so IEEE 754 cannot represent it perfectly.
    2. .999999999... == 1, so the answer is still correct.
    3. If you must have exact answers, use the Decimal type:

      >>> 1 - decimal.Decimal(".01")
      Decimal("0.99")
    --
    Dewey, what part of this looks like authorities should be involved?
  18. Sage by Anonymous Coward · · Score: 3, Informative

    Sage( http://www.sagemath.org/ ) is currently the most full=featured open-source computer algebra system. It is being developed by the two authors of the AMS opinion piece (and many others including myself). Our goal is to provide a free, viable, open-source alternative to Mathematica, Maple, MATLAB, and Magma. Some nice features of Sage include:

    * It uses Python as its programming language so that you can use any existing Python modules with your Sage programs.
    * Sage also includes Cython ( http://www.cython.org/ ) which is based on Pyrex and allows one to easily compile Python code down to C for speed.
    * Sage's notebook interface with also interface with pretty much every existing computer algebra system, open-source or not.
    * Sage includes Maxima, GAP, Scipy, Numpy, and many other open source math packages.
    * A very active developer community. If there is something that you need Sage to do, chances are that there will be a number of developers willing to help you out.

    For some screenshots, see http://www.sagemath.org/screen_shots/ .

    One of the things that Sage needs most now is more users. So, if you have an interest in open source math software, definitely check out Sage.

  19. Re:Why I don't trust Python by fredrikj · · Score: 4, Informative

    Python calculated exactly what its documentation says it will do: ((1 minus the IEEE-754 double closest to 1/100) rounded to the nearest IEEE-754 double). It's not Python's fault if you don't know the basics of floating-point arithmetic. Mathematicians who use or write numerical software do.

    I recommend reading What Every Computer Scientist Should Know About Floating-Point Arithmetic.

  20. seriously, wtf? by tetromino · · Score: 4, Informative

    The article (which is actually a PDF, thanks for the warning) uses proprietary fonts (LucidaBright). While it was typeset with TeX (open), only the PDF (closed and uneditable) is provided.
    Oh, where to begin...
    1. The only reason you would need a "PDF warning" is that you use an operating system with poor support for the format (i.e. Windows). Switching to a real OS, among other benefits, will make reading math papers (which are almost always in PDF format) a pleasure.
    2. PDF is an open standard, which has been implemented by many different parties: Adobe and Apple have closed-source implementations; freedesktop.org's poppler and cairo libraries are Free software.
    3. The fontface chosen by AMS is orthogonal to the content of the paper - you can easily copy-paste the text and use Computer Modern, Dejavu, Liberation or any other open-source font of your choice. Why would a proprietary font embedded in a PDF file bother you any more than the proprietary fontface of a book?
    4. First of all, PDF is editable. And second, why would you want to edit this particular document? Remember, it's copyrighted by AMS - if you can't prove fair use, you do not have the right to distribute a modified version.
  21. Math is "Free", MY LILY-WHITE ASS. by mosel-saar-ruwer · · Score: 5, Insightful
    In mathematics information is passed on free of charge and everything is laid open for checking.'

    I'm not going to disagree with the "laid open" part, but the "free of charge" nonsense is just typical marxist university professor hypocrisy.

    Let's price some math texts:

    Atiyah & MacDonald, Commutative Algebra; $57.54, http://www.amazon.com/dp/0201407515/

    Eisenbud, Commutative Algebra; $41.30, http://www.amazon.com/dp/0387942696/

    Hartshorne, Algebraic Geometry; $59.10, http://www.amazon.com/dp/0387902449/

    Elements de Geometrie Algebrique; out of print, http://www.amazon.com/dp/3540051139/

    Rudin, Real and Complex Analysis; $142.50, http://www.amazon.com/dp/0070542341/

    Rudin, Functional Analysis; $137.16, http://www.amazon.com/dp/0070542368/

    Dym & McKean, Fourier Series and Integrals; $85.00, http://www.amazon.com/dp/0122264517/

    Sugiura, Unitary Representations and Harmonic Analysis, 2nd Edition; Out of Print, http://www.abebooks.com/servlet/SearchResults?an=Sugiura&tn=Representations[Someone wants $495.00 for the first edition.]

    Or try a few titles which might be a little more familiar to Slashdotters:

    Knuth, The Art of Computer Programming, Volumes 1-3 Boxed Set; $145.00, http://www.amazon.com/dp/0201485419/

    Sedgewick, Algorithms in C++, Parts 1-5; $93.00, http://www.amazon.com/dp/020172684X/

    Cormen, Leiserson, Rivest & Stein, Introduction to Algorithms; $61.88, http://www.amazon.com/dp/0262032937/

    Aho, Ullman & Hopcroft, Data Structures and Algorithms; $53.20, http://www.amazon.com/dp/0201000237/

    McLachlan, Discriminant Analysis and Statistical Pattern Recognition; $90.40, http://www.amazon.com/dp/0471691151/

    Haykin, Neural Networks: A Comprehensive Foundation; $120.12, http://www.amazon.com/dp/0132733501/

    Duda, Hart & Stork, Pattern Classification; $117.00, http://www.amazon.com/dp/0471056693/

    Fukunaga, Introduction to Statistical Pattern Recognition; $74.40, http://www.amazon.com/dp/0122698517/

    Bishop, Neural Networks for Pattern Recognition; $82.81, http://www.amazon.com/dp/0198538642/

    Bishop, Pattern Recognition and Machine Learning; $66.54, http://www.amazon.com/dp/0387310738/

    Higgins, Sampling Theory in Fourier and Signal Analysis: Volume I; $171.60, http://www.amazon.com/dp/0198596995/

    Higgins & Sten, Sampling Theory in Fourier and Signal Analysis: Volume II; $264.00, http://www.amazon.com/dp/0198534965/

    Princeton, which has the finest mathematics department in the world [or at least had the finest mathematics department in the world, before Harold Shapiro & Shirley Tilghman decided they wanted to turn the

    1. Re:Math is "Free", MY LILY-WHITE ASS. by William+Stein · · Score: 5, Insightful
      > In mathematics information is passed on free of charge and everything is laid open for checking.'

      > I'm not going to disagree with the "laid open" part, but the "free of charge" nonsense
      > is just typical marxist university professor hypocrisy.

      Taken out of context the quote might not make sense to you. The full quote from Neubuser is:

      You can read Sylow's Theorem and its proof in Huppert's book in the
      library [...] then you can use Sylow's Theorem for the rest of your
      life free of charge, but for many computer algebra systems license
      fees have to be paid regularly [...]. You press buttons and you get
      answers in the same way as you get the bright pictures from your
      television set but you cannot control how they were made in either
      case.

      With this situation two of the most basic rules of conduct in
      mathematics are violated: In mathematics information is passed on
      free of charge and everything is laid open for checking. Not applying
      these rules to computer algebra systems that are made for mathematical
      research [...] means moving in a most undesirable direction.
      Most important: Can we expect somebody to believe a result of a
      program that he is not allowed to see? Moreover: Do we really want to
      charge colleagues in Moldova several years of their salary for a
      computer algebra system?


      When Neubuser says that mathematics is "free of charge" he means that
      one can use theorems one reads without having to pay to use those theorems.
      He is of course not at all claiming that publishers do not charge for
      books and papers that contain mathematics. Put simply, if I want to use
      the "FactorN" function in Mathematica, I have to pay for the privilege
      every time I use it. If I want to use the theorem that every integer
      factors uniquely as a product of primes, then I never have to pay, even if
      I am using that theorem in a published proof.

        -- William

    2. Re:Math is "Free", MY LILY-WHITE ASS. by Cowculator · · Score: 4, Informative

      There's a growing trend in math (and maybe other disciplines, for all I know) away from non-free publishing.

      Prominent mathematicians have been complaining for years (more links here) about overpriced journals, and entire editorial boards of some journals have resigned in protest (see a list of mass resignations and similar changes here). There are now plenty of entirely free journals in combinatorics, topology, and other fields, and pretty much everything that gets published these days is either available on the author's website or on the arXiv.

      So modern research tends to be free, but what about all the books you need to read before you understand this research? Sure, a copy of Rudin may be expensive and there's not much we can do about that, but maybe you can learn from the free analysis course notes at MIT's OCW site. You complain that EGA is out of print, but basically everything Grothendieck wrote is available for free, and you can even get them along with tons of other old French publications through NUMDAM. (There's even a project to transcribe SGA into LaTeX.) Lots of other books are free to download legally (and this is by no means a complete list), even though many are commercially published as well.

      Finally, you can complain all you want about university tuition, but I really doubt that free tuition is going to open up mathematics to the masses. Ultimately the very top students who can't afford it are getting scholarships and grants to cover their education (and I do know some people who got free rides at Princeton because they couldn't afford it -- that school is definitely more generous than most), and since most other people couldn't get into Princeton anyway the tuition is never even an issue for them. The best way to make mathematics more accessible is to give everyone access to free textbooks and current research, and the "marxist university professors" you deride have been gradually moving in that direction for years now.

      By the way, what do you think has been done to damage the Princeton math department's reputation? Whatever you think Shapiro and Tilghman have done to the university, nobody in their right mind would deny that it's one of the top few in the world and I doubt most people would openly proclaim any one department to be the best anyway.

  22. Open Source Software in Machine Learning by mathgenius · · Score: 3, Interesting

    These guys are advocating setting up a peer-review process for open source software in machine learning. The idea is that this would encourage researchers to spend more time on the software component of the publication, and perhaps produce something that others can use aswell.
    The article is in the Journal of Machine Learning Research.

  23. Re:Libraries are NOT FREE. by grcumb · · Score: 4, Interesting

    If they really want mathematics to be "free", then they can post the LaTeX's & the PDF's of these books on the internet for anyone to download, and they can pay for the server disk space & bandwidth THEMSELVES.

    In the meantime, they can take their marxist hypocrisy and shove it right up their good-for-nothing, lazy, worthless asses.

    Would these be the same kind of good-for-nothing, lazy, worthless asses who brought us Special Relativity while working in a lowly position in the Patent Office in Bern? You know, the kind who got together with friends to peruse and discuss the latest freely available scientific texts, the same texts that led him to revolutionise science more than anyone since Newton?

    The books in the Princeton Library are free, thanks to the generousity of far-seeing individuals who realised that their money was better spent on a library than a new yacht. They, at least, saw the benefit of sharing knowledge with everyone, regardless of their means. I can only hope that, somewhere in that misanthropic little husk you call a heart, you will some day find room for a similar spirit of openness and sharing.

    --
    Crumb's Corollary: Never bring a knife to a bun fight.
  24. Re:I'm not the hypocrite here. by Lodragandraoidh · · Score: 4, Insightful

    The issue is not whether software companies should make their source code open - the real issue is should mathematicians accept proprietary applications as proof of theorums?

    As pointed out in the editorial, software developers make mistakes, and this is true regardless of whether that developer is a proprietary software vendor, or a free/open source software project. There is one key difference however, the validity of any given proof can be determined independently when using free/open source code by the very nature of the product (availability of source code). There is no validation for proprietary software beyond the assurances of the company involved.

    When mathematic theory becomes applied mathematics (such as the creation of buildings, bridges, aircraft, or thermonuclear devices), which proof would you prefer to hang your life upon - Microsoft's guarantee, or independent verification and peer review? This becomes ever more critical as we create more complex systems that can not be easily verified by hand, yet rushed into applied use by the expediency/efficiencies they deem to provide.

    --

    Lodragan Draoidh
    The more you explain it, the more I don't understand it. - Mark Twain
  25. There's a great book on this topic, by ndru82 · · Score: 3, Informative

    It's called Math You Can't Use - by Ben Klemens. Makes a bunch of great points in favor of open source, too.

  26. OpenAxiom by andhow · · Score: 3, Insightful

    On the subject of open source math, Axiom is an interesting 30 years-and-running project started (I believe) at IBM research that recently became open source. A new branch of the project started recently: http://www.open-axiom.org/ and has several people actively working on it. It differs perhaps most significantly from Maple and Mathematica in its use of strong static type checking. This allows its library creation language to be compiled into C, which gets compiled and loaded back into the interactive top-level. Altogether, a very neat system and a gigantic resource.