Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Need Help to correct my this code for the differential equation, Thanks

1 Ansicht (letzte 30 Tage)
zeeshan shafiq
zeeshan shafiq am 2 Feb. 2020
Geschlossen: zeeshan shafiq am 10 Feb. 2020
I get the Answer Zero
Question is = > f(x)= sin(x)+2cos(y)
Need to know that by putting the different value of x and y in the same code
>> syms x y
>> f=inline('sin(x)+2*cos(y)','x',' y')
f =
Inline function:
f(x, y) = sin(x)+2*cos(y)
>> derivative=inline(diff(f(x,y),x,y),'x','y')
derivative =
Inline function:
derivative(x,y) = 0.0
>> derivative(2,5)
  1 Kommentar
darova
darova am 2 Feb. 2020
I don't understand the question. What are you trying to solve

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by