Example program for dsycon
This example estimates the condition number in the
1
-norm (or
∞
-norm) of the matrix
A
, where
A
=
2.07
3.87
4.20
-
1.15
3.87
-
0.21
1.87
0.63
4.20
1.87
1.15
2.06
-
1.15
0.63
2.06
-
1.81
.
Here
A
is symmetric indefinite and must first be factorized by
dsytrf
. The true condition number in the
1
-norm is
75.68
.
f90 source code
Input data file
Expected results