Skip to content

Commit bce5ee8

Browse files
authored
Merge pull request #564 from leios/gaussian_video_update
adding new video to GE chapter.
2 parents c9db30d + 09f15d7 commit bce5ee8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contents/gaussian_elimination/gaussian_elimination.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,10 @@ Well, this analogy breaks down quickly when we start moving beyond 3D, so it is
504504
That said, it is particularly interesting to see what happens as we plot our matrix during Gaussian elimination for the 3D case.
505505

506506
<div style="text-align:center">
507-
<iframe width="560" height="315" src="https://www.youtube.com/embed/ox6FjmooQDA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
507+
<video width="560" height="315" autoplay controls loop>
508+
<source src="res/GE_vis.mp4" type="video/mp4">
509+
Your browser does not support the video tag.
510+
</video>
508511
</div>
509512

510513
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.
6.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)