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/general-parametric-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/general-parametric-curves/README.md')
-rw-r--r-- | FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-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/general-parametric-curves/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/README.md new file mode 100644 index 0000000..8a47a0e --- /dev/null +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/README.md @@ -0,0 +1,11 @@ +**file1_parametric_circle..py** <br> +![file1_parametric_circle.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/file1_parametric_circle.gif) + +**file2_cycloid_manim.py** <br> +![file2_cycloid_manim.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/file2_cycloid_manim.gif) + +**file3_brachistochrone.py** <br> +![file3_brachistochrone.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/file3_brachistochrone.gif) + +**file4_helix_visualization.py** <br> +![file4_helix_visualization.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/general-parametric-curves/file4_helix_visualization.gif) |