diff options
author | Archit Sangal | 2020-07-17 19:26:03 +0530 |
---|---|---|
committer | Archit Sangal | 2020-07-17 19:26:03 +0530 |
commit | cb7755af749bc54a4fcb2140f4e2f31f47aada47 (patch) | |
tree | 38da434976d0028b0d6e95d20bbf21aaeeb1f2b9 /FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps) | |
parent | 3fd2d95a0e3c5f15cb3c9103f715a7f51055db28 (diff) | |
download | FSF-mathematics-python-code-archive-cb7755af749bc54a4fcb2140f4e2f31f47aada47.tar.gz FSF-mathematics-python-code-archive-cb7755af749bc54a4fcb2140f4e2f31f47aada47.tar.bz2 FSF-mathematics-python-code-archive-cb7755af749bc54a4fcb2140f4e2f31f47aada47.zip |
Archit Sangal
Diffstat (limited to 'FSF-2020/linear-algebra/linear-transformations/Linear-Transformations-(Linear-Maps)')
2 files changed, 2 insertions, 2 deletions
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 Binary files differindex 8d77384..92bdff6 100644 --- 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 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) |