From cb7755af749bc54a4fcb2140f4e2f31f47aada47 Mon Sep 17 00:00:00 2001 From: Archit Sangal Date: Fri, 17 Jul 2020 19:26:03 +0530 Subject: Archit Sangal --- .../file12.gif | Bin 31693002 -> 31583525 bytes .../file1_transformations.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FSF-2020/linear-algebra') diff --git a/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file12.gif b/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file12.gif index 8d77384..92bdff6 100644 Binary files a/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file12.gif and b/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file12.gif differ diff --git a/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file1_transformations.py b/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file1_transformations.py index cdcab07..0182bd9 100644 --- a/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file1_transformations.py +++ b/FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)/file1_transformations.py @@ -2,11 +2,11 @@ from manimlib.imports import * class text(Scene): def construct(self): - text1 = TextMobject("For a grid, undergoing a linear transformation, all it's straight lines") + text1 = TextMobject("For a grid, undergoing a linear transformation, all its straight lines") text1.scale(0.9) text2 = TextMobject("must either remain straight lines or sends to a point in the grid formed") text2.scale(0.9) - text3 = TextMobject("Origin must remains where it was before transformation.") + text3 = TextMobject("Origin must remain where it was before transformation.") text3.scale(0.9) text1.move_to(ORIGIN+UP) text2.move_to(ORIGIN) -- cgit