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
Solution Comments
Show comments
Loading...
Problem Recent Solvers599
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15777 Solvers
-
Maximum running product for a string of numbers
2253 Solvers
-
Create a vector whose elements depend on the previous element
782 Solvers
-
Fix the last element of a cell array
1752 Solvers
-
630 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!
Line, plane, two points, three points???
I think you should put some order in your mind (and in description also) ... :)