direct sum of matrices
Direct sum of matrices
Let A be an m×n matrix and B be a p×q matrix. By the direct sum of A and B, written A⊕B, we mean the (m+p)×(n+q) matrix of the form
(AOOB) |
where the O’s represent zero matrices. The O on the top right is an m×q matrix, while the O on the bottom left is n×p.
For example, if A=(3-125) and B=(1240-78), then
(AOOB)=(3-10025000012004200-78) |
Remark. It is not hard to see that the ⊕ operation on matrices is associative:
(A⊕B)⊕C=A⊕(B⊕C), |
because both sides lead to
(AOOOBOOOC) |
In fact, we can inductively define the direct sum of n matrices unambiguously.
Direct sums of linear transformations
The direct sum of matrices is closely related to the direct sum of vector spaces and linear transformations. Let A and B be as above, over some field k. We may view A and B as linear transformations TA:kn→km and TB:kq→kp using the standard ordered bases. Then A⊕B may be viewed as the linear transformation
TA⊕B:kn+q→km+p |
using the standard ordered basis, such that
-
•
the restriction of TA⊕B to the subspace
kn (embedded in kn+q) is TA, and
-
•
the restriction of TA⊕B to kq is TB.
The above suggests that we can define direct sums on linear transformations. Let T1:V1→W1 and T2:V2→W2 be linear transformations, where Vi and Wj are finite dimensional vector spaces over some field k such that V1∩V2=0. Then define T1⊕T2:V1⊕V2→W1⊕W2 such that for any v∈V1⊕V2,
(T1⊕T2)(v1,v2):= |
where . Based on this definition, it is not hard to see that
for any matrices and .
More generally, if is an ordered basis for , then extending the linear orders on , such that if and , then is an ordered basis for , and
Title | direct sum of matrices |
---|---|
Canonical name | DirectSumOfMatrices |
Date of creation | 2013-03-22 17:36:48 |
Last modified on | 2013-03-22 17:36:48 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 8 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 15-01 |
Related topic | DirectSum |