Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde89f25

Browse files
authored
Merge pull request#1488 from yousvf/patch-2
Update linear-system-gauss.md
2 parents31ac655 +276b929 commitde89f25

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 simpletransformation:
45+
Gaussian elimination is based on two simpletransformations:
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)

[8]ページ先頭

©2009-2025 Movatter.jp