How to implement Linear Aproximation of a function

How one can translate the linear approximation of the function f(x,y) into MATLAB. The resulting approximation given by :
f(x,y) = f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
both x0 and y0 are known but how this can be translated into MATLAB

 채택된 답변

Birdman
Birdman 2017년 10월 18일

0 개 추천

The attached file pplane8 might help you. This tool helps you to identify nonlinear two variable first order differential equations and find the equilibrium points and draw phase portraits.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

제품

질문:

2017년 10월 18일

댓글:

2021년 3월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by