0
$\begingroup$

i want to solve the following equation. $\begin{bmatrix} \mathbf{A_1} & \mathbf{A_2} & \mathbf{A_3} & \mathbf{A_4} \\ \mathbf{A_5} & \mathbf{A_6} & \mathbf{A_7} & \mathbf{A_8} \end{bmatrix} \begin{bmatrix} \mathbf{w_1} \\ \mathbf{w_2} \\ \mathbf{w_3} \\ \mathbf{w_4}\end{bmatrix} = \mathbf{0}$ say Equation (1)

where $\mathbf{A}_i = \mathbf{B}_i \otimes \mathbf{D}_i$. Here, $\mathbf{B}_i$ and $\mathbf{D}_i$ are matrice of size 2 x 2 with non-zero elements and full rank. These matrices are given.

$\mathbf{w}_i = \mathbf{x}_i \otimes \mathbf{y}_i$. Here, $\mathbf{x}_i$ and $\mathbf{y}_i$ are vectors of size 2 x 1 and are variables. How to find the vectors $\mathbf{x}_i$ and $\mathbf{y}_i$?

Note: I calculated the solution space of the $\mathbf{w}$ vectors by calculating the null space of the matrix. i took one vector from the solution space and tried to find $\mathbf{x}_i$ and $\mathbf{y}_i$ from $\mathbf{w}_i$ but it didnot satisfy $\mathbf{w}_i = \mathbf{x}_i \otimes \mathbf{y}_i$.

Thank you in advance

  • 0
    let us [continue this discussion in chat](http://chat.stackexchange.com/rooms/1361/discussion-between-karthik-and-percusse)2011-09-16

1 Answers 1

2

I have previously overlooked at the the following problem and thought that it is solvable but apparently I can't without using some nonlinear optimization code. Based on our discussion, I might have mislead @karthik. Hence, I have deleted my previous comments. And posting this answer so that, someone else doesn't get confused.


Let $x_i,y_i \in\mathbb{R}^2,w_i\in\mathbb{R}^4$ for $i=1,\ldots,4$. Given a $16\times 8$ real valued full rank matrix N, how can we find an arbitrary solution $r\in\mathbb{R}^8, x_i$ and $y_i$ such that $ Nr = \begin{pmatrix}x_1\otimes y_1\\ x_2\otimes y_2 \\ x_3\otimes y_3 \\x_4\otimes y_4\end{pmatrix} $ holds?

Mistakenly, I thought this is can be brought down to a matrix equation with a invertible matrix variable.

  • 0
    You're welcome, I couldn't do much but good luck.2011-09-21