diff options
author | G Sri Harsha | 2020-05-26 14:49:37 +0530 |
---|---|---|
committer | GitHub | 2020-05-26 14:49:37 +0530 |
commit | a933eb11ef98b70dbfec23d49e7b2cb97389c5de (patch) | |
tree | 93450f07b2beeae57a1245cf84a59aee17513b92 /FSF-2020 | |
parent | 476d9b46e164221923e8685fb4a3d07453f5c8cc (diff) | |
download | FSF-mathematics-python-code-archive-a933eb11ef98b70dbfec23d49e7b2cb97389c5de.tar.gz FSF-mathematics-python-code-archive-a933eb11ef98b70dbfec23d49e7b2cb97389c5de.tar.bz2 FSF-mathematics-python-code-archive-a933eb11ef98b70dbfec23d49e7b2cb97389c5de.zip |
Added gifs to readme.md
Diffstat (limited to 'FSF-2020')
-rw-r--r-- | FSF-2020/calculus/series-and-transformations/Taylor Series/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FSF-2020/calculus/series-and-transformations/Taylor Series/README.md b/FSF-2020/calculus/series-and-transformations/Taylor Series/README.md new file mode 100644 index 0000000..ce3b088 --- /dev/null +++ b/FSF-2020/calculus/series-and-transformations/Taylor Series/README.md @@ -0,0 +1,11 @@ +#### Example of Taylors expansion +![GIF1](gifs/file1_Example_TaylorExpansion.gif) + +#### Taylor Series GeneralForm +![GIF2](gifs/file2_TaylorExpansionGeneralForm.gif) + +#### Radius Of Convergence +![GIF3](gifs/file3_radiusOfConvergence.gif) + +#### Divergence of a Remainder +![GIF4](gifs/file4_DivergentRemainder.gif) |