F =
Afficher commentaires plus anciens
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 commentaire
Dyuman Joshi
le 24 Avr 2024
What exactly is the problem?
Réponses (0)
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





