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