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
404
January 11, 2021
Plans to port SLICOT Toeplitz solvers to Julia?
General Usage
question
5
509
February 26, 2021
Function with array of matrices as input in Julia 0.5
General Usage
2
478
December 16, 2016
Matrix versus matrix transpose
General Usage
9
13451
February 3, 2019
Solve Ax = b tridiagonal matrix
New to Julia
2
1397
April 2, 2019