Skip to main content

Questions tagged [circulant-matrices]

For questions regarding circulant matrices, where each row vector is rotated one element to the right relative to the preceding row vector.

1 vote
0 answers
69 views

Consider the $3\times3$ left-circulant matrix with first row $(0,1,1)$: $$ C = \begin{pmatrix} 0 & 1 & 1 \\ 1 & 1 & 0 \\ 1 & 0 & 1 \end{pmatrix} $$ where each row is a left ...
user1720931's user avatar
1 vote
0 answers
61 views

Let $A=[a_{ij}],B=[b_{ij}]\in \mathcal{M}_{n}(\mathbb{R})$ be two invertible matrices and additionally, their Hadamard product $A\odot B$ is also invertible. Consider the basic circulant permutation ...
bcanturk's user avatar
3 votes
2 answers
90 views

I would like to solve a linear system $Ax = b$, where $A$ is given by the circulant matrix $$ A = \begin{bmatrix} 1 & 0 & 0 & \ldots & 0 & 0 & -1\\ -1 & 1 & 0 & \...
T.L's user avatar
  • 206
1 vote
1 answer
136 views

I'm trying to understand the eigenvalues of a particular block-circulant matrix $\Sigma$. I'm studying modular arithmetic, specifically $x + y \pmod p$. I call $p$ the "modulus" or the "...
Rylan Schaeffer's user avatar
3 votes
2 answers
354 views

I have stumbled upon the problem of diagonalizing the matrix of a Johnson graph $(N,k)$ with $k=2$. From Wikipedia and several other references I found the explicit form for the eigenvalues https://en....
Alessio Catanzaro's user avatar
3 votes
1 answer
226 views

I am curious if there are any general formulas for problems like this or special cases. I want to compute the determinant of $2n \times 2n$ complex matrices made of identical $2 \times 2$ matrices. If ...
Thtm's user avatar
  • 41
1 vote
2 answers
168 views

For any integer $r \geq 3$, consider the $r$-tuple $(1, 1, 0, 0, \ldots , 0, 0)$ (involving $r - 2$ zeros) which represents the first row of the corresponding $r \times r$ circulant matrix. Show that ...
Aleph-null's user avatar
1 vote
1 answer
105 views

I am currently investigating the spectrum of a matrix $M \in \mathbb{R}^{12 \times 12}$. The matrix has the following form, $$ M = \begin{bmatrix} 0 & 1 & 0 & 1 & 1 & 0 &...
SebastianP's user avatar
3 votes
2 answers
235 views

Let $\omega_0, \ldots, \omega_{n-1}$ be the $n$-th roots of unity, and $a_0, \ldots, a_{n-1}$ be real numbers in the $(0, 1]$ interval. Define $z_i = a_i \omega_i$ as the vertices of a polygon on the ...
Andre Paulino de Lima's user avatar
0 votes
0 answers
60 views

Let an 8x8 2-tridiagonal Toeplitz matrix is of the form S1. From the literature Eigenvalues of 2-tridiagonal Toeplitz matrix its easy to findout the maximum eigenvalue of S1. S1=$ \begin{bmatrix} a &...
Krishna's user avatar
  • 11
1 vote
0 answers
54 views

Is there a special terminology to describe a matrix of the following form in $\mathbb{C}^{4\times 4}$ or more generally $\mathbb{C}^{N\times N}$? $\begin{bmatrix} a & b & b & b \\ b & ...
Mantabit's user avatar
  • 223
2 votes
1 answer
101 views

Is there an example of a normal matrix with real non-negative entries that is neither symmetric nor circulant/block-circulant? If not, is there a proof of this property/reference to proof? ...
citizenfour's user avatar
5 votes
1 answer
182 views

For number $n\ge2$, let $\xi$ be a primitive $n$-th root of unity. The determinant of circulant matrix is a symmetric polynomial in $x_0,\dots,x_{n-1}$ $$f_n=\prod_{j=0}^{n-1}\sum_{i=0}^{n-1}ξ^{ij}x_i$...
hbghlyj's user avatar
  • 6,333
0 votes
0 answers
119 views

Let $\matrix{C}$ be a $n \times n $ circulant matrix with generating vector $\vec{c} = \{0 , c_1, c_2, \cdots, c_k, 0,\cdots, 0\} $ where $k \le n-1$. Let $\matrix{A}$ be a diagonal matrix with ...
Andreas's user avatar
  • 16.8k
0 votes
1 answer
121 views

Let $a_1, a_2, \dots, a_n \in \Bbb{C}$. Let $$ A = \begin{bmatrix} a_1 & a_2 & \dots & a_{n-1} &a_n\\ a_n & a_1 & \dots & a_{n-2} & a_{n-1}\\ \vdots & \vdots & \...
NitaStack's user avatar

15 30 50 per page
1
2 3 4 5
10