Types: N/A
Examples: 9.12.1 Example of Gauss Transform in Action
Constructions: N/A
Generalizations: N/A

Properties: N/A
Sufficiencies: 8.7 Lower-Triangular Matrix
Questions: N/A

Gauss Transform

Let natural numbers n,kN with k<n. Let 3.1 Column Vector τtauRn whose first k components are zero. Suppose τ is in the form

τT=[00kτk+1τn]

Then, a Gauss transformation is a matrix

Lk=InτekT

We call the vector τ a Gauss vector.


Gauss Transform

Let's look at a Gauss transform in the case of n=5 and k=2. Let

τ=[00214]

Let's compute.

L2=Lk=InτekT=I5τe2T=[1000001000001000001000001][00214][01000]=[1000001000001000001000001][0000000000020000100004000]=[1000001000021000101004001]

The resulting matrix is a 8.8 Unit Lower-Triangular Matrix. We can also rewrite this as the product of three shear matrices.

L2=S52(4)S42(1)S32(2)=[1000001000001000001004000][1000001000001000101000001][1000001000021000001000001]