Goto Chapter: Top 1 2 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

2 Examples and Tests
 2.1 Tests

2 Examples and Tests

2.1 Tests

gap> LoadPackage( "IntrinsicGradedModules", false );
true
gap> Q := GradedRing( HomalgFieldOfRationalsInSingular( ) );
Q
(weights: yet unset)
gap> S := Q["x,y,z"];
Q[x,y,z]
(weights: yet unset)
gap> A := CategoryOfHomalgFinitelyPresentedGradedLeftModules( S );
IntrinsicCategory( CategoryWithAmbientObjects( Freyd( GradedRows(
Q[x,y,z] (with weights [ 1, 1, 1 ]) ) ) ) )
gap> CAP_INTERNAL_GENERATE_DOCUMENTATION_FOR_CATEGORY_INSTANCES(
>     [
>         [ A, "Category of of finitely presented graded modules" ],
>     ],
>     "IntrinsicGradedModules",
>     "FpGradedModulesByFreyd.autogen.gd",
>     "Categories of finitely presented graded modules",
>     "Supported CAP operations"
> );
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 Ind

generated by GAPDoc2HTML