I have a pentagon, whose all sides and angles I know. What would be the simplest way, i.e requires least calculations, to calculate its area?
If possible, can I generalize your way to higher polygons?
The approach that will work, would be to tediously triangulate the polygon, find all the angles / sides, and then use the sine formula or Heron's formula.
If there are special properties, you might be able to exploit it slightly.
Copyright © 2021 JogjaFile Inc.
The approach that will work, would be to tediously triangulate the polygon, find all the angles / sides, and then use the sine formula or Heron's formula.
If there are special properties, you might be able to exploit it slightly.