Answer on Question #64696 – Math – Linear Algebra
Question
1) Solve and Check
Solution
Let's rewrite the system of equations in matrix form and solve it by Gaussian elimination
Change the order of rows in the matrix. Set the fourth row to be the first one
Subtracting row 1 from row 3 and finally multiplying by (-1) in the modified matrix
Adding row 1, multiplied by -2, to row 2
Interchanging the second and third rows
Adding row 1, multiplied by -3, to row 4
Dividing row 4 by 2
Subtracting the second row from the third row
Multiplying the third row by (-1);
Subtracting row 2 from row 4
Adding row 3, multiplied by -2, to row 4
Dividing row 4 by 18
1 0 -1 -1 2
0 1 0 -4 2
0 0 1 -5 8
0 0 0 1 -1
Adding row 4, multiplied by 5, to row 4
1 0 -1 -1 2
0 1 0 -4 2
0 0 1 0 3
0 0 0 1 -1
Adding row 3 to row 1
1 0 0 -1 5
0 1 0 -4 2
0 0 1 0 3
0 0 0 1 -1
Adding row 4, multiplied by 4, to row 2
1 0 0 -1 5
0 1 0 0 -2
0 0 1 0 3
0 0 0 1 -1
Adding row 4 to row 1
1 0 0 0 4
0 1 0 0 -2
0 0 1 0 3
0 0 0 1 -1
Hence
Let us check. Substituting this solution into the equations of the system and perform the calculation:
Verification is successful.
Answer:
a = 4, b = -2, c = 3, d = -1.
Question
2)
```
r+s+2t-u= -3
2r+3s+3t+u= 2
4r+2s-t+u= 5
s+2t+2u=7
```
Solution
Let's rewrite the system of equations in the matrix form and solve it by the Gaussian elimination
Subtracting row 1, multiplied by 2, from row 2;
Subtracting row 1, multiplied by 4, from row 3
Adding row 2, multiplied by 2, to row 3
Subtracting row 2 from row 4
1 1 2 -1-3
0 1 -1 3 8
0 0 -11 11 33
0 0 3 -1-1
Dividing row 3 by -11
1 1 2 -1-3
0 1 -1 3 8
0 0 1 -1-3
0 0 3 -1-1
Subtracting row 3, multiplied by 3, from row 4
1 1 2 -1-3
0 1 -1 3 8
0 0 1 -1-3
0 0 0 2 8
Dividing row 4 by 2
1 1 2 -1-3
0 1 -1 3 8
0 0 1 -1-3
0 0 0 1 4
Adding row 4 to row 3
1 1 2 -1-3
0 1 -1 3 8
0 0 1 0 1
0 0 0 1 4
Subtracting row 4, multiplied by 3, from row 2
1 1 2 -1-3
0 1 -1 0 -4
0 0 1 0 1
0 0 0 1 4
Adding row 4 to row 1
1 1 2 0 1
0 1 -1 0 -4
0 0 1 0 1
0 0 0 1 4
Adding row 3 to row 2
1 1 2 0 1
0 1 0 0 -3
0 0 1 0 1
0 0 0 1 4
Subtract row 3, multiplied by 2, from row 1
1 1 0 0 -1
0 1 0 0 -3
0 0 1 0 1
0 0 0 1 4
Subtracting row 2 from row 1
1 0 0 0 2
0 1 0 0 -3
0 0 1 0 1
0 0 0 1 4
Hence
Let us check. Substituting this solution into the equations of the system and perform the calculation:
Verification is successful.
Answer:
Answer provided by https://www.AssignmentExpert.com