HankelMatrix¶ Hankel matrix from a list. $ wo 'HankelMatrix[{1, 2, 3}]' {{1, 2, 3}, {2, 3, 0}, {3, 0, 0}}