I need to solve for $B$ in the equation $A B = C$ where: $A$ and $C$ are known $1 \times 6$ vectors and $C$ is an unknown $ 6 \times 6$ transition probability matrix (i.e. rows sum = to $1$).
As far as I understand that gives us $12$ equations for $36$ unknowns meaning there could be infinitely many solutions. I know that $11$ of the transition probabilities are usually zero or very close so we could set those to zero to inform our solution a bit more.
I want to choose a solution that is reasonable in the context of the problem, in the context these matrices typically have much higher values in the diagonals (in the order of $0.7$) and adjacent cells (in the order of $0.1$).
What is the best way of incorporating this loose criterion?
I thought of maybe finding a way to generate many solutions and then picking one that is closest to what we could expect in reality.
Would that be possible or does anyone have a better idea?
I work in insurance and use R for my matrix calculations.