You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > TMtx.Kac Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.Kac Method

Construct the Kac (Clement) matrix.

Pascal
function Kac(n: Integer): TMtx;

Constructs the so called Kac (Clement) (n+1)x(n+1) tridiagonal matrix, defined by: 

| 0, n, 0, ... , 0 | 

| 1, 0, n-1, 0, ..., 0 | 

| 0, 2, 0, n-2, 0, ... | 

| ...........n-1, 0, 1 | 

| 0, ... ........, n, 0| 

The eigenvalues of so defined matrix are 2k-n for k=0,1,2,...,n.

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