Learning algorithms used in sympy

68 views
Skip to first unread message

Upendra Kumar

unread,
Dec 30, 2015, 10:32:31 AM12/30/15
to sympy
I want to contribute in sympy. I have knowledge of general mathematics. But, I don't know how these algorithms are implemented in sympy i.e. how these general expressions are parsed and evaluated. Is there some beginner's guide for this?

Sudhanshu Mishra

unread,
Dec 30, 2015, 1:20:33 PM12/30/15
to sy...@googlegroups.com
Hi,

Hopefully this will help.


Sudhanshu Mishra

On Wed, Dec 30, 2015 at 5:16 PM, Upendra Kumar <upend...@iiits.in> wrote:
I want to contribute in sympy. I have knowledge of general mathematics. But, I don't know how these algorithms are implemented in sympy i.e. how these general expressions are parsed and evaluated. Is there some beginner's guide for this?

--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/8fb96cfd-a5ec-4ec3-8591-2f0b4735a3cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Upendra Kumar

unread,
Dec 30, 2015, 3:37:33 PM12/30/15
to sympy
Thanks, this link cleared the picture on what happens behind.

Richard Fateman

unread,
Jan 10, 2016, 11:41:18 AM1/10/16
to sympy
I think it is nicer in the original Lisp.
The data is simply stuff like

( plus  (times x (expt y -1))  4)     for   x/y+4.
Reply all
Reply to author
Forward
0 new messages