I have doubt to solve this system of equations
\begin{cases} x+y=r_1\\ x+z=c_1\\ x+w=d_1\\ y+z=d_2\\ y+w=c_2\\ z+w=r_2 \end{cases}
Is it an overdetermined system because I see there are more equations than unknowns.
Can we just solve this system in a simple way?
Hint:
Write the system of linear equations in matrix form: set $$A=\begin{bmatrix} 1&1&0&0\\1&0&1&0\\1&0&0&1\\0&1&1&0\\0&1&0&1\\0&0&1&1 \end{bmatrix},\quad X=\begin{bmatrix}x\\y\\z\\w\end{bmatrix},\quad B=\begin{bmatrix}r_1\\c_1\\d_1\\d_2\\c_2\\w_2\end{bmatrix}$$ $A$ is the matrix of a linear mapping from $\mathbf R^4$ to $\mathbf R^6$ (supposing the base field is $\mathbf R$) and the linear system can be written as $$AX=B.$$ Now this system has solutions, by definition, if $B$ is in the image of the linear map. A criterion for this is the following:
Using row reduction, you should find $A$ has maximal rank ($4$), and if the augmented matrix also has rank $4$, there is a unique solution, which you'll find with full row reduction.