Hi, this might be very easy, but I forgot how to do the following: I have a vector in R^6: (x1, x2, x3, x4, x5, x6). How do I find a vector such that their dot product vanishes? I know how to do it for the two dimensional case: (x1, x2), so the vector that is perpendicular to it is c(-x2, x1)...