System of linear equations dependent on a : x + y + z = 1 &#x2212

Sylvia Byrd

Sylvia Byrd

Answered question

2022-07-03

System of linear equations dependent on a:
x + y + z = 1
2 x + 2 y + a z = 3
a x + y + 2 z = 2
I'm transforming this to a matrix.
M 1 = [ 1 1 1 1 2 2 a 3 a 1 2 2 ]
I'm switching x with y column and sort.
M 2 = [ 1 1 1 1 1 a 2 3 2 2 a 2 ]
Solving this:
M 3 = [ 1 1 1 1 0 a 1 1 2 0 0 a + 2 5 ]
Therefore I'm getting
a = 3
Putting it into the M 1 yields no result, as I end up with.
M = [ 1 1 1 1 0 4 5 1 0 4 5 5 ]
Is there an error in my calculation?

Answer & Explanation

Camron Herrera

Camron Herrera

Beginner2022-07-04Added 16 answers

Your first error occurs when forming M 2. You did a combination of swapping the second and third row (which you are allowed to do) with swapping the first and second column (which you are not allowed to do).
Each row of the matrices M 1, M 2, and M 3 represents an equation in x , y , and z. By swapping rows, you just change the order in which the equations are listed; this is perfectly find because it does not change the solutions to the system. Swapping rows however corresponds to interchanging variables; this is not allowed because it effects the solutions of the system. For example, the solutions of x + 2 y = 0 are not the same as the solutions of y + 2 x = 0.
Your next error occurs when forming M 3. You have done the row reduction incorrectly.
Your final error occurs when you conclude that a = 3. The third row of M 3 represents the equation ( a + 2 ) z = 5. That does not imply that a = 3. However, by imposing a restriction on a, you can find z in terms of a.
I advise you try again. Start with M 1 (which is the correct augmented matrix for the system) and row reduce it, making sure to only use the allowed row operations.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?