F =
Show older comments
syms x y
F=atan(y/x)-log(sqrt(x^2+y^2))
Fxx=diff(F,x,2)
Fyy=diff(F,y,2)
Fxy=diff(diff(F,x),y)
Fx=diff(F,x)
Fy=diff(F,y)
dydx=-diff(F,x)/diff(F,y)
d2ydx2=-(Fxx*Fy^2+Fyy*Fx^2-2*Fxy*Fx*Fy)/(Fy^3)
1 Comment
Dyuman Joshi
on 24 Apr 2024
What exactly is the problem?
Answers (0)
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





