SOLUTION: Let A = [0 0 1] [8 1 0] [2 0 0] Find Y such that YA = [2 0 0] [8 1 0] [0 0 1]
Algebra
->
College
->
Linear Algebra
-> SOLUTION: Let A = [0 0 1] [8 1 0] [2 0 0] Find Y such that YA = [2 0 0] [8 1 0] [0 0 1]
Log On
Algebra: Linear Algebra (NOT Linear Equations)
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear Algebra
Question 842579
:
Let A =
[0 0 1]
[8 1 0]
[2 0 0]
Find Y such that YA =
[2 0 0]
[8 1 0]
[0 0 1]
Answer by
Fombitz(32388)
(
Show Source
):
You can
put this solution on YOUR website!
Y*A=Z
Y*A*A^(-1)=Z*A^(-1)
Y=Z*A^(-1)
Find the inverse of A and multiply.