#5114: something wrong in the initializer for elements of QuaternionAlgebra
---------------------+------------------------------------------------------
 Reporter:  cwitty   |       Owner:  tbd       
     Type:  defect   |      Status:  new       
 Priority:  major    |   Milestone:  sage-3.4.2
Component:  algebra  |    Keywords:            
---------------------+------------------------------------------------------
Changes (by AlexGhitza):

 * cc: was (added)


Comment:

 For what it's worth, this behaviour changed and became more consistent
 with the recent reworking of the quaternion algebra code:

 {{{
 ----------------------------------------------------------------------
 | Sage Version 3.4, Release Date: 2009-03-11                         |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: sage: QA = QuaternionAlgebra(QQ, -1, -1)
 sage: sage: foo = QA(3.0); foo
 3
 sage: parent(foo)
 Quaternion Algebra (-1, -1) with base ring Rational Field
 sage: foo[0]
 3
 sage: parent(foo[0])
 Rational Field
 }}}

 Do we want to consider this fixed now?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5114#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to