You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Matrix.Pascl Method
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Pascl Method

Constructs a Pascal matrix.

Pascal
function Pascl(Order: integer): TMtx; overload;

Construct a Pascal matrix of order Order with integer elements, taken from the Pascal's triangle. The Pascal matrix is by definition symmetric positive definite. The Pascal matrix is written to the calling matrix. The Rows, Cols and Complex properties of the calling matrix are adjusted automatically.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!