<div dir="ltr">Dear PETSc users,<br><br>The attached file is a naive test of MatMatSolve : I create a matrix,say A, I duplicate it, say BB, and I would like to compute A^{-1}*BB.<br>Since A is the identity matrix, I would like to get the identity matrix. But I don&#39;t!<br>
Here is what I obtain by doing &quot;./niko1f -n 3&quot; : <br><br>===========================================================================<br>&nbsp;A before MatMatSolve<br>row 0: (0, 1)<br>row 1: (1, 1)<br>row 2: (2, 1)<br>
&nbsp;BB before MatMatSolve<br>row 0: (0, 1)<br>row 1: (1, 1)<br>row 2: (2, 1)<br>&nbsp;XX before MatMatSolve<br>0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00<br>0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00<br>
0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00<br>&nbsp;XX after MatMatSolve<br>1.0000000000000000e+00 1.9966503766457982e-314 7.9050503334599447e-323<br>1.0000000000000000e+00 0.0000000000000000e+00 6.4996731077266291e-311<br>
1.0000000000000000e+00 2.6136072665001942e-321 9.6616869034104132e-317<br>===========================================================================<br><br><br>Can you tell me what I am doing wrong?<br><br>Thanks,<br><br>
Nicolas<br><br></div>