Pascal's Triangle: Difference between revisions

From wikiluntti
Line 21: Line 21:
(a+b)^4 &= \cdots
(a+b)^4 &= \cdots
\end{align}
\end{align}
</math>
=== Pascal's triangle ===
<math>
\begin{tabular}{rccccccccc}
$n=0$:&    &    &    &    &  1\\\noalign{\smallskip\smallskip}
$n=1$:&    &    &    &  1 &    &  1\\\noalign{\smallskip\smallskip}
$n=2$:&    &    &  1 &    &  2 &    &  1\\\noalign{\smallskip\smallskip}
$n=3$:&    &  1 &    &  3 &    &  3 &    &  1\\\noalign{\smallskip\smallskip}
$n=4$:&  1 &    &  4 &    &  6 &    &  4 &    &  1\\\noalign{\smallskip\smallskip}
\end{tabular}
</math>
</math>

Revision as of 19:21, 19 October 2022

Introduction

Binomial expansion

Pascal's triangle

Failed to parse (unknown function "\begin{tabular}"): {\displaystyle \begin{tabular}{rccccccccc} $n=0$:& & & & & 1\\\noalign{\smallskip\smallskip} $n=1$:& & & & 1 & & 1\\\noalign{\smallskip\smallskip} $n=2$:& & & 1 & & 2 & & 1\\\noalign{\smallskip\smallskip} $n=3$:& & 1 & & 3 & & 3 & & 1\\\noalign{\smallskip\smallskip} $n=4$:& 1 & & 4 & & 6 & & 4 & & 1\\\noalign{\smallskip\smallskip} \end{tabular} }