Union problem for lattice

The Solution to Union Problems
 
—Given two integer lattices  L(B1) and L(B2) .Compute a basis for the smallest lattice containing both L(B1) and L(B2).
—Assume B1 = [a1 a2 … an1] , B2 = [b1,b2…bn2] .  Make a new matrix B3 = [a1 a2 … an1 b1,b2…bn2] . Because a1 a2 … an1 b1,b2…bn2   may be linearly dependent , by using elementary matrix transformations , we can find a matrix B4 that its vectors are linearly independent and its vectors can generate all the vectors that can be generated by B3’s vectors.
—B3 =     
 
The first ,the second and the forth vectors are linearly independent. These three vectors are the new base for the lattice(L(B4)) that contains both L(B1) and L(B2) .
 
—For B4 , If we take one of the three vectors away ,  then , the L(B4) will not be able to contain L(B1) and L(B2) . For example :  if we take (1 1 -2 7 ) away , we will not able to generate (2 4 4 9) by using (2 1 4 3) and (-1 1 -6 6).
—So , L(B4) is the smallest lattice containing both L(B1) and L(B2)
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章