Taylor Series Exp. 2 Variables with Graphical Representation

This code generates Taylor series expansion for 2 variables and plot the obtained result and the function itself.
36 Downloads
Updated 19 Oct 2020

View License

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 Linux
Tags Add Tags
Version Published Release Notes
2.0.0

New Image

1.0.0