Aufgabe:
Wie bekomme ich die Smith Normal Form
Problem/Ansatz:
Es gibt einen Schritt den ich nicht verstehe und zwar derjenige bei dem man den ggT bestimmt und alle anderen EintrΓ€ge der Spalte modifiziert. Hier ein Beispiel von Wikipedia: https://en.wikipedia.org/wiki/Smith_normal_form

Text erkannt:
Example [edit]
As an example, we will find the Smith normal form of the following matrix over the integers.
βββ2β610β464β41216ββ ββ
The following matrices are the intermediate steps as the algorithm is applied to the above matrix.
ββββ2β610β018β16β024β4ββ ββββββ200β018β16β024β4ββ ββββββ200β02β16β020β4ββ ββββββ200β020β020156ββ ββββββ200β020β00156ββ βββ
So the Smith normal form is
βββ200β020β00156ββ ββ
and the invariant factors are 2, 2 and 156 .
Nun verstehe ich das gelb Makierte nicht. Der ggt von 18 und -16 ist 2 okay. Aber wie wird aus 24 20? Dasselbe Problem hier: https://de.wikipedia.org/wiki/Smith-Normalform

Text erkannt:
Als Beispiel wird die Smith-Normalform der Matrix
A=βββ2β610β46β4β412β16ββ ββ
berechnet. Die folgenden Matrizen sind die Zwischenschritte des Smith-Algorithmus angewandt auf diese Matrix:
ββββ2β610β018β24β024β36ββ ββββββ200β018β24β024β36ββ ββββββ200β018β6β024β12ββ ββββββ200β0618β01224ββ ββββββ200β060β012β12ββ ββββββ200β060β0012ββ βββ
Die letzte Matrix stellt dann die Smith-Normalform von A dar. Die invarianten Faktoren von A sind damit 2,6 und 12 .
Der ggT von 18 und -24 ist 6. Aber woher kommt die 12?
Vielen Dank fΓΌr eure Hilfe