summaryrefslogtreecommitdiff
path: root/FSF-2020/linear-algebra/linear-transformations
diff options
context:
space:
mode:
authorArchit Sangal2020-07-16 08:51:02 +0530
committerArchit Sangal2020-07-16 08:51:02 +0530
commitd6bd3ca38c24960ada366e720784adfb1ed1d77c (patch)
tree0673ed66095141fb88e834aa0cb0f70be3c2a797 /FSF-2020/linear-algebra/linear-transformations
parent794dea3f7ca0d09a6f97e64c730f20246d1cf876 (diff)
downloadFSF-mathematics-python-code-archive-d6bd3ca38c24960ada366e720784adfb1ed1d77c.tar.gz
FSF-mathematics-python-code-archive-d6bd3ca38c24960ada366e720784adfb1ed1d77c.tar.bz2
FSF-mathematics-python-code-archive-d6bd3ca38c24960ada366e720784adfb1ed1d77c.zip
Archit Sangal
Diffstat (limited to 'FSF-2020/linear-algebra/linear-transformations')
-rwxr-xr-xFSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file2_sum_of_projections_part1.py6
-rw-r--r--FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gifbin43092116 -> 5430037 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file2_sum_of_projections_part1.py b/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file2_sum_of_projections_part1.py
index 81a0888..141e99b 100755
--- a/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file2_sum_of_projections_part1.py
+++ b/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file2_sum_of_projections_part1.py
@@ -43,7 +43,7 @@ class LinearTrans(LinearTransformationScene):
text3.add_background_rectangle()
self.play(ShowCreation(arrow),Write(text3))
self.wait()
- v_cor = TextMobject("(1,3)")
+ v_cor = TextMobject("(1 , 3)")
v_cor.move_to(3.2*UP+1.3*RIGHT)
v_cor.set_color(BLUE)
v_cor.scale(0.75)
@@ -71,7 +71,7 @@ class LinearTrans(LinearTransformationScene):
v1_cor.add_background_rectangle()
self.play(Write(v1_cor))
self.wait(0.5)
- text1 = TextMobject(r"(1.8,2.4)")
+ text1 = TextMobject("(1.8 , 2.4)")
text1.move_to(2.1*UP+2.5*RIGHT)
text1.scale(0.75)
text1.set_color("#6B8E23")
@@ -95,7 +95,7 @@ class LinearTrans(LinearTransformationScene):
v2_cor.add_background_rectangle()
self.play(Write(v2_cor))
self.wait(0.5)
- text2 = TextMobject(r"(-0.8,0.6)")
+ text2 = TextMobject("(-0.8 , 0.6)")
text2.move_to(0.75*UP+1.75*LEFT)
text2.scale(0.75)
text2.set_color("#8b0000")
diff --git a/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif b/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif
index 47fc316..d7eb0bc 100644
--- a/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif
+++ b/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif
Binary files differ