how to find the maximum of (2 sin(theta)^2 *cos(phi)^2) using matlab?
Show older comments
how to find the maximum value of (2 sin(theta)^2 *cos(phi)^2) using matlab? and also similar trigonometric functions in matlab
1 Comment
Fangjun Jiang
on 18 Sep 2011
Well, without any constraint, I would say it is 2!
Accepted Answer
More Answers (1)
Wayne King
on 18 Sep 2011
0 votes
Just use max()
2 Comments
yashaswi
on 18 Sep 2011
Walter Roberson
on 18 Sep 2011
That's because you need a multiplication sign between the "2" and the rest of the expression.
Categories
Find more on Package MATLAB Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!