Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Z/nZ)^k problem #23

Closed
williamstein opened this issue Sep 12, 2006 · 1 comment
Closed

(Z/nZ)^k problem #23

williamstein opened this issue Sep 12, 2006 · 1 comment

Comments

@williamstein
Copy link
Contributor

maybe adding elements of (Z/nZ)^k is broken if one isn't in there.
See line 66 of free_module_element.py

Component: basic arithmetic

Issue created by migration from https://trac.sagemath.org/ticket/23

@williamstein
Copy link
Contributor Author

comment:1

This works fine now (I'm not really sure what the error is from the error report).

sage: V = Integers(18)^3
sage: a = V([1,2,3])
sage: a+a
(2, 4, 6)

tobiasdiez pushed a commit to tobiasdiez/sage that referenced this issue Feb 22, 2024
* Modify infra to add ruamel yaml

* __main__ small improvements

* Refactoring Selectors._parser

* Refactoring Selectors

* Refactoring RecipeItem

* Refactored section base

* Refactoring section and part of the base recipe

* Renamed base recipe and refactoring

* Refactoring pypi class and clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant