Revision 13193f82c5a869c9747b4aed54954a841443afce authored by Sebastian Gutsche on 17 August 2015, 12:17:47 UTC, committed by Sebastian Gutsche on 17 August 2015, 12:17:47 UTC
This reverts commit 1d81d423afc93f5dcad6e2b3ea3d8f9d3af10234.
1 parent b92dac2
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