Revision b2cd05142aa29a4b6a5b26cca08f5791ef9ed6bb authored by Sebastian Gutsche on 18 June 2015, 09:07:29 UTC, committed by Sebastian Gutsche on 18 June 2015, 09:10:31 UTC
1 parent 9cdf527
Raw File
FittingIdeals.g
LoadPackage( "MatricesForHomalg" );

R := HomalgRingOfIntegers( );

m := HomalgMatrix( "[ \
2,  0, 0, \
0, 12, 0  \
]", 2, 3, R );

LoadPackage( "Modules" );

M := LeftPresentation( m );

N := TorsionObject( M );
back to top