Any pointer for analyzing this matrix?

  • Thread starter Thread starter divB
  • Start date Start date
  • Tags Tags
    Matrix
divB
Messages
85
Reaction score
0
Row subset of matrix with lowest condition number

Hi,

I have a matrix with N rows and K\cdot M \ll N columns.
Is there a generic way to choose L rows s.t. the condition number of the matrix is minimized?
I would appreciate any pointer or any hints how I could approach the problem.
Currently I am brute forcing all possible subsets and seek for the set with the smallest condition number but this is nearly undeasible.

I do not think it helps but if it does, this is the structure of the matrix: Is is a pointwise multiplication of 2 matrices. The first summand consists of K vertical "ribbons" of size N \times M. Each consists of M equal columns where the columns are the DFT of a power of a discrete random(like) signal (I do not know if this matters ...)
The second summand consists of K equal Vandermonde matrices (to be precicse, the first M columns of the DFT matrix).
Formally:

<br /> \left[\begin{matrix} \mathbf{A}_1 &amp; \mathbf{A}_2 &amp; \cdots &amp; \mathbf{A}_K \end{matrix}\right] * \left[\underbrace{\begin{matrix}\mathbf{V} &amp; \mathbf{V} &amp; \cdots &amp; \mathbf{V} \end{matrix}}_{K-\mathrm{times}}\right]<br />

where * denotes point-wise multiplication.

<br /> \mathbf{A}_k = \left[\underbrace{\begin{matrix}<br /> \mathrm{DFT}(x_n^{k-1})^T &amp; \cdots &amp; \mathrm{DFT}(x_n^{k-1})^T<br /> \end{matrix}}_{M-\mathrm{times}}\right]<br />

<br /> \mathbf{V} = \left[\begin{matrix}<br /> 1 &amp; 1 &amp; 1 &amp; \cdots &amp; 1 \\<br /> 1 &amp; u^1 &amp; u^2 &amp; \cdots &amp; u^M \\<br /> 1 &amp; u^2 &amp; u^4 &amp; \cdots &amp; u^{2M} \\<br /> \vdots &amp; \ddots &amp; \ddots &amp; \ddots &amp; \vdots \\<br /> 1 &amp; u^N &amp; u^{2N} &amp; \cdots &amp; u^{NM}<br /> \end{matrix}\right]<br />

Thanks,
divB
 
Last edited:
Physics news on Phys.org
divB said:
I have a matrix with N rows and K\cdot M \ll N columns.
Is there a generic way to choose L rows s.t. the condition number of the matrix is minimized?

If you choose L \ne K\cdot M, I'm curious how you define the "condition number" of the resulting non-square matrix.
 
Hi Stephen,

Thanks. I have no formal requirement for this. The system should be solved via LS and stability and accuracy increases as the condition number decreases. Which definition is exactly used is not so relevant to me; the ratio between largest and smallest singular value works pretty well (cond in MATLAB) and of course works for any, non-square matrix.

divB
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top