I have a vector in 3D and this vector should form a basis and I want to find the other two vectors to have the full set of vectors which will form a basis for the 3-dimensional space.
Am I right in saying that only one such combination can exist i.e. given a 3-dimensional vector a, there is a unique tuple (a, b, c) which forms a linear basis?
Secondly, what would be an algorithm to find the other two basis vectors?