You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Properties > Matrix.BackError Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.BackError Property

The component-wise backward error.

Syntax
C#
Visual Basic
public double BackError;

Set by the LUSolve method, if the RefineSolution property was True. The BackError property returns the component-wise backward error b. The backward error is the smallest relative perturbation in elements of A (where A is the calling matrix) and b such that X is the exact solution of the perturbed system: 

 

The BackError property is calculated only if the RefineSolution property is set to true.

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