Goto Chapter: Top 1 2 3 4 5 6 7 8 9 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

9 Examples and Tests
 9.1 Tests

9 Examples and Tests

9.1 Tests

gap> LoadPackage( "IntrinsicModules", false );
true
gap> Q := HomalgFieldOfRationalsInSingular( );
Q
gap> R := Q["x,y,z"];
Q[x,y,z]
gap> A := CategoryOfHomalgFinitelyPresentedLeftModules( R );
IntrinsicCategory( CategoryWithAmbientObjects( Freyd( Rows( Q[x,y,z] ) ) ) )
gap> CAP_INTERNAL_GENERATE_DOCUMENTATION_FOR_CATEGORY_INSTANCES(
>     [
>         [ A, "Category of finitely presented modules" ],
>     ],
>     "IntrinsicModules",
>     "FpModulesByFreyd.autogen.gd",
>     "Categories of finitely presented modules",
>     "Supported CAP operations"
> );
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 Ind

generated by GAPDoc2HTML