jiggzson/nerdamer

Trigonometric Functions

Closed this issue · 3 comments

nerdamer('tan(b)=c').solveFor('b').toString()
returns "atan(c)"

but

nerdamer('sin(b)/cos(b)=c').solveFor('b').toString()
returns ""

Is it generally not recommended to use nerdamer with trig functions? Is there a workaround?

@Ephraim-Bryski, I'm unable to verify but does calling simplify on your equation first work?

Sorry for the late response. Simplify does work if done on the individual expressions. I see you have a commit to extend simplify to "Equation" would allow direct simplification of the equation instead. Thank you!

@Ephraim-Bryski, glad to help.