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.

 Réponse acceptée

Star Strider
Star Strider le 13 Sep 2020

0 votes

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 commentaires

Alexzender Mohu
Alexzender Mohu le 13 Sep 2020
Thanks
Star Strider
Star Strider le 13 Sep 2020
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by