3 lines
192 B
Text
3 lines
192 B
Text
println[formatMatrix[new array[[5,5], {|r,c| binomial[c,r]}]]]
|
|
println[formatMatrix[new array[[5,5], {|r,c| binomial[r,c]}]]]
|
|
println[formatMatrix[new array[[5,5], {|r,c| binomial[r+c, c]}]]]
|