필터 지우기
필터 지우기

How to write code for chain rule partial differential equation?

조회 수: 7 (최근 30일)
raghavendra g g
raghavendra g g 2018년 10월 12일
댓글: mazin alseadi 2020년 4월 9일
How to write code for chain rule partial differential equation

답변 (1개)

KSSV
KSSV 2018년 10월 12일
편집: KSSV 2018년 10월 12일
syms u v x(u,v) y(u,v) z(x,y)
z = exp(x*y) ;
x = 2*u+v ;
y = u/v ;
dz_du = diff(z,u)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by