how to derivate an equation of x and y without taking any variable constant?
2 ビュー (過去 30 日間)
表示 古いコメント
y-x*y-sin(y)==0
i tried many times but i cant get the required ans. d/dx on given equation without taking x or y constant.
0 件のコメント
回答 (3 件)
John D'Errico
2022 年 12 月 3 日
Specify that y is a function of x. You o so like this:
syms y(x)
Now you can differentiate that expression with respect to x. See the help for diff.
参考
カテゴリ
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!