diff options
author | Vaishnavi | 2020-05-23 03:01:50 +0530 |
---|---|---|
committer | GitHub | 2020-05-23 03:01:50 +0530 |
commit | f90b69c43dfe3f39ef17144aaea90045f6d3b17e (patch) | |
tree | 92ced316fbc5333abb080e804f555ec3fb03e902 | |
parent | 82ee50d6e99250e0a6e3fdda5c261a8da3d8c01f (diff) | |
download | FSF-mathematics-python-code-archive-f90b69c43dfe3f39ef17144aaea90045f6d3b17e.tar.gz FSF-mathematics-python-code-archive-f90b69c43dfe3f39ef17144aaea90045f6d3b17e.tar.bz2 FSF-mathematics-python-code-archive-f90b69c43dfe3f39ef17144aaea90045f6d3b17e.zip |
Update README.md
-rw-r--r-- | FSF-2020/approximations-and-optimizations/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FSF-2020/approximations-and-optimizations/README.md b/FSF-2020/approximations-and-optimizations/README.md index e69de29..42e9eb5 100644 --- a/FSF-2020/approximations-and-optimizations/README.md +++ b/FSF-2020/approximations-and-optimizations/README.md @@ -0,0 +1,9 @@ +Contributor:
+ Vaishnavi Bisht
+
+Subtopics Covered:
+ Critical Points
+ The Second Derivative Test
+ Tangent Plane Approximations
+ Total Differential
+ Lagrange Multipliers
|