Differentiation with respect to a function
19 次查看(过去 30 天)
显示 更早的评论
I have a function and I wan to differentiate the same with respect to cos(x).
for example:
f = ((cos(x))^2 -1)^n
f has to be differentiated with respect to cos(x).
I want to obtain the answer in terms of cosine function only as in the next step I have to differentiate the result with respect to x.
1 个评论
Andreas Donauer
2016-5-25
Depending on which Matlab version you're using, maybe the following can be of use to you: http://www.mathworks.com/help/symbolic/diff.html
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!