I am looking to find a vector which does not lie in various subspaces.
For example, if I have:
S1 = [1,0,0; 0,1,0] (x-y plane)
S2 = [1,0,0; 0,0,1] (x-z plane)
S3 = [0,1,0; 0,0,1] (y-z plane)
I want to find a vector which was not within any of these subspaces - in this specific example...