3 lines
99 B
Text
3 lines
99 B
Text
lowerPascal[size_] :=
|
|
MatrixExp[
|
|
SparseArray[{Band[{2, 1}] -> Range[size - 1]}, {size, size}]]]
|