There are indeed many papers that cite SymPy. You can get an idea of them by searching Google Scholar: http://scholar.google.com/scholar?q=sympy&hl=en&btnG=Search&as_sdt=1%2C32&as_sdtp=on. Also see http://scholar.google.com/scholar?cites=9158549765950986808&as_sdt=5,32&sciodt=0,32&hl=en, which is a list of papers that explicitly cite SymPy (rather than just mention it).
It turns out that there are actually quite a few papers that mention SymPy. Many just mention it in a list of CASs, which is good, because that means that the author considers SymPy to be a reasonable alternative to other systems like Maple, Mathematica, Axiom, Maxima, etc. Also, it doesn't seem to be on the Google Scholar site (or maybe I missed it), but if the proceeding of the SciPy 2011 conference are published (or maybe they already are), Mark Dewing gave a talk "Constructing scientific programs using Sympy". There's also Mateusz's masters thesis, which I didn't see there either (https://github.com/mattpap/masters-thesis). I started https://github.com/sympy/sympy/wiki/SymPy-Papers for this. Go ahead and add any papers that you know of to that page. Aaron Meurer On Thu, Oct 6, 2011 at 10:09 AM, Vladimir Perić <[email protected]> wrote: > Well, there's a list of presentations about SymPy at [1], but I don't > think there's a list of papers using SymPy anywhere. There's a > guideline on how to cite SymPy in the README I believe, though. In any > case, I'd also like to see such an list: perhaps we should create a > (stub) page and some might turn up? > > [1] https://code.google.com/p/sympy/wiki/SymPyPresentations > > On Thu, Oct 6, 2011 at 6:00 PM, Matthew Rocklin <[email protected]> wrote: >> I would be interested in seeing this as well. >> >> On Thu, Oct 6, 2011 at 10:57 AM, David Joyner <[email protected]> wrote: >>> Hi: >>> >>> I was wondering if there is a list of papers on/using sympy >>> on the sympy website, analogous to >>> http://www.sagemath.org/library-publications.html? >>> >>> - David >>> >>> -- >>> 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. >>> >>> >> >> -- >> 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. >> >> > > > > -- > Vladimir Perić > > -- > 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. > > -- 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.
