Collinear Points
  This program will print whether the three points of Cartesian Coordinate System (x,y) is collinear or not. I formed a 3x3 matrix and then calculated the determinant. If determinant is zero these three points are collinear otherwise not.
      
    - Read more about Collinear Points
 - Log in or register to post comments
 - 134 views
 
              
3.	Copy and paste the sourcecodes below: