- or download this
use strict;
...
}
print pascalMatrix(10);
- or download this
\begin{tabular}{*{5}{c}c}
1 \\
...
1&4&6&4&1 \\
1&5&10&10&5&1 \\
\end{tabular}
- or download this
\begin{tabular}{*{11}{c}c}
{ } & { } & { } & { } & { } & 1 & { } & { } & { } & { } & { } \\
...
{ } & 1 & { } & 4 & { } & 6 & { } & 4 & { } & 1 & { } \\
1 & { } & 5 & { } & 10 & { } & 10 & { } & 5 & { } & 1 \\
\end{tabular}