F =
Mostra commenti meno recenti
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 Commento
Dyuman Joshi
il 24 Apr 2024
What exactly is the problem?
Risposte (0)
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





