[Next][Prev] [Right] [Left] [Up] [Index] [Root]
BaseRing(A) : AlgQuat -> Fld
The base field of the quaternion algebra A.
The basis of the algebra A.
Given a quaternion algebra A returns the reduced discriminant as
an element of the base ring, which is well-defined up to squares. If
A is defined over the rationals, then the value is a square-free
integer in Q.
Given a quaternion algebra A over Q, returns the sequences of
finite ramified primes, i.e. those primes dividing the discriminant.
Note that the algebra is definite or indefinite, according to whether
the sequence is of odd or even length.
The sequence of ramified primes of a quaternion algebra A over Q
determines the isomorphism class of the algebra.
> A := QuaternionAlgebra(-436,-503,22);
> RamifiedPrimes(A);
[ 17 ]
Provided the discriminant is of a size which can be factored, the
ramified primes are determined efficiently using Hilbert symbols.
[Next][Prev] [Right] [Left] [Up] [Index] [Root]