powered by
pascal(n, k=0)
n
k
Specifying $k=1$ returns the lower triangular Cholesky factor (up to the signs of the columns) of the Pascal matrix.
Specifying $k=2$ returns a cube root of the identity matrix.
pascal(4) pascal(3, 2)
Run the code above in your browser using DataLab