Skip to main content

Questions tagged [vectorization]

The vectorization of a matrix is a linear transformation that converts the matrix into a column vector.

0 votes
0 answers
105 views

Let $X \in M_n(\mathbb{R})$ be a matrix and $A \in M_n(\mathbb{R})$ be a matrix (not necessarily invertible) with all entries strictly positive such that $A X A^\top=X$. Prove or disprove $X=O_n$. If ...
Shthephathord23's user avatar
1 vote
0 answers
68 views

Let $\bf A$ be an invertible $m \times m$ real matrix. Is there any simplified expression for the following $m^2 \times m^2$ rank-$1$ matrix? $$\operatorname{vec}({\bf A}) \operatorname{vec}^\top \...
User1002546's user avatar
0 votes
0 answers
48 views

My question can be summarised as: Is the convex hull of a set of matrices identical to the convex hull of the vectorised set mapped back into a set of matrices? The very obvious answer seems yes due ...
Unicorn's user avatar
  • 101
1 vote
1 answer
82 views

Let $X\in{\mathbb{R}}^{m{\times}n}$ be a general matrix, what's the derivative of $X{\otimes}X$? i.e. I want to calculate $\frac{{\mathrm{d}}(X{\otimes}X)}{{\mathrm{d}}X}$, or the derivative of its ...
Talent's user avatar
  • 65
1 vote
1 answer
165 views

I have a symmetric positive definite matrix $L\in\mathbb{R}^{n\times n}$ and its Cholesky factor $G\in\mathbb{R}^n$ such that $L=GG^T$. Called $\mathrm{vec}:\mathbb{R}^{n\times n}\to\mathbb{R}^{n^2}$ ...
Dadeslam's user avatar
  • 896
1 vote
1 answer
68 views

I've been trying to generalize a vector-matrix-vector product that represents the $i$th element of a vector $v$, but I can't figure out how to put it into a concise form. Let $v \in \mathbb{R}^{n}$ be ...
Quyed's user avatar
  • 13
1 vote
2 answers
83 views

Below are examples of the matrix I have in mind: $$ P_{2} = \begin{bmatrix} 1 & & & \\ & & 1 & \\ & 1 & & \\ & & & 1 \end{...
wintergreen_plaza's user avatar
0 votes
1 answer
127 views

Given a function, that accepts a matrix and returns a vector: $g(X):\mathbb{R}^{nxm}\rightarrow \mathbb{R}^{m}$, s.t. $g^{(i)} = t\cdot X^{(i)}$; where $X$ is an $n\times m$ matrix, $t$ is a row ...
Lis_IO's user avatar
  • 3
1 vote
1 answer
150 views

Suppose we have the following matrices defined over the field of complex numbers ($\Bbb C$): a square input matrix $\mathbf{U}$ with dimensions $n \times n$ a symmetric convolution kernel $\mathbf{H}...
Nico Deshler's user avatar
1 vote
0 answers
222 views

I am looking for a more elegant way to confirm the following intuition: Assume that $A$ and $B$ are two square $p\times p$ matrices. It seems there should always be some matrix $C$ such that $\...
shadow1234's user avatar
1 vote
1 answer
269 views

I want to find solutions for matrices $A\in \mathbb{R}^{m\times n}$ and $B\in \mathbb{R}^{n\times m}$ in the following equations: $$ \left\{ \begin{matrix} A^TM_1 = A^T(AB\odot M_2) \\ ...
Mokoghost's user avatar
0 votes
0 answers
137 views

I have a constraint optimization problem formulated in a diagonal matrix form: $ P_3:~ min_{x} \quad \|A X(t) - Y(t)\|^2 \\ \text{subject to} \quad X^*(t) \cdot X(t) = \mathbb{I} $ I need to ...
user3284182's user avatar
0 votes
1 answer
80 views

Here is the equation I want to solve: $$\frac{d\vec{A}}{d\vec{C}}=\frac{d\mathbf{M}(\vec{C})\vec{B}}{d\vec{C}}$$ where $\vec{A} = \mathbf{M}(\vec{C})\vec{B}$ $\vec{B}$ is a constant vector $\vec{C}$ ...
CSTim's user avatar
  • 35
1 vote
0 answers
46 views

Basically the title. For $A \in \mathbb{R}^{n \times n}$, how does $\text{rank}(A)$ relate to $\text{rank}(\text{Diag}(\text{Vec}(A)))$ where $\text{Diag}(\text{Vec}(A) \in \mathbb{R}^{n^2 \times n^2}...
jacob's user avatar
  • 612
3 votes
2 answers
2k views

This question is hard to ask, but I'll try to be as specific as I can. For matrices $A \in \mathbb{R}^{m \times n}$, $B \in \mathbb{R}^{p \times q}$, is there an equivalent representation (see below) ...
jacob's user avatar
  • 612

15 30 50 per page
1
2 3 4 5