0% found this document useful (0 votes)
101 views3 pages

Elementary Row Operations in Math

The document discusses elementary row operations that can be performed on an augmented matrix to solve a system of linear equations. There are three elementary row operations: 1) dividing a row by a constant, 2) subtracting a multiple of one row from another row, and 3) swapping two rows. Gaussian elimination is a sequence of elementary row operations that transforms the augmented matrix into row echelon form to solve the system of equations through back-substitution. Examples are provided to illustrate each elementary row operation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views3 pages

Elementary Row Operations in Math

The document discusses elementary row operations that can be performed on an augmented matrix to solve a system of linear equations. There are three elementary row operations: 1) dividing a row by a constant, 2) subtracting a multiple of one row from another row, and 3) swapping two rows. Gaussian elimination is a sequence of elementary row operations that transforms the augmented matrix into row echelon form to solve the system of equations through back-substitution. Examples are provided to illustrate each elementary row operation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PRESENTATION

Mathematics-||

Submitted to –

[Link] PARVEZ

Department Of GED

Daffodil International University

SUBMITTED BY –
The Elementary Row Operations
We have seen that the solution of a system of equations is not changed if we:

 divide an both sides of an equation by a constant, or

 subtract a multiple of one equation from another equation.

These same operations can be applied to the rows of an augmented matrix, since each
row just represents an equation. They are then called Elementary Row Operations.

The Elementary Row Operations (E.R.O.’s) are:

 E.R.O.#1: Choose a row of the augmented matrix and divide (every element of) the
row by a constant.

 E.R.O.#2: Choose any row of the augmented matrix and subtract a multiple of any
other row from it (element by element).

 E.R.O.#3: It is sometimes useful to swap two rows. This is a valid operation because
the order of the equations is immaterial.

You may apply these E.R.O.’s to an augmented matrix as often as you like without changing
the solution of the equations represented by the matrix.

Example: This example shows how we apply E.R.O.#1 and the notation we use to
indicate it. We will divide the first row of the augmented matrix on the left by 2 to
produce the new augmented matrix on the right:

Note: ← ÷ by 2 means “divide the row being pointed to by 2 to produce the new
matrix”.

Example: This example shows how we apply E.R.O.#2 and the notation we use to
indicate it. In the augmented matrix on the left we will take the second row and from
it subtract 3 times the first row to produce the new augmented matrix on the right:
Note: ← R 2 − 3 · R 1 means “take the row being pointed to (row 2) and subtract 3
times row 1 from it to produce the new row 2.”

Example: This example shows how we apply E.R.O.#3 and the notation we use to
indicate it. In the augmented matrix on the left we swap rows 1 and 2 to produce the
new augmented matrix on the right:

Note: R 1 ↔ R 2 means “swap rows 1 and 2.”

Gaussian Elimination

The Gaussian elimination procedure is a certain sequence of E.R.O.’s that


transforms the augmented matrix into Gauss form (also known as row echelon form)
This form is characterized by 1’s on the diagonal, 0’s below the diagonal and any
numbers above the diagonal. Here is an example:

This augmented matrix represents the system of equations:

It is solved by back-substitution. Plugging z = 3 into the second equation gives y = 5.


Then plugging both z = 3 and y = 5 into the first equation gives x = 7.

Common questions

Powered by AI

Back-substitution is effective post-Gaussian elimination because the matrix has been refactored into an augmented system where each variable progressively only depends on already solved variables. Starting from the last row, which contains the final variable in isolation (assuming non-redundancy), determines exact values one at a time in reverse order. This effective step-by-step solution method reduces errors and logical fallacies that might arise from solving such systems directly from complex matrices .

The Gaussian elimination method meticulously applies a sequence of Elementary Row Operations to shift an augmented matrix into its row echelon form. This transformation involves: 1) Using E.R.O.#1 to ensure that the leading entry of each non-zero row is 1, 2) Applying E.R.O.#2 to create zeros below these leading 1’s, and 3) If necessary, using E.R.O.#3 to reorder rows to enhance computational efficiency or to meet specific conditions of row echelon form. This step-by-step application of E.R.O.’s results in a matrix with a stair-step pattern, characterized by ones on the diagonals and zeros below .

Subtracting a multiple of one row from another benefits the Gaussian elimination by effectively eliminating terms to create zeros below pivot positions, ensuring an upper triangular structure in the matrix. This operation helps in isolating leading coefficients, simplifying follows on solutions, and assuring no redundancies or circular dependencies exist. Such strategic operations enhance simplicity and clarity within the system framework, crucial for efficiency in solving via back-substitution .

Converting an augmented matrix into Gauss form simplifies the back-substitution process as it reduces the system of linear equations to an upper triangular form. This form clearly delineates dependency between variables, minimizing computational complexity by allowing the direct determination of each variable starting from the last equation (involving only one unknown) moving upwards to more complex ones. It also ensures there are no contradictions in the solutions, streamlining the verification and calculation stages .

These conditions in row echelon form streamline solving linear systems as they clearly isolate variables in a sequential manner. The diagonal ones establish pivot points defining the structure necessary for backward substitution, while the zeros below simplify solving adjacently ordered simpler equations. This configuration directly reflects dependencies among variables, ensuring minimal computational effort. Numbers above the diagonal do not impede the systematic resolution process since the arrangements guarantee the leading move of dependent variable resolution upward upon substitution commencement .

Dividing each element by a constant becomes necessary particularly in the Gaussian elimination process when transforming the leading entry of a row into 1 (also known as normalization), which is crucial for forming the row echelon structure. This operation helps in establishing pivot positions and enables simple row subtraction to eliminate below-leading ones, facilitating the creation of zeros beneath pivot elements in subsequent steps. This orderly transformation simplifies the systematic reduction to solve a system via back-substitution .

The phrase implies that E.R.O.'s (Elementary Row Operations) possess properties of reversibility and operation closure, ensuring any sequence of operations will not diverge from the original solution space of the equation system. Each E.R.O. transforms the rows in ways that swap, scale, or linearly combine them without distorting the fundamental relationships governing the variables involved. Thus, irrespective of the order or frequency of application, the robustness of E.R.O.'s in preserving zero-determinant or singular matrix states signifies their intrinsic ability to maintain original system solutions .

Having a matrix in row echelon form is significant as it organizes the information of the linear system to clearly define the interdependencies and solvability of equations. It identifies pivot elements critical for logical deduction of variable values, simplifies manipulation by limiting non-zero elements making it computationally efficient. Moreover, this form sets the matrix stage for further reduction into reduced row echelon form for more refined predictability and solutions stability in numerical computations .

Swapping rows in an augmented matrix directly equates to changing the order of the corresponding equations in the system. This operation does not affect the solutions because the equivalence and relationships within the system remain intact; it merely alters the sequence in which the equations are considered. This can be particularly useful for computational strategies like setting up equations for further algebraic manipulation or eliminating entry dependencies .

Elementary Row Operations do not alter the solution of a system of linear equations because each operation corresponds to legitimate algebraic manipulations that preserve equivalences. Firstly, E.R.O.#1 allows us to divide each element of a row by a non-zero constant, which is equivalent to multiplying the entire equation by the reciprocal, thereby maintaining equality. Secondly, E.R.O.#2 allows subtracting a multiple of one row from another, which aligns with the properties of linear combinations ensuring the solution set remains the same. Lastly, E.R.O.#3 involves swapping two rows, which does not affect the solution as it merely reorders the equations. Each operation affects only the way equations are presented, not their solution set .

You might also like