From 1edafea4ac3cb2717c6c590f5dc5c0e0925e0c42 Mon Sep 17 00:00:00 2001 From: Vaishnavi Date: Tue, 30 Jun 2020 20:32:15 +0530 Subject: Update file1_Tangent_Plane.py --- .../Tangent-Plane-Approximations/file1_Tangent_Plane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FSF-2020/calculus-of-several-variables') 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) -- cgit