"Source: Text/Algebra/AlgNAss.text";
"Line: 355";
"Date: Tue Nov 24 16:13:09 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgNAss.text, line: 355
// Example: H96E7 ()
print "Example: H96E7";
ei := GetEchoInput();
SetEchoInput(true);
A := OctonionAlgebra(Rationals(),-1,-1,-1);
IsStarAlgebra(A);

s := Star(A);
A.1; // A.1 is the mult. id.
A.1 @ s; 

A.2;
A.2 @ s;
SetEchoInput(ei);
