Hi Albiorix! On Sun, Dec 21, 2008 at 8:12 AM, Albiorix <[email protected]> wrote: > > Hello, > I was wondering if sympy had a method for solving expressions > containing absolute values. I tried the following: > > import sympy > x = sympy.symbols('x') > f = sympy.abs(x-2) > sympy.solve(f,x) > > However I received a ValueError. Is there another way to > accomplish this?
Unfortunately, this is not yet implemented. I made it an issue: http://code.google.com/p/sympy/issues/detail?id=1246 If you'd be interested in implementing that, feel free to ask any questions, we'll help you with that. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
