On Tue, 2 Feb 2010 19:40:11 -0800 (PST), John H Palmieri 
<jhpalmier...@gmail.com> wrote:
> sage: C = graphs.CubeGraph(4)
> sage: G = C.automorphism_group()
> sage: M = G.character_table()
> sage: M.determinant()
> -712483534798848
> sage: parent(M.determinant())
> Cyclotomic Field of order 1 and degree 1
> sage: type(M.determinant())
> <type
> 'sage.rings.number_field.number_field_element.NumberFieldElement_absolute'>

Option:

sage: d = M.determinant()
sage: d.norm().abs()       # take norm to get an integer   
712483534798848



Best,
Alex


-- 
Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
-- Australia -- http://www.ms.unimelb.edu.au/~aghitza/

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to