Hello,
I am doing differentiation via Symbolic Math tool. I have a fuction . How can I write this function and do my diffrentiation? Thanks in advanced.

 採用された回答

Star Strider
Star Strider 2020 年 9 月 13 日

0 投票

You can convert to by multiplying it by .
So it would seem that the derivative would be:
created by:
syms x y(x) a
y = exp(x)*log(x)*log(a);
Dy = diff(y);
Ls = latex(simplify(Dy))
.

2 件のコメント

Alexzender Mohu
Alexzender Mohu 2020 年 9 月 13 日
Thanks
Star Strider
Star Strider 2020 年 9 月 13 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by