From 9898bae0b5551e1e6a0153c85cc121aa8ead34c6 Mon Sep 17 00:00:00 2001 From: Saarth Deshpande Date: Tue, 23 Jun 2020 23:33:09 +0530 Subject: Create README.md --- .../equations-of-planes-and-lines/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/equations-of-planes-and-lines/README.md diff --git a/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/equations-of-planes-and-lines/README.md b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/equations-of-planes-and-lines/README.md new file mode 100644 index 0000000..fd3655d --- /dev/null +++ b/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/equations-of-planes-and-lines/README.md @@ -0,0 +1,14 @@ +**file1_line_eqn.py** + + +**file2_point_normal_form_plane.py** + + +**file3_intercept_form_plane.py** + + +**file4_3d_plane.py** +![file4_3d_plane.py]https://raw.githubusercontent.com/saarthdeshpande/FSF-mathematics-python-code-archive/master/FSF-2020/calculus-of-several-variables/geometry-of-planes-and-curves/equations-of-planes-and-lines/file4_3d_plane.gif) + +**file5_vector_form_line.py** + -- cgit