Ticket #10225 (closed defect: invalid)
Nonsensical Quaternion Algebra Description
| Reported by: | spice | Owned by: | mvngu |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | documentation | Keywords: | quaternion |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Simon Spicer |
| Authors: | Simon Spicer | Merged in: | |
| Dependencies: | Stopgaps: |
Description
sage: K.<a> = NumberField(x^2 - 17) sage: QuaternionAlgebra(K,-1,-1) Quaternion Algebra (-1, -1) with base ring Number Field in a with defining polynomial x^2 - 17
When you call a quaternion algebra in Sage defined over a number field, you get grammar salad for the description.
I'm guessing the info fields for quaternion algebras are misdefined, or something similar to that. Hopefully this shouldn't be too much work to fix.
Change History
Note: See
TracTickets for help on using
tickets.

Figured it out.
Read as: "The number field with adjoined element 'a', having defining polynomial x2-17".
This makes perfect sense, so nothing is in fact broken. Issue withdrawn.