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

<record version="3" id="4375">
 <title>unit triangular matrix</title>
 <name>UnitTriangularMatrix</name>
 <created>2003-06-17 11:17:43</created>
 <modified>2006-06-21 10:37:14</modified>
 <type>Definition</type>
 <creator id="40" name="Daume"/>
 <author id="40" name="Daume"/>
 <classification>
	<category scheme="msc" code="15-00"/>
 </classification>
 <defines>
	<concept>unit upper triangular matrix</concept>
	<concept>unit lower triangular matrix</concept>
 </defines>
 <synonyms>
	<synonym concept="unit triangular matrix" alias="unit left triangular matrix"/>
	<synonym concept="unit triangular matrix" alias="unit right triangular matrix"/>
 </synonyms>
 <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{unit triangular matrix} is a triangular matrix with $1$ on the diagonal.\\i.e.

A \emph{unit upper triangular matrix} is of the form

$$ \begin{bmatrix}
1 &amp; a_{12} &amp; a_{13} &amp; \cdots &amp; a_{1n} \\
0 &amp; 1 &amp; a_{23} &amp; \cdots &amp; a_{2n} \\
0 &amp; 0 &amp; 1 &amp; \cdots &amp; a_{3n} \\
\vdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\
0 &amp; 0 &amp; 0 &amp; \cdots &amp; 1
\end{bmatrix} $$

and is sometimes called a \emph{unit right triangular matrix}.

A \emph{unit lower triangular matrix} is of the form

$$ \begin{bmatrix}
1 &amp; 0 &amp; 0 &amp; \cdots &amp; 0 \\
a_{21} &amp; 1 &amp; 0 &amp; \cdots &amp; 0 \\
a_{31} &amp; a_{32} &amp; 1 &amp; \cdots &amp; 0 \\
\vdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\
a_{n1} &amp; a_{n2} &amp; a_{n3} &amp; \cdots &amp; 1
\end{bmatrix} $$

and is sometimes called a \emph{unit left triangular matrix}.</content>
</record>
