Jump to content

Zassenhaus algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 17:50, 11 June 2015 (Moving {{Translated page}} to Talk:Zassenhaus Algorithm. If this bot is making errors, please report it at User:AnomieBOT/shutoff/TalkTemplateMover). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Zassenhaus Algorithm[1] is a method to calculate a basis for the intersection and sum of two subspaces of a vector space. It is named after Hans Zassenhaus, but no publication of this algorithm by him is known[2]. It is used in computer algebra systems.[3][4]

Algorithm

Input

Let V be a vector space and U, W two finite-dimensional subspaces of V with the following spanning sets:

and

.

Finally, let be linearly independent vectors so that and can be written as

and

.

Output

The algorithm computes the base of the sum und a base of the intersection .

Algorithm

The algorithm creates the following block matrix of size :

Using elementary row operations, this matrix is transformed to the row echelon form. Then, it has the following shape:

Here, stands for arbitrary numbers, and the vectors for every and for every are nonzero.

Then with

is a basis of and with

is a basis of .

Proof of correctness

First, we define to be the projection to the first component.

Let . Then and .

Also, is the kernel of , the projection restricted to H. Therefore, .

The Zassenhaus Algorithm calculates a basis of H. In the first m columns of this matrix, there is a basis of .

The rows of the form (with ) are obviously in . Because the matrix is in row echelon form, they also linearly independent. All rows which are different from zero ( and ) are a basis of H, so there are such s. Therefore, the s form a basis of .

Example

Consider the two subspaces and of the vector space .

Using the standard basis, we create the following matrix of dimension :

.

Using elementary row operations, we transform this matrix into the following matrix:

(some entries have been replaced by "" because they are irrelevant to the result).

Therefore is a basis of , and is a basis of .

Literatur

  • Gerd Fischer (2012). Lernbuch Lineare Algebra und Analytische Geometrie (in German). Wiesbaden: Vieweg+Teubner. pp. 207–210. doi:10.1007/978-3-8348-2379-3. ISBN 978-3-8348-2378-6.

References

  1. ^ Eugene M. Luks, Ferenc Rákóczi, Charles R. B. Wright (1996). [online "Some Algorithms for Nilpotent Permutation Groups"]: 15. Retrieved 2012-09-15. {{cite journal}}: Check |url= value (help); Cite journal requires |journal= (help)CS1 maint: multiple names: authors list (link)
  2. ^ Fischer, p. 210
  3. ^ "GAP – Matrices". Retrieved 2012-09-15.
  4. ^ "MeatAxe – Other Kernel Functions". Retrieved 2012-09-15.