Minimization area of triangle
Mostrar comentarios más antiguos
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 comentarios
Ameer Hamza
el 23 de Nov. de 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?
Mike Jane
el 23 de Nov. de 2020
Respuestas (0)
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!