intersection point calculator of two straight lines
straight line 1:ax+B1y+C1=0, straight line 2: a2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
x=(B1C2-B2C1)/(B2A-B1A2) y=(AC2-C1A2)/(B1A2-AB2)
straight line 1:ax+B1y+C1=0, straight line 2: a2x+B2y+C2=0, then the method for finding the intersection of two straight lines is:
x=(B1C2-B2C1)/(B2A-B1A2) y=(AC2-C1A2)/(B1A2-AB2)