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
Solution Comments
Show comments
Loading...
Problem Recent Solvers14
Suggested Problems
-
Return the 3n+1 sequence for n
8525 Solvers
-
Determine if input is a perfect number
267 Solvers
-
579 Solvers
-
Determine the number of odd integers in a vector
846 Solvers
-
Convert a vector of Integers into a matrix of binaries
81 Solvers
More from this Author65
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
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.