Hi, On Sat, Oct 30, 2010 at 12:31 PM, Hypercube <eviatarb...@gmail.com> wrote: > Hello, > > I am thinking of writing a Cellular Automata module for Sage, similar > to the one in Mathematica: > > http://reference.wolfram.com/mathematica/ref/CellularAutomaton.html
In mid-2008, someone was working on a cellular automata package [1] for Sage. I haven't seen any updates on that project for over two years now. You might want to have a look through the code of that package before writing anything from scratch. > Possibly also with some analysis tools, like entropy, etc. That would be nice to have. > Assuming it > was of good quality, could it be implemented? I don't know if a cellular automata package could be implemented for Sage. Right now one of my main focus is on fundamental data structures for the graph theory module of Sage, and maintaining and improving the graph theory module in general. If you want to try your hands at implementing a cellular automata package, by all means do so. > I would really like to > contribute to this great software. Any contributions to the Sage project is welcome, no matter how trivial. [1] http://code.google.com/p/cellular-automata-sage-toolkit/ -- Regards Minh Van Nguyen -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org