Jump to content

Find the intersection of two lines: Difference between revisions

m
Line 260:
⍝ y = a'x + b'
⍝ In order to reuse the same solver, we need to format a little bit the arguments, and change the sign of a and a', therefore
⍝ multiply (a,b) and (a', b') by (-1, 1):
⍝ b = -ax + y
⍝ b' = -a'x + y
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.