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

<record version="5" id="1472">
 <title>square matrix</title>
 <name>SquareMatrix</name>
 <created>2002-01-13 04:52:39</created>
 <modified>2006-08-02 13:15:07</modified>
 <type>Definition</type>
 <creator id="2" name="akrowne"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="15-00"/>
 </classification>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

%\usepackage{psfrag}
%\usepackage{graphicx}
%\usepackage{xypic}</preamble>
 <content>A \emph{square matrix} has the same number of rows as columns.

Examples:

\begin{enumerate}

\item

$\begin{pmatrix}
  1.00000 &amp; 0.50000 &amp; 0.33333 &amp; 0.25000 \\
  0.50000 &amp; 0.33333 &amp; 0.25000 &amp; 0.20000 \\
  0.33333 &amp; 0.25000 &amp; 0.20000 &amp; 0.16667 \\
  0.25000 &amp; 0.20000 &amp; 0.16667 &amp; 0.14286
\end{pmatrix} $

\item

$\begin{pmatrix}1\end{pmatrix}$

\item
 
$\begin{pmatrix}
  0.94 &amp; 0.37 &amp; 0.71 &amp; 0.32 &amp; 0.58 \\
  0.90 &amp; 0.16 &amp; 0.74 &amp; 0.83 &amp; 0.27 \\
  0.50 &amp; 0.03 &amp; 0.07 &amp; 0.49 &amp; 0.55 \\
  0.15 &amp; 0.59 &amp; 0.43 &amp; 0.03 &amp; 0.76 \\
  0.04 &amp; 0.64 &amp; 0.61 &amp; 0.17 &amp; 0.29 
\end{pmatrix}$

\item

$\begin{pmatrix} 89 &amp; 38 &amp; 50 \\  64 &amp; 26 &amp; 98 \\  40 &amp; 96 &amp; 83 \end{pmatrix}$

\end{enumerate}

The notation $\operatorname{Mat}_n(\mathbb{K})$ is often used to signify the set of square matrices which are of order $n$ (size $n \times n$) with elements drawn from a field $\mathbb{K}$.  Thus, one would use $a \in  \operatorname{Mat}_3(\mathbb{C})$ to declare that $a$ is a three-by-three matrix   with elements that are complex numbers.

\textbf{Property}: Suppose $A$ and $B$ are matrices such that $AB$ is a square matrix.  Then the product $BA$ is defined and also a square matrix.</content>
</record>
