MatheAss 9.0Geometry 2D

Intersection of two Lines (2D)

Given two lines the program computes their intersection point, the angle of intersection and their distances from the origin.

Example:

g : x + y = 0
h : x - y = 5

Intersection point of g and h : S(2,5|-2,5)

Intersection angle of g and h : 90°

Distances from origin :
  d(g,O) = 0
  d(h,O) = 3,5355339

See also:

Setting the graphics
Intersection of two Lines (3D)
Imprint eng.matheass.eu
>