diff options
author | Somnath Pandit | 2020-05-25 21:18:37 +0530 |
---|---|---|
committer | Somnath Pandit | 2020-05-25 21:18:37 +0530 |
commit | eca0130163ba0a8520d9a28565456078ee963e69 (patch) | |
tree | 068217ec33a063e8d35ca6a40d3e29ccc0072f56 /FSF-2020 | |
parent | 14402f0e37ee1a58e81f7e322f8b6d06e7cb797a (diff) | |
download | FSF-mathematics-python-code-archive-eca0130163ba0a8520d9a28565456078ee963e69.tar.gz FSF-mathematics-python-code-archive-eca0130163ba0a8520d9a28565456078ee963e69.tar.bz2 FSF-mathematics-python-code-archive-eca0130163ba0a8520d9a28565456078ee963e69.zip |
added tag to surface1.py in fubini
Diffstat (limited to 'FSF-2020')
-rw-r--r-- | FSF-2020/calculus-of-several-variables/integrals-of-multivariable-functions/fubini's_theorem/surface1.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FSF-2020/calculus-of-several-variables/integrals-of-multivariable-functions/fubini's_theorem/surface1.py b/FSF-2020/calculus-of-several-variables/integrals-of-multivariable-functions/fubini's_theorem/surface1.py index 3d04bf4..bad318f 100644 --- a/FSF-2020/calculus-of-several-variables/integrals-of-multivariable-functions/fubini's_theorem/surface1.py +++ b/FSF-2020/calculus-of-several-variables/integrals-of-multivariable-functions/fubini's_theorem/surface1.py @@ -227,4 +227,6 @@ class SurfacesAnimation(ThreeDScene): axis.add(axis.label) return axes - +#uploaded by Somnath Pandit.FSF2020_Fubini's Theorem + + |