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
Symbolic (symmetric-toepltiz)matrix-vector multiplication doesn't work for higher dimensions of matrix
General Usage
linearalgebra
,
symbolics
0
163
July 30, 2023
Understanding generic functions and parametric types
New to Julia
parametric-types
,
functions
3
104
August 4, 2024
AbstractArray and Vector of AbstractArray as an input
New to Julia
question
5
165
May 8, 2024
Using ToeplitzMatrices
General Usage
1
385
January 11, 2021
Where T <: Any
General Usage
8
717
August 18, 2018