Solve the system of equations:3a−9b−7c2a−b−c−(2a)−b=0=3=−2
MathBot Answer:
The system of equations has one solution.a=717b=−720c=733
Solve by substitution:
Solve 3a−9b−7c=0 for a. a=3b+37c
Substitute 3b+37c for a in each of the remaining equations and simplify. 2a−b−c2(3b+37c)−b−c15b+11c=3=3=9−2a−b−2(3b+37c)−b3b+2c=−2=−2=76
Solve 15b+11c=9 for b. b=53−1511c
Substitute 53−1511c for b in 3b+2c=76 and simplify. 3b+2c3(53−1511c)+2cc=76=76=733
Use substitution of the numerical value of c to get the values of a and b. bbb=53−1511c=−7⋅1511⋅33+53=−720aaa=3b+37c=3(−20)71+7⋅33⋅71⋅31=717
Solve by Gauss-Jordan Elimination:
Begin by writing the augmented matrix of the system of equations. 32−2−9−1−1−7−1003−2
Then use a series of elementary row operations to convert the matrix into reduced-row echelon form. The three elementary row operations are:
1. Swap the positions of any two rows.
2. Multiply any row by a nonzero scalar.
3. Multiply a row by a nonzero scalar and add it to any other row.
First, switch the rows in the matrix such that the row with the leftmost non-zero entry with the greatest magnitude is at the top.
32−2−9−1−1−7−1003−2
Multiply row 1 by scalar 31 to make the leading term 1.
12−2−3−1−1−37−1003−2
Multiply row 1 by scalar −2 and add it to row 2.
10−2−35−1−37311003−2
Multiply row 1 by scalar 2 and add it to row 3.
100−35−7−37311−31403−2
Switch the rows in the matrix such that the row with the next leftmost non-zero entry with the next greatest magnitude is the next row from the top.
100−3−75−37−3143110−23
Multiply row 2 by scalar −71 to make the leading term 1.
100−315−37323110723
Multiply row 2 by scalar 3 and add it to row 1.
100015−313231176723
Multiply row 2 by scalar −5 and add it to row 3.
100010−3132317672711
Multiply row 3 by scalar 3 to make the leading term 1.
100010−313217672733
Multiply row 3 by scalar 31 and add it to row 1.
100010032171772733
Multiply row 3 by scalar −32 and add it to row 2.
100010001717−720733
Once the matrix is in reduced-row echelon form, convert the matrix back into linear equations to find the solution. 1⋅a+0⋅b+0⋅c=717a=7170⋅a+1⋅b+0⋅c=−720b=−7200⋅a+0⋅b+1⋅c=733c=733
Solve by matrix inversion:
In cases where the coefficient matrix of the system of equations is invertible, we can use the inverse to solve the system. Use this method with care as matrix inversion can be numerically unstable for ill-conditioned matrices.
Express the linear equations in the form A×X=B where A is the coefficient matrix, X is the matrix of unknowns, and B is the constant matrix.32−2−9−1−1−7−10×abc=03−2
The product of A and its inverse A−1 is the identity matrix. Any matrix multiplied by the identity matrix remains unchanged, so this yields the matrix of unknowns on the left hand side of the equation, and the solution matrix on the right. A×XA−1×A×XI×XX=B=A−1×B=A−1×B=A−1×B
Using a computer algebra system, calculate A−1. −7172−741−2372−711715
Multiply both sides of the equation by the inverse. −7172−741−2372−711715×32−2−9−1−1−7−10×abc=−7172−741−2372−711715×03−2abc=717−720733