>>>x=Symbol("x")
>>>sin(x)/cos(x)
>>>1/cos(x)*sin(x)

I understand that the precedence rules take care of this i.e (1/cos(x))
*sin(x) .... but if I didn't know that, I'd think this to be 1/(cos(x)
*sin(x)).

Shouldn't
>>>simplify(sin(x)/cos(x))

give tan(x) ?

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

Reply via email to