I have the following matrix
$$m=\left( \begin{array}{cccc} 0 & -1 & 1 & 0 \\ 1 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & -1 & 0 \\ \end{array} \right)$$
How does one compute the Smith normal form of this matrix?
I have the following matrix
$$m=\left( \begin{array}{cccc} 0 & -1 & 1 & 0 \\ 1 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 \\ 0 & 0 & -1 & 0 \\ \end{array} \right)$$
How does one compute the Smith normal form of this matrix?
Copyright © 2021 JogjaFile Inc.
A series of row swappings yields \begin{bmatrix} 1&0&0&1\\0&-1&1&0\\0&0&-1&0 \\0&0&0&1 \end{bmatrix}