Partial Differentiation of a function

117 vues (au cours des 30 derniers jours)
manish sharma
manish sharma le 23 Nov 2011
Commenté : Jimmy le 13 Oct 2023
syms x y
f=x^2+2*y^2-22
P=diff(f,x)
Here, I have calculated the (partial) differentiation of function "f" w.r.t 'x'
Now, I want to know the value of 'P' at certain point (say x=1.5, y=2.0)
Please help!
  1 commentaire
Jimmy
Jimmy le 13 Oct 2023
The information you share is necessary for me, I've been looking for it for a few days and it helped me get my job done.

Connectez-vous pour commenter.

Réponse acceptée

Grzegorz Knor
Grzegorz Knor le 23 Nov 2011
One of the possibilities:
syms x y
f=x^2+2*y^2-22
P=diff(f,x)
subs(P,{x,y},{1.5,2})
  1 commentaire
manish sharma
manish sharma le 24 Nov 2011
Thanks Grzegorz, that worked.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by