diff options
author | Saarth Deshpande | 2020-06-25 03:06:48 +0530 |
---|---|---|
committer | Saarth Deshpande | 2020-06-25 03:06:48 +0530 |
commit | a8f600583c29c5e399350453dd0472d4eac7eb85 (patch) | |
tree | 9b7a1b01951b8576ce5388c5f4a5808c82b86779 /FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md | |
parent | 82b3f04bc10d746282a618458797486e2096a28c (diff) | |
parent | 6725b1f2f29dd2165364856905b31d83aa8daeab (diff) | |
download | FSF-mathematics-python-code-archive-a8f600583c29c5e399350453dd0472d4eac7eb85.tar.gz FSF-mathematics-python-code-archive-a8f600583c29c5e399350453dd0472d4eac7eb85.tar.bz2 FSF-mathematics-python-code-archive-a8f600583c29c5e399350453dd0472d4eac7eb85.zip |
Merge branch 'master' of https://github.com/saarthdeshpande/FSF-mathematics-python-code-archive
Diffstat (limited to 'FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md')
-rw-r--r-- | FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md new file mode 100644 index 0000000..42f5df1 --- /dev/null +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/README.md @@ -0,0 +1,11 @@ +**file1_parametric_ellipse.py** <br> +![file1_parametric_ellipse.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/file1_parametric_ellipse.gif) + +**file2_parametric_helix.py** <br> +![file2_parametric_helix.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/file2_parametric_helix.gif) + +**file3_circletosphere.py** <br> +![file3_circletosphere.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/file3_circletosphere.gif) + +**file4_cone.py** <br> +![file4_cone.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/space-curves/file4_cone.gif) |