ian2006huang
ian2006huang ian2006huang
  • 02-05-2021
  • Mathematics
contestada

Topic: Matrix Row Reduction

Topic Matrix Row Reduction class=

Respuesta :

LammettHash
LammettHash LammettHash
  • 02-05-2021

Write the system as an augmented matrix:

[tex]\left[\begin{array}{cc|c}1&5&22\\4&-7&7\end{array}\right][/tex]

Add -4 (row 1) to row 2 :

[tex]\left[\begin{array}{cc|c}1&5&22\\0&-27&-81\end{array}\right][/tex]

Multiply row 2 by -1/27 :

[tex]\left[\begin{array}{cc|c}1&5&22\\0&1&3\end{array}\right][/tex]

Add -5 (row 2) to row 1 :

[tex]\left[\begin{array}{cc|c}1&0&7\\0&1&3\end{array}\right][/tex]

Then x = 7 and y = 3.

Answer Link

Otras preguntas

11. What did Hugh Capet and his heirs accomplish in France? A. They got the French to adopt Christianity. B. They brought about a republic. C.They introduced a
WWhat is the value of p2+p+10 when p=4​
Jim bought a meal in a town that has no sales tax. He tlps 15%. Select all the meals Jim could buy for less than or equal to $30 total.​
Has anyone read Dorothy Must Die?
Evaluate the logarithm. ln(1/e^2)
please answer...............​
What is the full path and filename for the file on a Debian Linux distribution that displays the time zone settings?
26(92' please someone tell me what this means
6. The puests enjoyed the party. active to passive​
Here is the header for a function named computeValue: void computeValue(int value) Which of the following is a valid call to the function? A) computeValue(10) B