Tommy Hofmann

Results 702 comments of Tommy Hofmann

This PR here makes the OSCAR tests fail: https://github.com/thofma/Hecke.jl/runs/7788161199?check_suite_focus=true#step:7:799 Is this intentional?

Just for clarification. Is the ring in your first sentence equal to `Z[x]/(p^k * f)` or `Z[x]/(p^k, f)`?

Could you elaborate on what you are trying to do with the polynomials (more abstractly, i.e., more mathemtically)? It might be that we already have some functionality for it.

P.S. You can also ping me on slack under the same handle

For the constructive CRT, the `crt` functions should "just work". Here they don't, since the modulus (`p^k`) is not prime. But we have a `gcdx` function, which works also for...

@tthsqe12 Any idea what to do about those errors on Windows?

Not sure this will be implemented in the near future. Note that everything is already possible by doing `.*`, `.//`, `.*=` etc. The `.` is the broadcasting operator in julia....

Here is my opinion. 1. Element types should definitely define a two argument `Base.hash` method so that `x == y` implies `hash(x, h) == hash(x, y)`. This leads to less...

I think this is a valid issue and we should try to call into Singular only when necessary and only when we are sure it will work.