Find the area of the pentagon of the five vertices $(1,2), (4,1), (5,3), (3,7), (2,6)$ . Please, use the way of using determinant.
My idea is to cut the pentagon into some triangles, then calculate each triangle, then sum them. I wonder if there is some other way to directly calculate it using a bigger matrix calculating its determinant?