隐函数求导遇到问题

조회 수: 5 (최근 30일)
巴卡木梨
巴卡木梨 2024년 4월 24일
댓글: Dyuman Joshi 2024년 4월 24일
syms x y
F=atan(y/x)-log(sqrt(x^2+y^2))
F = 
Fxx=diff(F,x,2)
Fxx = 
Fyy=diff(F,y,2)
Fyy = 
Fxy=diff(diff(F,x),y)
Fxy = 
Fx=diff(F,x)
Fx = 
Fy=diff(F,y)
Fy = 
dydx=-diff(F,x)/diff(F,y)
dydx = 
d2ydx2=-(Fxx*Fy^2+Fyy*Fx^2-2*Fxy*Fx*Fy)/(Fy^3)
d2ydx2 = 
  댓글 수: 1
Dyuman Joshi
Dyuman Joshi 2024년 4월 24일
What exactly is the problem?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Big Data Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!