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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!