Coverage for local/lib/python2.7/site-packages/sage/algebras/quaternion_algebra.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
############################################################ # Backwards compatible unpickling ############################################################
""" The 0th version of pickling for quaternion algebras.
EXAMPLES::
sage: t = (QQ, -5, -19, ('i', 'j', 'k')) sage: import sage.algebras.quaternion_algebra sage: sage.algebras.quaternion_algebra.unpickle_QuaternionAlgebra_v0(*t) Quaternion Algebra (-5, -19) with base ring Rational Field """
|