differentiation for a function

y'=x-y^2
give me the function to get derivative as
y'' =1-2*y*y'

1 Kommentar

Walter Roberson
Walter Roberson am 18 Sep. 2018
That is not the derivative: the 1 should not be there.
Use the symbolic toolbox.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Torsten
Torsten am 18 Sep. 2018

0 Stimmen

syms x y(x)
diff(x-y^2,x)
Best wishes
Torsten.

Tags

Gefragt:

am 18 Sep. 2018

Beantwortet:

am 18 Sep. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by