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