Find area of triangle given points p1, p2, and p3 where the y-axes is w degrees counter clockwise from the x-axes.
For example:
p1=[1 2];
p2=[4 5];
p3=[-3 -8];
w=30;
area=4.5;%output

Solution Stats

22 Solutions

13 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...