# (The equation of the) Line joining point A and point B # A and B are lists of length 2. Procedure Le uses the fact that 3 points on # a line form a degenarate trinagle of area zero Le:=proc(A,B) AREA(A,B,[x,y]): end:
# A and B are lists of length 2. Procedure Le uses the fact that 3 points on # a line form a degenarate trinagle of area zero
Le:=proc(A,B) AREA(A,B,[x,y]): end:
AREA(A,B,[x,y]): end:
end: