Try hard
- 13
- 0
Let S and T be two spans of vectors, what's the general method to find a basis for the intersection of S and T (SnT)? Thanks
The discussion focuses on finding a basis for the intersection of two spans of vectors, S and T, represented as S = Span{s_1, ..., s_n} and T = Span{t_1, ..., t_m}. The method involves solving the equation a[1,1,1] + b[3,0,2] - c[0,2,1] - d[5,1,0] = [0,0,0] to determine the solution space. An example in R^3 illustrates that the basis for the intersection can be expressed as { [5, -17, -9] }. The process includes finding bases for the perpendicular vectors of both spans before determining the intersection basis.
PREREQUISITESMathematicians, students of linear algebra, and anyone involved in vector space analysis or computational geometry.