Cheers to gtoal for simplification of the script Finds the equation any line which passes through two points in any dimension, and converts it to parametric form Suppose you want to find the equation of the line which passes through (3, 5, 7), and (-3, 7, 8). Enter these coordinates for each vector, and the program will give the parametric equation of the form x = 6t + 3 y = -2t + 5 z = -t + 7 When plotted, this line will pass through both respective points Supports an infinite number of dimensions i.e. ℝ, ℝ², ℝ³, ℝ⁴, ... etc