Open videlec opened 6 years ago
In Zmod(6) division is sometimes not well defined. Though, we might still want to compute one quotient or all quotients as
sage: R = Zmod(6) sage: a = R(4) sage: b = R(2) sage: [c for c in R if c*b == a] [2, 5]
This ticket stands for introducing one or two methods to achieve this computation for Zmod(n) rings.
Zmod(n)
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/25278
What is the relation with #25277?
Replying to @slel:
+1? (or -1 depending how you see things)
update milestone 8.3 -> 8.4
In Zmod(6) division is sometimes not well defined. Though, we might still want to compute one quotient or all quotients as
This ticket stands for introducing one or two methods to achieve this computation for
Zmod(n)
rings.Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/25278