Skip to content
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

Simplify() does not handle complex trigonometrical statements well #557

Open
Julpe opened this issue Jan 4, 2022 · 0 comments
Open

Simplify() does not handle complex trigonometrical statements well #557

Julpe opened this issue Jan 4, 2022 · 0 comments
Labels
Minor bug Minor bugs that don't affect the overall computations
Milestone

Comments

@Julpe
Copy link

Julpe commented Jan 4, 2022

I am using the latest release 1.3.0 for my .NET project.

Calling .Simplify() on Entitys which contain complex trigonometrical statements such as
(sin(2*theta)*csc(theta))^2/4-cos(2*theta)-sin(theta)^2
or
(cos(2*theta)*sin(theta)^6*(-1)+cos(theta)*sin(theta)^5*sin(2*theta)-sin(2*theta)^2*sin(theta)^4/4)/sin(theta)^8-1+(sin(2*theta)*csc(theta))^2/4-cos(2*theta)-sin(theta)^2
are not simplified to 0 (as i am expecting).

@WhiteBlackGoose WhiteBlackGoose added this to To do in Simplificator via automation Jan 4, 2022
@WhiteBlackGoose WhiteBlackGoose added this to the 1.4 milestone Jan 4, 2022
@WhiteBlackGoose WhiteBlackGoose added the Minor bug Minor bugs that don't affect the overall computations label Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor bug Minor bugs that don't affect the overall computations
Projects
Simplificator
  
To do
Development

No branches or pull requests

2 participants