Member of the matrix class.
c = pascal(a)
Generates a Pascal matrix.
| Name | Description |
| a | Specifies the order of the Pascal matrix. a is a positive integer. |
| Name | Description |
| c | Returns a Pascal matrix of order a. c is a symmetric and positive definite matrix. The elements of c are integers and are based on the Pascal triangle. |
C = pascal(4)