"Source: Text/Algebra/AlgNAss.text";
"Line: 61";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgNAss.text, line: 61
// Example: H98E1 ()
print "Example: H98E1";
ei := GetEchoInput();
SetEchoInput(true);
O := OctonionAlgebra(GF(7),-1,-1,-1);
L := DerivationAlgebra(O);   // Derivations as an algebra.
SemisimpleType(L);
T := Tensor(O);
T := ChangeTensorCategory(T,HomotopismCategory(3)); 
M := DerivationAlgebra(T);  // Derivations as a tensor.
SemisimpleType(M/SolvableRadical(M));
SetEchoInput(ei);
