Help for this page

Select Code to Download


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