SOLUTION: I have to find the value lower than M23 of the matrix given. A=[4 3 5, 4 1 9, 2 1 6] (It looks like a chart. But they're organized in 3 rows. 4 3 5 being the first, 4 1 9 being the

Algebra ->  Testmodule -> SOLUTION: I have to find the value lower than M23 of the matrix given. A=[4 3 5, 4 1 9, 2 1 6] (It looks like a chart. But they're organized in 3 rows. 4 3 5 being the first, 4 1 9 being the      Log On


   



Question 1052920: I have to find the value lower than M23 of the matrix given. A=[4 3 5, 4 1 9, 2 1 6] (It looks like a chart. But they're organized in 3 rows. 4 3 5 being the first, 4 1 9 being the second, and 2 1 6 being the third. Enclosed with parentheses like the ones I just used and without the commas. Help?
Answer by ikleyn(52847) About Me  (Show Source):
You can put this solution on YOUR website!
.
I have to find the value lower than M23 of the matrix given. A=[4 3 5, 4 1 9, 2 1 6] (It looks like a chart.
But they're organized in 3 rows. 4 3 5 being the first, 4 1 9 being the second, and 2 1 6 being the third.
Enclosed with parentheses like the ones I just used and without the commas. Help?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

What you are given is this matrix: A = %28matrix%283%2C3%2C+4%2C+3%2C+5%2C++4%2C+1%2C+9%2C++2%2C+1%2C+6%29%29.

M23 is its element in the second row and third column.

Can you identify this element now?

Can you complete the job on your own now?