On 10.06.2012 11:15, [email protected] wrote:
Slightly off topic: I (and probably others) have almost no knowledge about the abstract algebra and polynomial stuff implemented in sympy. Could you consider adding ipython notebooks with cool examples of why what you have implemented is useful? I would be very interested in reading and learning from them (hopefully after that I will even be able to help with reviews). Or can you point me to another software that already has what you have implemented?
When it comes to commutative algebra, the "big ones" are Macaulay2 [1] and Singular [2].
If it is a hassle for you to install the notebook stuff I can give you a link to an online instance with sympy git-master (or other branches) installed.
I'm not very used to the notebooks, but this seems to be the "new trend", so I guess I had better improve my knowledge ;). I.e. I will see what I can do. I did write up a few examples on the wiki [3], although nothing very comprehensive.
[1] http://www.math.uiuc.edu/Macaulay2/ [2] http://www.singular.uni-kl.de/ [3] https://github.com/sympy/sympy/wiki/Commutative-Algebra-Module -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
