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

<record version="7" id="5699">
 <title>matrix factorization</title>
 <name>MatrixFactorization</name>
 <created>2004-03-12 23:43:00</created>
 <modified>2007-06-16 22:50:36</modified>
 <type>Definition</type>
 <creator id="2727" name="mathcam"/>
 <author id="13753" name="Mathprof"/>
 <author id="1858" name="matte"/>
 <author id="2727" name="mathcam"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="15A23"/>
 </classification>
 <defines>
	<concept>factor matrix</concept>
 </defines>
 <synonyms>
	<synonym concept="matrix factorization" alias="matrix decomposition"/>
 </synonyms>
 <related>
	<object name="IsawasaDecomposition"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

%\usepackage{psfrag}
%\usepackage{graphicx}
%\usepackage{xypic}</preamble>
 <content>\subsubsection*{Matrix Factorization}

A \emph{matrix factorization} (or \emph{matrix decomposition}) is the right-hand-side product in

$$ A = F_1 F_2 \ldots F_k $$

for ``input'' matrix $A$.  The number of factor matrices $k$ depends on the situation.  Most often, $k = 2$ or $k = 3$.

Note that the process of \emph{producing} a factorization/decomposition is also called ``factorization'' or ``decomposition''.

\subsubsection*{Examples}

Some common factorizations and related devices are:

\begin{itemize}
\item LU-decomposition: $A = LU$, where $L$ is lower triangular, and $U$ is upper triangular
\item QR-decomposition: $A = QR$, where $Q$ is orthogonal, and $R$ is right triangular.
\item Singular value decomposition (SVD): $A = USV^T$, where $U$ and $V$ are orthogonal, and $S$ is a partially diagonal matrix.
\item The Cholesky Decomposition.
\item For a positive definite matrix, we can decompose it into its \PMlinkname{square root}{SquareRootOfPositiveDefiniteMatrix} squared.
\item Polar decomposition
\item Jordan canonical form
\item Iwasawa decomposition
\end{itemize}

See the entries for these and other matrix factorizations for details on the contents of the factor matrices, where to apply them, and how to best calculate them.

\subsubsection*{Simultaneous matrix factorization}
A related problem is to diagonalize or tridiagonalize many matrices using
the same matrix. Some results in this direction are listed below:
\begin{itemize}
\item commuting matrices are simultanenously triangularizable
\item commuting normal matrices are simultanenously diagonalizable
\end{itemize}</content>
</record>
