Taylor Series Exp. 2 Variables with Graphical Representation

バージョン 2.0.0 (2.11 KB) 作成者: Adnan Shahriar
This code generates Taylor series expansion for 2 variables and plot the obtained result and the function itself.
ダウンロード: 28
更新 2020/10/19

ライセンスの表示

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.

引用

Adnan Shahriar (2024). 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. 取得済み .

MATLAB リリースの互換性
作成: R2020b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
2.0.0

New Image

1.0.0