An identity matrix of size n is the n×n square matrix with elements equal to 1 on the main, or leading diagonal (the diagonal of elements ai,j where i=j, so a1,1,a2,2,…an,n) and 0 elsewhere. For example, X is a 4×4 identity matrix:
X=⎝⎛1000010000100001⎠⎞
Look at the following matrix A:
A=⎝⎛−5310104−820−77⎠⎞Find the matrix B such that A+B is an identity matrix of size 3×3. Write the matrix B to the answer field.
For example, your output may look like this
-2 3 11 -1 -13 -3 1
Enter a short text
531 learners liked this problem. 15 didn't like it. What about you?