Matrix A has inverese
B= [ 2 1 3 ]
1 1 1
4 2 1
I need to find a matrix X such that XA=C, where
C= [ 1 2 3 ]
1 0 1
0 0 0
Any ideas will be helpful. Thanks
B= [ 2 1 3 ]
1 1 1
4 2 1
C= [ 1 2 3 ]
1 0 1
0 0 0
mental wrote:Matrix A has invereseB= [ 2 1 3 ]
1 1 1
4 2 1
I need to find a matrix X such that XA=C, whereC= [ 1 2 3 ]
1 0 1
0 0 0