We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will bring Sage to its knees:
assert sin(104*pi/105) == sin(pi/105)
because sin symmetry is not implemented and so the __nonzero__ proof machinery is started which uses QQbar on algebraic numbers of high degree.
__nonzero__
QQbar
Sympy immediately verifies the equation because it does:
>>> sin(104*pi/105) ⎛ π ⎞ sin⎜───⎟ ⎝105⎠
The fix will be made in Pynac and this ticket should doctest it.
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/20139
The text was updated successfully, but these errors were encountered:
This works in develop and is tested in Function_sin so can be closed.
Function_sin
Sorry, something went wrong.
Determined to be invalid/duplicate/wontfix (closing as "wontfix" as a catch-all resolution).
No branches or pull requests
This will bring Sage to its knees:
because sin symmetry is not implemented and so the
__nonzero__
proof machinery is started which usesQQbar
on algebraic numbers of high degree.Sympy immediately verifies the equation because it does:
The fix will be made in Pynac and this ticket should doctest it.
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/20139
The text was updated successfully, but these errors were encountered: