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

Correctly deal with modular exponentiation of polynomials when modulus is of degree <= 1 #15866

Closed
jpflori opened this issue Feb 26, 2014 · 5 comments

Comments

@jpflori
Copy link
Contributor

jpflori commented Feb 26, 2014

sage: x = polygen(GF(5))
sage: x % 2
0
sage: x = polygen(GF(5))
sage: pow(x,100000000000,x)
Exception (FLINT memory_manager). Unable to allocate memory.

CC: @roed314 @jdemeyer @pjbruin @sagetrac-jakobkroeker

Component: algebra

Stopgaps: wrongAnswerMarker

Reviewer: Jeroen Demeyer

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

@jpflori jpflori added this to the sage-6.2 milestone Feb 26, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@sagetrac-jakobkroeker
Copy link
Mannequin

sagetrac-jakobkroeker mannequin commented Mar 3, 2017

Stopgaps: wrongAnswerMarker

@jdemeyer

This comment has been minimized.

@jdemeyer jdemeyer modified the milestones: sage-6.4, sage-8.2 Jan 8, 2018
@jdemeyer
Copy link
Contributor

jdemeyer commented Jan 8, 2018

comment:5

This actually works now.

@jdemeyer
Copy link
Contributor

jdemeyer commented Jan 8, 2018

Reviewer: Jeroen Demeyer

@videlec
Copy link
Contributor

videlec commented May 18, 2018

comment:7

closing positively reviewed duplicates

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

3 participants