-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trig pythagorean identity #8
Comments
Yes. Suppose you have a polynomial expression
Now since I won't have time do this soon - but patches are welcome. FWIW I notice that the functionality is called |
Looks like it is not easy for the polynomial-quotient-remainder approach to handle all the cases. Instead, I think we can replace cos^2(...) with 1-sin^2(x) before trig-simplify, and recover it after trig-simplify. |
The function |
Would it be possible to add a rule that cos^2(x) + sin^2(x) = 1?
The text was updated successfully, but these errors were encountered: