intersection point calculator of two straight lines
straight line 1:a1x+B1y+C1=0, straight line 2: a2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
result: x=(b1C2-B2C1)/(B2A1-B1A2) y=(A1C2-C1A2)/(B1A2-A1B2)
straight line 1:a1x+B1y+C1=0, straight line 2: a2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
result: x=(b1C2-B2C1)/(B2A1-B1A2) y=(A1C2-C1A2)/(B1A2-A1B2)