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.

 Respuesta aceptada

Star Strider
Star Strider el 13 de Sept. de 2020

0 votos

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 comentarios

Alexzender Mohu
Alexzender Mohu el 13 de Sept. de 2020
Thanks
Star Strider
Star Strider el 13 de Sept. de 2020
As always, my pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 13 de Sept. de 2020

Comentada:

el 13 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by