Intersection point of two lines calculator
Line 1: Ax+B1y+C1=0, Line 2: A2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
x=(B1C2-B2C1)/(B 2A-B1A2) y=(AC2-C1A2)/(B1A2-AB2)
Line 1: Ax+B1y+C1=0, Line 2: A2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
x=(B1C2-B2C1)/(B 2A-B1A2) y=(AC2-C1A2)/(B1A2-AB2)