Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Difference between D(f)(x) and diff(f(x),x)

1 回表示 (過去 30 日間)
VincentLec
VincentLec 2016 年 6 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello, So, I'm using the symbolic notation and I have defined both x and f(x) as symbolic functions like this
syms x f(x)
After a couple of operations, I get (in my Command window) a formula that includes both D(f)(x) and diff(f(x),x).
D(f)(x)+...+diff(f(x),x)
I was wondering if there is any difference between both of them or if they both represent the derivative of f in respect towards x.
Thanks a bunch

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by