First time here? Check out the FAQ!
answered 2016-10-26 02:41:33 +0100
This is sufficient for vectors:
V = matrix(4,1,[1,2,2,1]) V.transpose() / V.norm()^2