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

<record version="9" id="3683">
 <title>multinomial theorem</title>
 <name>MultinomialTheorem</name>
 <created>2002-12-07 18:52:41</created>
 <modified>2005-01-02 03:08:23</modified>
 <type>Theorem</type>
 <creator id="153" name="bshanks"/>
 <author id="6075" name="rspuzio"/>
 <author id="2760" name="yark"/>
 <author id="348" name="bbukh"/>
 <author id="146" name="rmilson"/>
 <author id="153" name="bshanks"/>
 <classification>
	<category scheme="msc" code="05A10"/>
 </classification>
 <defines>
	<concept>multinomial</concept>
	<concept>multinomial coefficient</concept>
 </defines>
 <related>
	<object name="BinomialFormula"/>
	<object name="BinomialCoefficient"/>
	<object name="GeneralizedLeibnizRule"/>
	<object name="NthDerivativeOfADeterminant"/>
 </related>
 <keywords>
	<term>multinomial</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 multinomial is a mathematical expression consisting of two or more terms, e.g.
$$a_1 x_1 + a_2 x_2 + \ldots + a_k x_k.$$
The multinomial theorem provides the general form of the expansion of  the powers of this
expression, in the process specifying the multinomial coefficients which are found in that expansion. The expansion is:
\begin{equation}
(x_1 + x_2 + \ldots + x_k)^n =
\sum \frac{n!}{n_1! n_2! \dotsb n_k!} x_1^{n_1} x_2^{n_2} \cdots x_k^{n_k}
\end{equation}
where the sum is taken over all multi-indices $(n_1, \ldots n_k)\in\mathbb{N}^k$  that 
sum to $n$.

The expression $\frac{n!}{n_1! n_2! \cdots n_k!}$ occurring in the expansion is called \emph{multinomial coefficient} and is denoted by
\begin{equation*}
\binom{n}{n_1, n_2, \dotsc, n_k}.
\end{equation*}</content>
</record>
