Ignore:
Timestamp:
11/05/06 19:23:24 (7 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Lots of changes to support requiring variable name for GF and charpoly. Small bug fix in matrix algebra.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/combinat/combinat.py

    r1324 r1786  
    707707         ['n', 'e'], ['s', 'i'], ['t', 'i'], ['e', 'i'], ['i', 'i'], ['n', 'i'], ['s', 'n'], 
    708708         ['t', 'n'], ['e', 'n'], ['i', 'n'], ['n', 'n']] 
    709         sage: mset = [x for x in GF(4) if x!=0] 
     709        sage: mset = [x for x in GF(4,'a') if x!=0] 
    710710        sage: tuples(mset,2) 
    711711        [[1, 1], 
Note: See TracChangeset for help on using the changeset viewer.