Question: Does the system bellow have any solution for $\vec{F}_a$ and $\vec{F}_b$? If yes, how can I find them all?
$$ \begin{cases}\vec{F}_a + \vec{F}_b = \vec{F}_r \\ \vec{p}_a \times \vec{F}_a + \vec{p}_b \times \vec{F}_b = \vec{M}_r \end{cases} $$
I tried to transform it into a block linear system, but it seems that $\det K =0$:
$$ \underbrace{\begin{bmatrix} \left[I_3\right] & \left[I_3\right] \\ \left[\vec{p}_a\right]_{\times} & \left[\vec{p}_b\right]_{\times} \\ \end{bmatrix}}_{K} \begin{bmatrix} \vec{F}_a \\ \vec{F}_b \\ \end{bmatrix}= \begin{bmatrix} \vec{F}_r \\ \vec{M}_r \\ \end{bmatrix} $$
$[I_{3}]$ is the identity matrix and $[u]_{\times}$ is the cross product matrix of $u$:
$$ u \times a = \left[u\right]_{\times} \cdot a $$ $$ u = \left(u_x, \ u_y, \ u_z\right) \Longrightarrow \left[u\right]_{\times} = \begin{bmatrix}0 & -u_z & u_y \\ u_z & 0 & -u_x \\ -u_y & u_x & 0\end{bmatrix} $$
By substituting $\vec{F}_b = \vec{F}_r - \vec{F}_a$ into the second equation, you only need to solve $$ \underbrace{\left(\vec{p}_a-\vec{p}_b\right)}_u\times\underbrace{\vec{F}_a}_x =\underbrace{\vec{M}_r-\vec{p}_b\times \vec{F}_r}_v $$ which is in the form of $$ u\times x=v\tag{1} $$ where $u$ and $v$ are given and $x$ is the unknown vector. Since the linear map $x\mapsto u\times x$ is singular, equation $(1)$ has either no solution or infinitely many solutions. More specifically,