Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de89f25

Browse files
authored
Merge pull request #1488 from yousvf/patch-2
Update linear-system-gauss.md
2 parents 31ac655 + 276b929 commit de89f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linear_algebra/linear-system-gauss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Strictly speaking, the method described below should be called "Gauss-Jordan", o
4242

4343
The algorithm is a `sequential elimination` of the variables in each equation, until each equation will have only one remaining variable. If $n = m$, you can think of it as transforming the matrix $A$ to identity matrix, and solve the equation in this obvious case, where solution is unique and is equal to coefficient $b_i$.
4444

45-
Gaussian elimination is based on two simple transformation:
45+
Gaussian elimination is based on two simple transformations:
4646

4747
* It is possible to exchange two equations
4848
* Any equation can be replaced by a linear combination of that row (with non-zero coefficient), and some other rows (with arbitrary coefficients).

0 commit comments

Comments
 (0)