Ask Your Question

nilo de roock's profile - activity

2022-06-14 13:06:27 +0200 received badge  Famous Question (source)
2018-12-07 19:33:05 +0200 received badge  Nice Question (source)
2018-02-21 21:16:08 +0200 received badge  Notable Question (source)
2016-09-26 13:47:05 +0200 received badge  Student (source)
2016-09-22 23:35:21 +0200 received badge  Popular Question (source)
2015-11-06 18:48:09 +0200 received badge  Scholar (source)
2015-11-06 10:18:17 +0200 asked a question How do I create the character table of the group of units mod n ?

I expected a character table from

g=Zmod(5).unit_group()
g.character_table()

instead I got an error message ending with

AttributeError: 'AbelianGroupWithValues_class_with_category' object has no attribute 'character_table'

How do I create the character table of the group of units mod n ?