Ticket #3656 (closed defect: invalid)

Opened 3 months ago

Last modified 3 months ago

log_repr and log on finite field with prime order fails,

Reported by: syazdani Assigned to: tbd
Priority: major Milestone:
Component: algebra Keywords:
Cc:

Description

The following code fails in sage,

F=GF(5)
r=F.multiplicative_generator()
r.log_repr() 
log(r,r)

The error seems to be because SAGE is treating GF(p) as integer mod ring, rather than a field.

Change History

07/14/2008 09:27:11 PM changed by syazdani

  • status changed from new to closed.
  • resolution set to invalid.

07/14/2008 09:27:35 PM changed by syazdani

I was an idiot. The base was wrong.