I have this 3x3 system of equations for 2-D markov chain. I want to map the coefficients of this matrix to look like this 9x9 matrix having those zeros coefficients as well but i don't know how to proceed with it. Any help ?
[ 5*P11 - 2*P12 - 2*P21, 7*P12 - 5*P11 - 4*P13 - 2*P22, 9*P13 - 5*P12 - 2*P23]
[ 7*P21 - 2*P22 - 4*P31, 9*P22 - 5*P21 - 4*P23 - 4*P32, 11*P23 - 5*P22 - 5*P13 - 4*P33]
[ 9*P31 - 2*P32, 11*P32 - 5*P31 - 4*P33, 8*P33 - 5*P32 - 5*P23]