Problem 44972. Area of Triangle with Oblique Coordinates
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
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 6 Sep 2020
If someone is having trouble: the problem coordinates are given in the euclidean orthonormal basis, and we must find the area in the oblique space and not the other way around.
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
Swap the first and last columns
21701 Solvers
-
2559 Solvers
-
Create a cell array out of a struct
2226 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
199 Solvers
-
45 Solvers
More from this Author57
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!