Hi again list,

This time I come with a problem of solving an algebraic expression, the 
solution has the variable x on it!

sage: reset()
sage: var('x')
sage: var('mp', latex_name=r"m_\pi")
sage: var('me', latex_name=r"m_e")
sage: f(x) = mp - sqrt(x^2 + me^2) - x
sage: solve(f(x)==0, x)
[x == mp - sqrt(me^2 + x^2)]

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

Reply via email to