Differentiate with respect to 'cos(theta)'
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I am trying to differentiate with respect to cos(theta), but I can't seem to get matlab to do this. If I use the diff function I get:
>> diff(cos(the),cos(the))
ans =
diff(cos(the), cos(the))
When the answer I'm looking for is 1. If anyone knows of a way to do this it would be greatly appreciated! Cheers!
0 commentaires
Réponse acceptée
Walter Roberson
le 22 Juin 2012
It is easy to get this wrong. Please see http://www.mathworks.com/matlabcentral/answers/40904-how-to-symbolically-differentiate-a-function-with-respect-to-a-different-function
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!