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

Solves the Sylvester equation.

Pascal
function Sylvester(const A: TMtx; const B: TMtx; const C: TMtx; ASign: TSign = siPlus; AOp: TMtxOperation = opNone; BOp: TMtxOperation = opNone): double; overload;

Solves the Sylvester's equation: 

 

 

for real quasi-triangular or complex triangular matrices A and B. The solution (X) overwrites the C matrix. The AOp and BOp parameters indicate the operation(op) performed on A and B respectively. The TSign of the Sylvester equation is determined with the ASign parameter (siPlus for +, siMinus for -). The result of a Sylvester function is a scale factor a. The A and B matrices Quadratic property must be true, otherwise an exception is raised.

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