Skip to content

Commit

Permalink
Merge pull request #59 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
comply with CAP v2022.12-12
  • Loading branch information
mohamed-barakat authored Dec 19, 2022
2 parents 96198f7 + a7c8c0c commit f82f335
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The supported categorical doctrine of the category of representations is
* (possibly incomplete) direct sum decomposition.

```gap
gap> InfoOfInstalledOperationsOfCategory( CatReps );
gap> Display( CatReps );
95 primitive operations were used to derive 316 operations for this category
which constructively
* IsEquippedWithHomomorphismStructure
Expand Down
9 changes: 7 additions & 2 deletions examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ CatReps := FunctorCategory( A, GF3 );
#! FunctorCategory( Algebroid( GF(3), FreeCategory(
#! RightQuiver( "q(2)[a:1->1,b:1->2,c:2->2]" ) ) ) / relations,
#! Category of matrices over GF(3) )
InfoOfInstalledOperationsOfCategory( CatReps );
#! 96 primitive operations were used to derive 317 operations for this category
Display( CatReps );
#! A CAP category with name
#! FunctorCategory( Algebroid( GF(3), FreeCategory(
#! RightQuiver( "q(2)[a:1->1,b:1->2,c:2->2]" ) ) ) / relations,
#! Category of matrices over GF(3) ):
#!
#! 96 primitive operations were used to derive 323 operations for this category
#! which algorithmically
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
Expand Down
6 changes: 4 additions & 2 deletions examples/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"96 primitive operations were used to derive 317 operations for this category which algorithmically\n",
"A CAP category with name FunctorCategory( Algebroid( GF(3), FreeCategory( RightQuiver( \"q(2)[a:1->1,b:1->2,c:2->2]\" ) ) ) / relations, Category of matrices over GF(3) ):\n",
"\n",
"96 primitive operations were used to derive 323 operations for this category which algorithmically\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
Expand All @@ -527,7 +529,7 @@
}
],
"source": [
"InfoOfInstalledOperationsOfCategory( CatReps )"
"Display( CatReps )"
]
},
{
Expand Down

0 comments on commit f82f335

Please sign in to comment.