-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
sage: f(x) = Zmod(7)(1) * x**2 + Zmod(9)(1) * x**3 sage: f(1) 2 sage: Zmod(7)(1) + Zmod(9)(1)
...
TypeError: unsupported operand parent(s) for '+': 'Ring of integers modulo 7' and 'Ring of integers modulo 9'
}}}
Depends on #21391
Component: symbolics
Branch/Commit: u/rws/symbolic_modular_integers_still_broken @ be9ec4e
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/18787