First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 3 years ago

Max Alekseyev gravatar image

cos(th)*sin(th)==f is equivalent to th==arcsin(2*f), and so substitution eq.subs({th:arcsin(2*f)}) should do the job.

click to hide/show revision 2
No.2 Revision

cos(th)*sin(th)==f is equivalent to th==arcsin(2*f)th==arcsin(2*f)/2, and so substitution eq.subs({th:arcsin(2*f)})eq.subs({th:arcsin(2*f)/2}) should do the job.