It is probably really simple, but I have checked everywhere and it still doesn't work for me. How do you fine the angle between two lines. Lets say we have two line:
with(LinearAlgebra): x:=Line([0,0],[2,0]): y:=Line([2,0],[2,2]):
How do I find the angle between these two lines. I know the angle is 90 degrees, this is just a simple example so I know the notation and apply it to harder examples.