Skip to content

Commit

Permalink
preparing to release v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwensley committed Oct 26, 2024
1 parent a4ddecf commit dae055a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions tst/module.tst
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ gap> IsModuleAsAlgebra( A3 );
false

## Section 2.3.3
gap> KnownAttributesOfObject( B3 );
[ "Name", "ZeroImmutable", "LeftActingDomain", "Dimension",
"GeneratorsOfLeftOperatorAdditiveGroup", "GeneratorsOfLeftOperatorRing",
"ModuleToAlgebraIsomorphism", "AlgebraToModuleIsomorphism" ]
gap> Set( KnownAttributesOfObject( B3 ) );
[ "AlgebraToModuleIsomorphism", "Dimension",
"GeneratorsOfLeftOperatorAdditiveGroup", "GeneratorsOfLeftOperatorRing",
"LeftActingDomain", "ModuleToAlgebraIsomorphism", "Name", "ZeroImmutable" ]
gap> M2B3 := ModuleToAlgebraIsomorphism( B3 );
[ [ 1, 0, 0 ], [ 0, 1, 0 ], [ 0, 0, 1 ] ] -> [ [[ 1, 0, 0 ]], [[ 0, \
1, 0 ]],
Expand Down
14 changes: 7 additions & 7 deletions tst/xmod.tst
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ gap> Size2d( XIAk4 );
## Section 4.1.4
gap> RepresentationsOfObject( XIAk4 );
[ "IsComponentObjectRep", "IsAttributeStoringRep", "IsPreXModAlgebraObj" ]
gap> KnownPropertiesOfObject( XIAk4 );
[ "CanEasilyCompareElements", "CanEasilySortElements", "IsDuplicateFree",
"IsLeftActedOnByDivisionRing", "IsAdditivelyCommutative", "IsLDistributive",
"IsRDistributive", "IsPreXModDomain", "Is2dAlgebraObject",
"IsPreXModAlgebra", "IsXModAlgebra" ]
gap> KnownAttributesOfObject( XIAk4 );
[ "Name", "LeftActingDomain", "Range", "Source", "Boundary", "Size2d",
gap> Set( KnownPropertiesOfObject( XIAk4 ) );
[ "CanEasilyCompareElements", "CanEasilySortElements", "Is2dAlgebraObject",
"IsAdditivelyCommutative", "IsDuplicateFree", "IsLDistributive",
"IsLeftActedOnByDivisionRing", "IsPreXModAlgebra", "IsPreXModDomain",
"IsRDistributive", "IsXModAlgebra" ]
gap> Set( KnownAttributesOfObject( XIAk4 ) );
[ "Boundary", "LeftActingDomain", "Name", "Range", "Size2d", "Source",
"XModAlgebraAction" ]

############################
Expand Down

0 comments on commit dae055a

Please sign in to comment.