SOLUTION: calcule: 1 -1 2 5 7 -4 1 0 1 a)A23 b)A13 c)A23

Algebra ->  Matrices-and-determiminant -> SOLUTION: calcule: 1 -1 2 5 7 -4 1 0 1 a)A23 b)A13 c)A23       Log On


   



Question 1041404: calcule:
1 -1 2
5 7 -4
1 0 1
a)A23 b)A13 c)A23

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
The first subscript denotes row, the second column.
So A%5B2%2C3%5D would be second row, third column.
.
.
A%5B2%2C3%5D=-4
.
.

.
.
Do the others the same way.