diff --git a/contents/gaussian_elimination/gaussian_elimination.md b/contents/gaussian_elimination/gaussian_elimination.md index 341e110eb..eee27e274 100644 --- a/contents/gaussian_elimination/gaussian_elimination.md +++ b/contents/gaussian_elimination/gaussian_elimination.md @@ -504,7 +504,10 @@ Well, this analogy breaks down quickly when we start moving beyond 3D, so it is That said, it is particularly interesting to see what happens as we plot our matrix during Gaussian elimination for the 3D case.
- +
As we can see in the above visualization, the planes wobble about in 3D until they reach row echelon form, where one plane is parallel to the $$x$$ and $$y$$ axes. diff --git a/contents/gaussian_elimination/res/GE_vis.mp4 b/contents/gaussian_elimination/res/GE_vis.mp4 new file mode 100644 index 000000000..e6ba08f2d Binary files /dev/null and b/contents/gaussian_elimination/res/GE_vis.mp4 differ