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

<record version="10" id="108">
 <title>matrix p-norm</title>
 <name>MatrixPnorm</name>
 <created>2001-10-06 14:30:47</created>
 <modified>2006-01-24 11:47:24</modified>
 <type>Definition</type>
 <creator id="2727" name="mathcam"/>
 <author id="2727" name="mathcam"/>
 <author id="3" name="drini"/>
 <author id="6" name="Logan"/>
 <classification>
	<category scheme="msc" code="15A60"/>
 </classification>
 <related>
	<object name="MatrixNorm"/>
	<object name="VectorNorm"/>
	<object name="FrobeniusMatrixNorm"/>
 </related>
 <keywords>
	<term>frobenius</term>
 </keywords>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{xypic}</preamble>
 <content>A class of matrix norms, denoted $\Vert\cdot\Vert_p$, is defined as

\begin{displaymath}
    \Vert\,A\,\Vert_p = \sup_{x\neq0}\frac{\Vert\,Ax\,\Vert_p}{\Vert\,x\,\Vert_p}
\qquad{}x\in\mathbb{R}^n,A\in\mathbb{R}^{m\times n}.
\end{displaymath}

The matrix $p$-norms are defined in terms of the \emph{\PMlinkname{vector $p$-norms}{VectorPNorm}}.

An alternate definition is

\begin{displaymath}
    \Vert\,A\,\Vert_p = \max_{\Vert\,x\,\Vert_p=1}\Vert\,Ax\,\Vert_p.
\end{displaymath}

As with vector $p$-norms, the most important are the 1, 2, and $\infty$ norms.
The 1 and $\infty$ norms are very easy to calculate for an arbitrary matrix:

\begin{displaymath}
\begin{array}{ll}
    \Vert\,A\,\Vert_1 &amp; = \displaystyle\max_{1\leq j\leq n}\sum_{i=1}^m|a_{ij}| \\
    \Vert\,A\,\Vert_\infty &amp; = \displaystyle\max_{1\leq i\leq m}\sum_{j=1}^n|a_{ij}|.
\end{array}
\end{displaymath}

It directly follows from this that $\Vert\,A\,\Vert_1 = \Vert\,A^T\,\Vert_\infty$.

The calculation of the $2$-norm is more complicated.  However, it can be shown that
the 2-norm of $A$ is the square root of the largest \emph{eigenvalue} of $A^TA$.
There are also various inequalities that allow one to make estimates on the value
of $\Vert\,A\,\Vert_2$:

\begin{equation*}
    \frac{1}{\sqrt{n}}\Vert\,A\,\Vert_\infty \leq \Vert\,A\,\Vert_2 \leq \sqrt{m}\Vert\,A\,\Vert_\infty.
\end{equation*}

\begin{equation*}
    \frac{1}{\sqrt{m}}\Vert\,A\,\Vert_1 \leq \Vert\,A\,\Vert_2 \leq \sqrt{n}\Vert\,A\,\Vert_1 .
\end{equation*}

\begin{equation*}
   \Vert\,A\,\Vert_2^2\leq\Vert\,A\,\Vert_\infty\cdot\Vert\,A\,\Vert_1.
\end{equation*}

\begin{equation*}
    \Vert\,A\,\Vert_2 \leq \Vert\,A\,\Vert_F\leq\sqrt{n}\Vert\,A\,\Vert_2.
\end{equation*}

($\Vert\,A\,\Vert_F$ is the \emph{Frobenius matrix norm})</content>
</record>
