Skip to content

ToeplitzMatrix

Generate a symmetric Toeplitz matrix from a list.

$ wo 'ToeplitzMatrix[{a, b}]'
{{a, b}, {b, a}}