Problem 768. Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane?
P1(X1,Y1)
P2(X2,Y2)
P3(X3,Y3)
how can we find out if all the three points are on the same line or not?
for example the points (1,1) , (-1,-1) , (0,0) are on the line y=x.
Solution Stats
Problem Comments
-
1 Comment
Massimo Zanetti
on 7 Oct 2016
Line, plane, two points, three points???
I think you should put some order in your mind (and in description also) ... :)
Solution Comments
Show commentsProblem Recent Solvers583
Suggested Problems
-
Find the peak 3n+1 sequence value
2526 Solvers
-
1680 Solvers
-
How to find the position of an element in a vector without using the find function
2747 Solvers
-
10734 Solvers
-
492 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!