Hi All,
I am facing an error of double superscript while running the following in tex.
$\{ \frac{\sum^{100}_{i=0}^kC_i ^{m-k}C_{100-i} \frac{k-i}{M-100}}{^MC_{100}} \}$
Please help thanks
Sachin
Text Formatting ⇒ Double superscript error
NEW: TikZ book now 40% off at Amazon.com for a short time.

Double superscript error
The double superscript is in
Maybe you can use
Best regards
Elke
Code: Select all
\sum^{100}_{i=0}^k ...
Code: Select all
\usepackage{mathtools}
$\sum^{100}_{i=0}\prescript{k}{}{C}_i$
Elke