What is the intersection of nullspaces of S1, S2, and S3?

  • Thread starter Thread starter mathomatt
  • Start date Start date
  • Tags Tags
    Intersection
mathomatt
Messages
2
Reaction score
0
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 any point that is not on the planes mentioned above. So the point [1,1,1] would be fine.

I am not just wanting to check whether a point is in any of these subspaces, but rather to find a method which will provide me with a point that is definitely not in these subspaces.

I feel that the space I am interested in is the intersection of the nullspaces of S1, S2 and S3, however I am unsure how to find such a space.

Any advice would be appreciated.
 
Physics news on Phys.org
I'm not at all sure what you MEAN by "the nullspaces of S1, S2 and S3". Linear transformations have "null spaces", subspaces do not.
 
Apologies.

Hopefully this makes more sense.

I need to find a vector that cannot be formed from a linear combination of the rows in S1. It also can't be formed by a linear combination of rows in S2 or a linear combination of rows in S3.

So I am trying to find a vector b such that there is no solution to each of the following systems - no such x1, x2 or x3 vectors exist.

S1^T*x1 = b
S2^T*x2 = b
S3^T*x3 = b
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top