You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Properties > TMtx.BackError Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.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-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!