You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Properties > Matrix.ConditionNr Property
Dew Math for .NET
ContentsIndexHome
Example
var X,B: Vector; A: Matrix; begin B.SetIt(False,[0,2]); A.SetIt(2,2,false,[1,2, 3,4]); // 2x2, not complex matrix A.RefineSolution := True; A.ConditionNumber := cnNormInf; A.LUSolve(B,X); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.