Solve the system of equations:a+b+ca+bb+c=70=37=52
MathBot Answer:
The system of equations has one solution.a=18b=19c=33
Solve by substitution:
Solve a+b+c=70 for a. a=−b−c+70
Substitute −b−c+70 for a in a+b=37 and simplify. a+b(−b−c+70)+bc=37=37=33
Use substitution of the numerical value of c to get the values of a and b.
Solve by Gauss-Jordan Elimination:
Begin by writing the augmented matrix of the system of equations. 110111101703752
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.
110111101703752
The leading term of row 1 is already 1 so this row does not need to be multiplied by a scalar.
110111101703752
Multiply row 1 by scalar −1 and add it to row 2.
1001011−1170−3352
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.
10011011−17052−33
The leading term of row 2 is already 1 so this row does not need to be multiplied by a scalar.
10011011−17052−33
Multiply row 2 by scalar −1 and add it to row 1.
10001001−11852−33
Multiply row 3 by scalar −1 to make the leading term 1.
100010011185233
Multiply row 3 by scalar −1 and add it to row 2.
100010001181933
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=18a=180⋅a+1⋅b+0⋅c=19b=190⋅a+0⋅b+1⋅c=33c=33
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.110111101×abc=703752
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. 1−1101−1−110
Multiply both sides of the equation by the inverse. 1−1101−1−110×110111101×abc=1−1101−1−110×703752abc=181933