On Mar 11, 5:01 pm, cm <[email protected]> wrote: > Hi, > > I have the following problem: > > M=MatrixSpace(GF(2^2,'a'),5) > A=M.random_element() > N=MatrixSpace(GF(2^4,'a'),5) > N(A) > > TypeError: unable to coerce from a finite field other than the prime > subfield > > Is there a simple way around non prime subfield embeddings?
Not at present; but there has been recent work on this which is going through the review process. John Cremona > > Thanks, -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
