Question 1041404
The first subscript denotes row, the second column.
So {{{A[2,3]}}} would be second row, third column.
.
.
{{{A[2,3]=-4}}}
.
.
{{{(matrix(3,3,
1,-1,2,
5,7,highlight(-4),
1,0,1))}}}
.
.
Do the others the same way.