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?
Thanks for any help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---