Hello, list, i am solving the simple system of the equations:
#
var("pa,pb,costheta,Ea,Eb,ma,mb,mc")
solve([pa*pb*costheta==(-ma^2-mb^2+mc^2)/2 + Ea*Eb, pa==sqrt(Ea^2-
ma^2), pb==sqrt(Eb^2-mb^2)],pa,pb,Eb)
#
Sage replies:
#
TypeError: unable to make sense of Maxima expression
#
what is wrong?-- 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/sage-support URL: http://www.sagemath.org
