Max Alekseyev
Max Alekseyev
So, it looks fine at the server side and must be an issue with `factordb-python`.
Any update?
I've fixed this issue in my recent pull request.
This issue is fixed in 10.3, which can be seen from running the code at Sagecell: https://sagecell.sagemath.org/?q=qiypmw
> The failed conversion raises an unexpected `ValueError`, and `is_square` erroneously takes this to mean that there is no square root. Isn't that behavior of `is_square` unsafe? Putting aside a...
I'm not sure if `Set` should be blamed here. Elements of `pointstabilizers[0]` and `subgroup_check[0]` have different parents: ``` print( pointstabilizers[0][0].parent() ) print( subgroup_check[0][0].parent() ) ``` tell us > Permutation Group...
I this issue is irrelevant to Sage, it should be reported to Qepcad developers.
@anirjoshi: No, it's not a right place as Sage is not responsible for issues in other packages, which it uses as blackboxes. For Qepcad issues, please check its homepage: https://www.usna.edu/CS/qepcadweb/B/QEPCAD.html
@vneiger I agree. I have no opinion on whether `ETuple` should be preferred over `tuple` or otherwise, but it's an interface inconsistency that better be corrected one way or another.
There is also implementation of `ChineseRem` in GAP: https://docs.gap-system.org/doc/ref/chap14.html Shouldn't it be included as well for completeness?