> > AS3 = list(AS1.alphabet())+[str(" ")]; AS3; len (AS3) > ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', > 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', ' '] > 27 > > keylen=3; H=HillCryptosystem(AS1, keylen);H ### This works fine. > Hill cryptosystem on Free alphabetic string monoid on A-Z of block length 3 > > keylen=3; H=HillCryptosystem(AS3, keylen);H ### This breaks! > TypeError > <<<<<< 2---------------------end > > Thanks for your help. >
This sounds like a great enhancement idea, and I'm sure we can work out the breakage on a Trac ticket (knowing what the full TypeError traceback was would be a great start). If you know Minh, then assuredly you know how to acquire a Trac account and open a new ticket. Good luck in improving this valuable resource! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.