diff options
author | Vaishnavi | 2020-06-30 20:32:15 +0530 |
---|---|---|
committer | GitHub | 2020-06-30 20:32:15 +0530 |
commit | 1edafea4ac3cb2717c6c590f5dc5c0e0925e0c42 (patch) | |
tree | 944ffbeeae584e7d1ea03a7889bd49e8b92083a6 /FSF-2020 | |
parent | 6eaafd2b199661ba0b2221ed8f75bfc4c5e18514 (diff) | |
download | FSF-mathematics-python-code-archive-1edafea4ac3cb2717c6c590f5dc5c0e0925e0c42.tar.gz FSF-mathematics-python-code-archive-1edafea4ac3cb2717c6c590f5dc5c0e0925e0c42.tar.bz2 FSF-mathematics-python-code-archive-1edafea4ac3cb2717c6c590f5dc5c0e0925e0c42.zip |
Update file1_Tangent_Plane.py
Diffstat (limited to 'FSF-2020')
-rw-r--r-- | FSF-2020/calculus-of-several-variables/approximations-and-optimizations/Tangent-Plane-Approximations/file1_Tangent_Plane.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FSF-2020/calculus-of-several-variables/approximations-and-optimizations/Tangent-Plane-Approximations/file1_Tangent_Plane.py b/FSF-2020/calculus-of-several-variables/approximations-and-optimizations/Tangent-Plane-Approximations/file1_Tangent_Plane.py index 4c17f90..8efdbd2 100644 --- a/FSF-2020/calculus-of-several-variables/approximations-and-optimizations/Tangent-Plane-Approximations/file1_Tangent_Plane.py +++ b/FSF-2020/calculus-of-several-variables/approximations-and-optimizations/Tangent-Plane-Approximations/file1_Tangent_Plane.py @@ -1,7 +1,7 @@ from manimlib.imports import* #---- tangent plane is parallel to the surface of the funtion at a point -class firstScene(ThreeDScene): +class tangentplane(ThreeDScene): def construct(self): s1_text=TextMobject("Suppose, the point $(x,y)$ lies on the surface of the function.").scale(0.5).shift(2*UP) |