SOLUTION: Transpose this augmented matrix: [ 1 8 7 9 ] [ 0 2 5 1 ] [-4 -1 0 17]

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: Transpose this augmented matrix: [ 1 8 7 9 ] [ 0 2 5 1 ] [-4 -1 0 17]      Log On


   



Question 128901This question is from textbook
: Transpose this augmented matrix:
[ 1 8 7 9 ]
[ 0 2 5 1 ]
[-4 -1 0 17]
This question is from textbook

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
To transpose a matrix, take each row and make it into a column.

A=%28matrix%283%2C4%2C1%2C8%2C7%2C9%2C0%2C2%2C5%2C1%2C-4%2C-1%2C0%2C17%29%29

A%5ET=%28matrix%284%2C3%2C1%2C0%2C-4%2C8%2C2%2C-1%2C7%2C5%2C0%2C9%2C1%2C17%29%29