derivarite of inverse of complex function

1 次查看(过去 30 天)
Hello , i have a function as shown bellow
syms x
Y=1./(log(x)-1)
fplot(finverse(Y),[5,6])
We have made an inverse by using finverse(Y)
how do i differentiate this function?
"diff" is not working because when i comprare the values of diff with the finverse slope , it gives me a tottaly different result.
in symilar problem i used "polyder" function at it worked great, but here we need to make a derivatite on inverse of Y=1./(log(x)-1) which is far from being polynomial.
What could be done?
Thanks.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by