I'm using Sage 4.4.2. (1) If I enter, say
sage: R.<x> = GF(2)[] sage: F.<x> = GF(8,name='x',modulus=x^3+x+1) and then F.a<tab> , one of the methods is "addition table". However, this method doesn't seem to be defined. Should this method either be defined, or removed? (2) I can create an addition table with sage: from sage.matrix.operation_table import OperationTable sage: OperationTable(F,operator.mul,names='digits') Is there any (easy) way of creating an addition table for which the displayed "digits" are in fact the integer representations of the field elements? Thanks, Alasdair -- 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
