From a240c40156d5a05eb0ec95d2002241ab84ebca81 Mon Sep 17 00:00:00 2001 From: Purusharth S Date: Sat, 23 May 2020 18:32:54 +0530 Subject: add topic folders --- .../calculus-of-several-variables/geometry-of-planes-and-curves/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md (limited to 'FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md') diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md new file mode 100644 index 0000000..e69de29 -- cgit From c8177571dd518e95dfbaab70ab06f2584a42b9ce Mon Sep 17 00:00:00 2001 From: Saarth Deshpande Date: Fri, 19 Jun 2020 15:33:32 +0530 Subject: post-review updates --- .../geometry-of-planes-and-curves/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md') diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md index e69de29..c3db80a 100644 --- a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md @@ -0,0 +1,9 @@ +This repository contains the codes written by [Saarth Deshpande](https://github.com/saarthdeshpande) during the course of FOSSEE Summer Fellowship 2020 under the Floss: Mathematics using Python. + +__Sub-topics covered__: +* Equations of Planes and Lines +* General Parametric Curves +* Space Curves (an Intro to Coordinates in 3D) +* Velocity and Differentiability +* Finding Arc Length and Curvature +* TNB Frame and Serret-Frenet Formulae -- cgit From a70dc7346e1b46885852e7a31d1fefa74077b250 Mon Sep 17 00:00:00 2001 From: Saarth Deshpande Date: Fri, 19 Jun 2020 15:38:04 +0530 Subject: Update README.md --- .../geometry-of-planes-and-curves/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md') diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md index c3db80a..b46936b 100644 --- a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/README.md @@ -1,4 +1,4 @@ -This repository contains the codes written by [Saarth Deshpande](https://github.com/saarthdeshpande) during the course of FOSSEE Summer Fellowship 2020 under the Floss: Mathematics using Python. +This repository contains the codes written by [Saarth Deshpande](https://github.com/saarthdeshpande) during the course of FOSSEE Summer Fellowship 2020 under the FLOSS: Mathematics using Python. __Sub-topics covered__: * Equations of Planes and Lines -- cgit