Example program for dgbcon
This example estimates the condition number in the
1
-norm of the matrix
A
, where
A
=
-
0.23
2.54
-
3.66
0.00
-
6.98
2.46
-
2.73
-
2.13
0.00
2.56
2.46
4.07
0.00
0.00
-
4.78
-
3.82
.
Here
A
is nonsymmetric and is treated as a band matrix, which must first be factorized by
dgbtrf
. The true condition number in the
1
-norm is
56.40
.
f90 source code
Input data file
Expected results