sage: OZ = lambda P: (ones_matrix(P.cardinality()) - P.lequal_matrix())
sage: set(min(OZ(P).eigenvalues()) for n in range(1, 7) for P in posets(n))
{-1, -1, 0}
sage: [type(x) for x in _]
[<class 'sage.rings.rational.Rational'>,
<class 'sage.rings.rational.Rational'>,
<class 'sage.rings.qqbar.AlgebraicNumber'>]
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-devel/ab0121da-5128-4ce5-9e20-c391ebd5a8e8n%40googlegroups.com.