Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.1,1.2
Systems of Linear Equations
Row Reduction and Echelon Forms…
1.1,1.2
Systems of Linear Equations
Row Reduction and Echelon Forms
-
Algorithm
-
Method
Simple explanation
Use the \(x_1\) term in the first equation of a system to eliminate the \(x_1\) terms in the other equations. THen use the \(x_2\) term in the second equation to eliminate the \(x_2\) terms in the other equations and so on
The 3 basic equations we use to simplify a system are:
- Replace one equation by the sum of itself and a multiple of another equation
- interchange two equations
- multiply all the terms in an equation by a nonzero constant
-
-
-
-
m x n
rows x columns
When we refer to matricies we call them a 2 by 3 or 4 by 2, but what does that really mean?
The first number always represents the number of rows
The second number therefore represents the number of columns
So a 2 by 3 means a matrix with 2 rows and 3 columns
\( \begin{pmatrix}
1 & 0 & 2\\
0 & 1 & 3\\
\end{pmatrix} \)
More terms
row equivalent
Two matrices are considered row equivalent if you can perform row operations to make them be identical
-
The first two rows are row equivalent because if we multiply the first equation by 2 or divide the second equation by 2 we get the same equation for both
Pivot
A pivot position in a matrix A is located in A that corresponds to a leading 1 in the reduced echelon form of matrix A
-
-
-
Free and basic variable
Sometimes a situation will occur where we have

We can define \(x_3\) to be anything but note by doing so we'll have a different solution set for each specific \(x_3\)
Basic variable correspond to the pivot columns aka a the columns where there's a 1 and then the rest are zeros
-
-
-
Existence and uniqueness
Two questions that'll reappear multiple times are:
- Is the system consistent;is there at least one solution?
- If a solution exists, is it the only one; that is, is it unique?
-
-
Questions
How is this consistent? 
-
Linear Combinations
-
In short
This just means if we do the reduced echelon form or reduced echelon form of the vectors we'll determine what scalars would match
-
-
-