Question 176528
I'll assume that the matrices really look like:


{{{A=(matrix(2,2,3,0,2,-1))}}} and {{{B=(matrix(2,2,2,8,0.6,3))}}}



{{{AB}}} Start with the given expression.



{{{(matrix(2,2,3,0,2,-1))(matrix(2,2,2,8,0.6,3))}}} Plug in {{{A=(matrix(2,2,3,0,2,-1))}}} and {{{B=(matrix(2,2,2,8,0.6,3))}}}



Since the first matrix is a 2 by 2 matrix and the second matrix is a 2 by 2 matrix, this means that the resulting matrix will be a 2 by  2 matrix.


So the final resulting matrix will look like:



{{{(matrix(2,2,x,x,x,x))}}}



note: the "x"s are just placeholders for now






Multiply the corresponding entries from the 1st row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:

1st row, 1st column: {{{(matrix(2,2,highlight(3),highlight(0),2,-1))(matrix(2,2,highlight(2),8,highlight(0.6),3))}}}

{{{(3)*(2)+(0)*(0.6)=6+0=6}}}



 So the element in the 1st row, 1st column of the resulting matrix is {{{6}}}. Now let's update the matrix:

 

{{{(matrix(2,2,6,x,x,x))}}}

--------------------------------------------------





Multiply the corresponding entries from the 1st row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:

1st row, 2nd column: {{{(matrix(2,2,highlight(3),highlight(0),2,-1))(matrix(2,2,2,highlight(8),0.6,highlight(3)))}}}

{{{(3)*(8)+(0)*(3)=24+0=24}}}



 So the element in the 1st row, 2nd column of the resulting matrix is {{{24}}}. Now let's update the matrix:

 

{{{(matrix(2,2,6,24,x,x))}}}

--------------------------------------------------



================================================================================





Multiply the corresponding entries from the 2nd row of the first matrix by the 1st column of the second matrix. After multiplying, add the values:

2nd row, 1st column: {{{(matrix(2,2,3,0,highlight(2),highlight(-1)))(matrix(2,2,highlight(2),8,highlight(0.6),3))}}}

{{{(2)*(2)+(-1)*(0.6)=4+-0.6=3.4}}}



 So the element in the 2nd row, 1st column of the resulting matrix is {{{3.4}}}. Now let's update the matrix:

 

{{{(matrix(2,2,6,24,3.4,x))}}}

--------------------------------------------------





Multiply the corresponding entries from the 2nd row of the first matrix by the 2nd column of the second matrix. After multiplying, add the values:

2nd row, 2nd column: {{{(matrix(2,2,3,0,highlight(2),highlight(-1)))(matrix(2,2,2,highlight(8),0.6,highlight(3)))}}}

{{{(2)*(8)+(-1)*(3)=16+-3=13}}}



 So the element in the 2nd row, 2nd column of the resulting matrix is {{{13}}}. Now let's update the matrix:

 

{{{(matrix(2,2,6,24,3.4,13))}}}

--------------------------------------------------







==============================================================================



Answer:



So the solution is  {{{(matrix(2,2,6,24,3.4,13))}}}


In other words,


{{{(matrix(2,2,3,0,2,-1))*(matrix(2,2,2,8,0.6,3))=(matrix(2,2,6,24,3.4,13))}}}




So {{{AB=(matrix(2,2,6,24,3.4,13))}}}