powered by
Auxilary function, used to validate the input of TrenchInverse
is.toeplitz(x)
returns True or False according to whether x is or is not a symmetric Toeplitz matrix
value to be tested
A.I. McLeod
A symmetric Toeplitz matrix of order n has (i,j)-entry of the form g[abs(1+i-j)], where g is a vector of length n.
TrenchInverse, toeplitz
TrenchInverse
toeplitz
is.toeplitz(toeplitz(1:5)) is.toeplitz(5)
Run the code above in your browser using DataLab