Problem: Find the SVD for the matrix \(\begin {bmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \end {bmatrix} \) Notice that in Maple, the singular values matrix, normally called S, is returned as a column vector. So need to call DiagonalMatrix() to format it as expected.