I asked Sage to solve the system of the equations:
#
var("pasquare,pbsquare,costhetasquare,Ea,Eb,ma,mb,mc")
assume(Ea>ma)
solution=solve([pasquare*pbsquare*costhetasquare==((-ma^2-mb^2+mc^2)/2
+ Ea*Eb)^2, pasquare==Ea^2-ma^2, pbsquare==Eb^2-
mb^2],pasquare,pbsquare,Eb)
#
But there is the factor sqrt(ma-Ea) in the answer, this factor does
not have sense in case of Ea>ma.
So, assume() does not work with  solve().
Is there any way to use assumptions with solve() command?

-- 
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