Central difference approximations to estimate a Jacobian matrix, HELP!!!

조회 수: 6 (최근 30일)
Danielle Moore
Danielle Moore 2016년 3월 17일
I have two function F and G defined in script files FM.m and GM.m and I've been asked to use central difference approximations to estimate the Jacobian matrix J =[Fx(1,2) Fy(1,2);Gx(1,2) Gy(1,2)] in which Fx denotes partial differentiation variable.
The central difference approximation is f'(x)=(f(x+h)-f(x-h))/2h.
Any help would be really appreciated, thanks!!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by