You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.Pascl Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Pascl Method

Constructs a Pascal matrix.

Syntax
C#
Visual Basic
public TMtx Pascl(int Order);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!