How to write code for chain rule partial differential equation?
이전 댓글 표시
How to write code for chain rule partial differential equation
답변 (1개)
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)
댓글 수: 1
mazin alseadi
2020년 4월 9일
Please , How to model this operation by Simulink ?
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!