From d6bd3ca38c24960ada366e720784adfb1ed1d77c Mon Sep 17 00:00:00 2001 From: Archit Sangal Date: Thu, 16 Jul 2020 08:51:02 +0530 Subject: Archit Sangal --- .../file2_sum_of_projections_part1.py | 6 +++--- .../Orthonormal-Basis/file5.gif | Bin 43092116 -> 5430037 bytes 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'FSF-2020') 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 Binary files a/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif and b/FSF-2020/linear-algebra/linear-transformations/Orthonormal-Basis/file5.gif differ -- cgit