Toeplitz matrix is a matrix in which each descending diagonal from left to right is constant
Example Program :
%Generate toeplitz matrix of 3x3 consisting of elements 2 5 6
t = toeplitz([2 5 6])
Example Program :
%Generate toeplitz matrix of 3x3 consisting of elements 2 5 6
t = toeplitz([2 5 6])
No comments:
Post a Comment