> After you get the output of the solve(), you can simplify() it to send
> it back to Maxima, and that might work to get the assumptions
> recognized.

I tried it and received wrong answer.
Let's consider for example the code:
#
reset()
forget()
var("a,b,c,d,f")
assume(a-b<0)
expr=(a^2-b^2)*f
expr2=sqrt(expr)
print(expr2.full_simplify())
#
It gives
sqrt(a - b)*sqrt(a + b)*sqrt(f)
But a-b<0, so expression above does not have any sense. What i am
doing wrongly?

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to