how to find the maximum of (2 sin(theta)^2 *cos(phi)^2) using matlab?
Afficher commentaires plus anciens
how to find the maximum value of (2 sin(theta)^2 *cos(phi)^2) using matlab? and also similar trigonometric functions in matlab
1 commentaire
Fangjun Jiang
le 18 Sep 2011
Well, without any constraint, I would say it is 2!
Réponse acceptée
Plus de réponses (1)
Wayne King
le 18 Sep 2011
0 votes
Just use max()
2 commentaires
yashaswi
le 18 Sep 2011
Walter Roberson
le 18 Sep 2011
That's because you need a multiplication sign between the "2" and the rest of the expression.
Catégories
En savoir plus sur Package MATLAB Functions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!