Are mathematical Algorithms protected by copyright?

Posted by analogy on Stack Overflow See other posts from Stack Overflow or by analogy
Published on 2010-04-10T22:55:41Z Indexed on 2010/04/10 23:23 UTC
Read the original article Hit count: 286

I wish to implement an algorithm which i read in a journal paper in my software (commercial). I want to know if this is allowed or not. The algorithm in question is described in http://arxiv.org/abs/0709.2938 It is a very simple algorithm and a number of implementations exist in python (http://igraph.sourceforge.net/) and java. One of them is in gpl another which i got from a different researcher and had no license attached. There are significant differences in two implementations, e.g. second one uses threads and multiple cores.

It is possible to rewrite/ (not translate) the algorithm. So can I use it in my software or on a server for commercial purpose.

Thanks

UPDATE: I am completely aware of copyright on the text of paper, it was published in phys rev E. I am concerned with use of the algorithm, in commercial software.

Also the publication means that unless the patent has been already filed. The method has been disclosed publicly hence barring patent in future.

Also the GPL implementation is not by authors themselves but comes from a third party. Finally i am not using the GPL implementation but creating my own using C++.

© Stack Overflow or respective owner

Related posts about python

Related posts about copyright