If I have a system of equations, $Ax=B$ where the elements of $B$ have been experimentally determined and as such each element has some uncertainty, how would I propagate this to the elements of $x$?
$$ \left[\begin{matrix} a_{11} & a_{12}\\ a_{21} & a_{22}\\ \end{matrix}\right] \left[\begin{matrix} x_{11}\\x_{21}\end{matrix}\right]= \left[\begin{matrix} b_{11}\pm\sigma_{b_{11}}\\b_{21}\pm\sigma_{b_{21}}\end{matrix}\right] $$
For instance, in a system like the one above, how do I account for the error in $B$ when solving for $x$? I am trying to find $\sigma_{x_{11}}$ and $\sigma_{x_{12}}$.