-
Title: Gaussian Elimination
-
Series: Linear Algebra
-
Chapter: Matrices and linear systems
-
YouTube-Title: Linear Algebra 39 | Gaussian Elimination
-
Bright video: Watch on YouTube
-
Dark video: Watch on YouTube
-
Ad-free video: Watch Vimeo video
-
Original video for YT-Members (bright): Watch on YouTube
-
Original video for YT-Members (dark): Watch on YouTube
-
Forum: Ask a question in Mattermost
-
Quiz: Test your knowledge
-
Dark-PDF: Download PDF version of the dark video
-
Print-PDF: Download printable PDF version
-
Thumbnail (bright): Download PNG
-
Thumbnail (dark): Download PNG
-
Subtitle on GitHub: la39_sub_eng.srt missing
-
Download bright video: Link on Vimeo
-
Download dark video: Link on Vimeo
-
Related videos:
-
Timestamps (n/a)
-
Subtitle in English (n/a)
-
Quiz Content
Q1: What is the first step for the Gaussian elimination for the following system?
$$ \left( \begin{array}{ccc|c}1 & 0 & 3 & 0 \\ 2 & 1 & 1 & 0 \\ 0 & 0 & 1 & 1 \\ \end{array} \right) $$A1: From the second row, we want to subtract 2 times the first row.
A2: From the first row, we want to subtract 2 times the first row.
A3: From the third row, we want to subtract 2 times the first row.
A4: From the second row, we want to subtract 2 times the third row.
A5: From the second row, we want to subtract $\frac{1}{2}$ times the first row.
Q2: What is a solution of the following system?
$$ \left( \begin{array}{ccc|c}1 & 0 & 3 & 0 \\ 0 & 1 & 1 & 0 \\ 0 & 0 & 1 & 1 \\ \end{array} \right) $$A1:
$$ \begin{pmatrix} -3 \\ -1 \\ 1 \end{pmatrix} $$A2:
$$ \begin{pmatrix} 3 \\ 1 \\ 1 \end{pmatrix} $$A3:
$$ \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} $$A4:
$$ \begin{pmatrix} 3 \\ 0 \\ 1 \end{pmatrix} $$A5:
$$ \begin{pmatrix} 3 \\ 0 \\ -1 \end{pmatrix} $$ -
Last update: 2026-04