|
|
1.1 root 1: //Generate next Pascal matrix
2: <k,k> = size(L);
3: k = k + 1;
4: L(k,1:k) = <L(k-1,:) 0> + <0 L(k-1,:)>;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.