<?xml version="1.0" encoding="UTF-8"?>

<record version="8" id="4150">
 <title>partitioned matrix</title>
 <name>PartitionedMatrix</name>
 <created>2003-04-04 17:27:04</created>
 <modified>2006-10-04 09:00:24</modified>
 <type>Definition</type>
 <creator id="2727" name="mathcam"/>
 <author id="2727" name="mathcam"/>
 <author id="1858" name="matte"/>
 <classification>
	<category scheme="msc" code="15-00"/>
 </classification>
 <defines>
	<concept>block matrix</concept>
	<concept>sub-matrix</concept>
	<concept>submatrix</concept>
 </defines>
 <related>
	<object name="JordanCanonicalForm"/>
	<object name="JordanCanonicalFormTheorem"/>
 </related>
 <keywords>
	<term>Jordan canonical form</term>
	<term>rational canonical form</term>
	<term>smith normal form</term>
 </keywords>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>A \emph{partitioned matrix}, or a \emph{block matrix}, is
 a matrix $M$ that has been constructed from other smaller matrices.
 These smaller matrices are called \emph{blocks} or \emph{sub-matrices}
 of $M$.
 
 For instance, if we partition the below $5\times 5$ matrix
 as follows
 \begin{eqnarray*}
 L&amp;=&amp;\left( \begin{array}{cc|ccc}
 1 &amp; 0 &amp; 1 &amp; 2 &amp; 3 \\
 0 &amp; 1 &amp; 1 &amp; 2 &amp; 3 \\
 \hline
 2 &amp; 3 &amp; 9 &amp; 9 &amp; 9 \\
 2 &amp; 3 &amp; 9 &amp; 9 &amp; 9 \\
 2 &amp; 3 &amp; 9 &amp; 9 &amp; 9 \\
 \end{array} \right),
 \end{eqnarray*}
 then we can define the matrices

\begin{equation*}
A=\left( \begin{array}{cc}
 1 &amp; 0 \\
 0 &amp; 1
 \end{array} \right),
 B=\left( \begin{array}{ccc}
 1 &amp; 2 &amp; 3\\
 1 &amp; 2 &amp; 3
 \end{array} \right),
 C=\left( \begin{array}{cc}
 2 &amp; 3 \\
 2 &amp; 3 \\
 2 &amp; 3
 \end{array} \right),
 D=\left( \begin{array}{ccc}
 9 &amp; 9 &amp; 9 \\
 9 &amp; 9 &amp; 9 \\
 9 &amp; 9 &amp; 9 \\
 \end{array} \right)
\end{equation*}
and write $L$ as

\begin{equation*}
 L=\left( \begin{array}{cc}
 A &amp; B \\
 C &amp; D
 \end{array} \right),\, \mbox{or\,\,}
 L=\left( \begin{array}{c|c}
 A &amp; B \\
\hline
 C &amp; D
 \end{array} \right).
\end{equation*}

If $A_1,\ldots, A_n$ are square matrices (of possibly
different sizes), then we define the \emph{direct sum} of
the matrices $A_1,\ldots, A_n$
as the partitioned matrix
$$\operatorname{diag}(A_1,\ldots, A_n) =\left( \begin{array}{c|c|c}
 A_1 &amp;  &amp;  \\
\hline
  &amp; \ddots &amp;  \\
\hline
  &amp;  &amp; A_n \\
 \end{array} \right),$$
where the off-diagonal blocks are zero.

If $A$ and $B$ are matrices of the same size partitioned into blocks of the same size, the partition of the sum is the sum of the partitions.

If $A$ and $B$ are $m\times n$ and $n\times k$ matrices, respectively, then if the blocks of $A$ and $B$ are of the correct size to be multiplied, then the blocks of the product are the products of the blocks.</content>
</record>
