Hi ,

i am looking for a good documentation on sympify . i am bit confuse on how
sympy handles binary operators.
taking example of sympify("a+b").
First it is tokanize and detokanize and get transfromed to
"Symbol('a')+Symbol('b').
Next it calls symbol with 'a'
than symbol for b
than binary operation with a and b -- this part is not clear ,how and where
it is handled ,which part makes this call after calculating the symbol (b).

Can any one help me with this ? or suggest me a documentation where i can
find this.

Thanks,
Ghanshyam Agrawal
Developer  http://www.tutrr.com/

-- 
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.

Reply via email to