"Source: Text/Algebra/AlgQuat.text";
"Line: 1077";
"Date: Wed Sep  4 15:52:10 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQuat.text, line: 1077
// Example: H93E11 ()
print "Example: H93E11";
ei := GetEchoInput();
SetEchoInput(true);
F<x> := RationalFunctionField( GF(5) );
A := QuaternionAlgebra< F | 2, x >;
R<x>:= Integers(F);
RamifiedPrimes(A);
RamifiedPlaces(A);
SetEchoInput(ei);
