Julia Programming Language
toeplitz matrix
New to Julia
aharoun
March 30, 2019, 3:14pm
11
Do you mean like this?
function toeplitz(n) r = [2; -1; zeros(n-2)] Toeplitz(r, r) end
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Using ToeplitzMatrices
General Usage
1
396
January 11, 2021
Plans to port SLICOT Toeplitz solvers to Julia?
General Usage
question
5
493
February 26, 2021
Symbolic (symmetric-toepltiz)matrix-vector multiplication doesn't work for higher dimensions of matrix
General Usage
linearalgebra
,
symbolics
0
165
July 30, 2023
How to improve the performance of a function generating a Jacobian with "Toeplitz" structure
General Usage
question
5
195
March 30, 2024
Matrix versus matrix transpose
General Usage
9
13394
February 3, 2019