By any chance if in a string i have unicode of symbols like square root and
than expression , can sympy parse it ??

I am trying this in following way
. if expression is like  √(a+b)   its easy . i can jusr replace  √ with
sqrt ..and this will work ,
but in case like  √2 or  √a*b or  √ab or √a_1 or √23 or  √2+3 need to go
for regex and than do the parsing.

Just thinking if this is already implemented or any other/easy way to do
this ?

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