Direction Command

Direction( <Line> )

Yields the direction vector of the line.

Direction(-2x + 3y + 1 = 0) yields the vector u=(32)

A line with equation ax + by = c has the direction vector (b, - a).