diff options
author | Saarth Deshpande | 2020-06-24 00:07:21 +0530 |
---|---|---|
committer | GitHub | 2020-06-24 00:07:21 +0530 |
commit | 1a61648b355db2e3bc4fb1c0776f5243ac2aa0f3 (patch) | |
tree | 692e006cf9068432ef5101d449419c8702f4e084 | |
parent | f31fd0cb6fe4f356a43a1597b0396f6792e5b4c6 (diff) | |
download | FSF-mathematics-python-code-archive-1a61648b355db2e3bc4fb1c0776f5243ac2aa0f3.tar.gz FSF-mathematics-python-code-archive-1a61648b355db2e3bc4fb1c0776f5243ac2aa0f3.tar.bz2 FSF-mathematics-python-code-archive-1a61648b355db2e3bc4fb1c0776f5243ac2aa0f3.zip |
Create README.md
-rw-r--r-- | FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/README.md new file mode 100644 index 0000000..e61fd00 --- /dev/null +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/README.md @@ -0,0 +1,11 @@ +**file1_simple_visualization.py** +![file1_simple_visualization.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/file1_simple_visualization.gif) + +**file2_circle_curvature.py** +![file2_circle_curvature.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/file2_circle_curvature.gif) + +**file3_curvature_intuition.gif** +![file3_curvature_intuition.gif](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/file3_curvature_intuition.gif) + +**file4_different_curvature_single_curve.py** +![file4_different_curvature_single_curve.py](https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/arc-length-and-curvature/file4_different_curvature_single_curve.gif) |