There are some issues in regex expressions of mathematica. See below cases
1. k="(h+g)(l+m)r" print mathematica(k) output -> (g + h)*(l + m) 2. k="r(h+g)(l+m)" print mathematica(k) output ->Exception i am new to regex so can anyone provide the correct regex expressions ? -- 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.
