"Source: Text/Algebra/AlgNAss.text";
"Line: 355";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgNAss.text, line: 355
// Example: H98E7 ()
print "Example: H98E7";
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);
