Taylor Series Exp. 2 Variables with Graphical Representation
Version 2.0.0 (2.11 KB) by
Adnan Shahriar
This code generates Taylor series expansion for 2 variables and plot the obtained result and the function itself.
This code generates Taylor series expansion for 2 variables in form,
F=F(A,B)+(dF/dx|(A,B))*dx+(dF/dy|(A,B))*dy+...
Where, F is the Function,
A is the initial x coordinate.
B is the initial y coordinate.
The Code needs only 3 inputs,
1. The Function F
2. No of Terms
3. Initial coordinates A and B
This code also plot the obtained result and the function itself.
Cite As
Adnan Shahriar (2026). Taylor Series Exp. 2 Variables with Graphical Representation (https://www.mathworks.com/matlabcentral/fileexchange/81378-taylor-series-exp-2-variables-with-graphical-representation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2020b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
