Hello, I'm programming a function whitch give the definition set of an expression (e.g : ln(x+1) => ]-1;+oo[ ). My problem is sympy simplifies too quick my expression :
print x/x return 1 before I can extract the 1/x operation (and so return x<>0). How to say sympy not to symplify ? Thanks. Vincent P.S : Perhaps this function already exists ? -- 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.
