Skip to content

symbolic modular integers still broken #18787

@sagetrac-tmonteil

Description

@sagetrac-tmonteil
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

CC: @kcrisman @slel

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions