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!