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