Minimization area of triangle
10 views (last 30 days)
Show older comments
Hi guys,
I'm getting familiar with the fminsearch function for writing a larger optimization problem, but I'm not quite understanding how to use it. I decided to work on basic geometries so my practice question is how would I find the minimum area of a right triangle with my function being .5*b*h keeping my angle theta as small as possible?
2 Comments
Ameer Hamza
on 23 Nov 2020
You need to mathematically define the statement "keeping my angle theta as small as possible". What if I say that the minumum area is zero (b=0 or h=0). How will you decide if angle theta is the smallest possible or not?
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!