PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_lapack_zggevx (f08wp)
Purpose
nag_lapack_zggevx (f08wp) computes for a pair of by complex nonsymmetric matrices the generalized eigenvalues and, optionally, the left and/or right generalized eigenvectors using the algorithm.
Optionally it also computes a balancing transformation to improve the conditioning of the eigenvalues and eigenvectors, reciprocal condition numbers for the eigenvalues, and reciprocal condition numbers for the right eigenvectors.
Syntax
[
a,
b,
alpha,
beta,
vl,
vr,
ilo,
ihi,
lscale,
rscale,
abnrm,
bbnrm,
rconde,
rcondv,
info] = f08wp(
balanc,
jobvl,
jobvr,
sense,
a,
b, 'n',
n)
[
a,
b,
alpha,
beta,
vl,
vr,
ilo,
ihi,
lscale,
rscale,
abnrm,
bbnrm,
rconde,
rcondv,
info] = nag_lapack_zggevx(
balanc,
jobvl,
jobvr,
sense,
a,
b, 'n',
n)
Description
A generalized eigenvalue for a pair of matrices is a scalar or a ratio , such that is singular. It is usually represented as the pair , as there is a reasonable interpretation for , and even for both being zero.
The right generalized eigenvector
corresponding to the generalized eigenvalue
of
satisfies
The left generalized eigenvector
corresponding to the generalized eigenvalue
of
satisfies
where
is the conjugate-transpose of
.
All the eigenvalues and, if required, all the eigenvectors of the complex generalized eigenproblem
, where
and
are complex, square matrices, are determined using the
algorithm. The complex
algorithm consists of three stages:
1. |
is reduced to upper Hessenberg form (with real, non-negative subdiagonal elements) and at the same time is reduced to upper triangular form. |
2. |
is further reduced to triangular form while the triangular form of is maintained and the diagonal elements of are made real and non-negative. This is the generalized Schur form of the pair .
This function does not actually produce the eigenvalues , but instead returns and such that
The division by becomes your responsibility, since may be zero, indicating an infinite eigenvalue. |
3. |
If the eigenvectors are required they are obtained from the triangular matrices and then transformed back into the original coordinate system. |
For details of the balancing option, see
Description in
nag_lapack_zggbal (f08wv).
References
Anderson E, Bai Z, Bischof C, Blackford S, Demmel J, Dongarra J J, Du Croz J J, Greenbaum A, Hammarling S, McKenney A and Sorensen D (1999)
LAPACK Users' Guide (3rd Edition) SIAM, Philadelphia
http://www.netlib.org/lapack/lug
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore
Wilkinson J H (1979) Kronecker's canonical form and the algorithm Linear Algebra Appl. 28 285–303
Parameters
Compulsory Input Parameters
- 1:
– string (length ≥ 1)
-
Specifies the balance option to be performed.
- Do not diagonally scale or permute.
- Permute only.
- Scale only.
- Both permute and scale.
Computed reciprocal condition numbers will be for the matrices after permuting and/or balancing. Permuting does not change condition numbers (in exact arithmetic), but balancing does. In the absence of other information, is recommended.
Constraint:
, , or .
- 2:
– string (length ≥ 1)
-
If
, do not compute the left generalized eigenvectors.
If , compute the left generalized eigenvectors.
Constraint:
or .
- 3:
– string (length ≥ 1)
-
If
, do not compute the right generalized eigenvectors.
If , compute the right generalized eigenvectors.
Constraint:
or .
- 4:
– string (length ≥ 1)
-
Determines which reciprocal condition numbers are computed.
- None are computed.
- Computed for eigenvalues only.
- Computed for eigenvectors only.
- Computed for eigenvalues and eigenvectors.
Constraint:
, , or .
- 5:
– complex array
-
The first dimension of the array
a must be at least
.
The second dimension of the array
a must be at least
.
The matrix in the pair .
- 6:
– complex array
-
The first dimension of the array
b must be at least
.
The second dimension of the array
b must be at least
.
The matrix in the pair .
Optional Input Parameters
- 1:
– int64int32nag_int scalar
-
Default:
the first dimension of the arrays
a,
b and the second dimension of the arrays
a,
b. (An error is raised if these dimensions are not equal.)
, the order of the matrices and .
Constraint:
.
Output Parameters
- 1:
– complex array
-
The first dimension of the array
a will be
.
The second dimension of the array
a will be
.
a has been overwritten. If
or
or both, then
contains the first part of the Schur form of the ‘balanced’ versions of the input
and
.
- 2:
– complex array
-
The first dimension of the array
b will be
.
The second dimension of the array
b will be
.
- 3:
– complex array
-
See the description of
beta.
- 4:
– complex array
-
, for
, will be the generalized eigenvalues.
Note: the quotients may easily overflow or underflow, and may even be zero. Thus, you should avoid naively computing the ratio . However, will always be less than and usually comparable with in magnitude, and will always be less than and usually comparable with .
- 5:
– complex array
-
The first dimension,
, of the array
vl will be
- if , ;
- otherwise .
The second dimension of the array
vl will be
if
and
otherwise.
If
, the left generalized eigenvectors
are stored one after another in the columns of
vl, in the same order as the corresponding eigenvalues. Each eigenvector will be scaled so the largest component will have
.
If
,
vl is not referenced.
- 6:
– complex array
-
The first dimension,
, of the array
vr will be
- if , ;
- otherwise .
The second dimension of the array
vr will be
if
and
otherwise.
If
, the right generalized eigenvectors
are stored one after another in the columns of
vr, in the same order as the corresponding eigenvalues. Each eigenvector will be scaled so the largest component will have
.
If
,
vr is not referenced.
- 7:
– int64int32nag_int scalar
- 8:
– int64int32nag_int scalar
-
ilo and
ihi are integer values such that
and
if
and
or
.
If or , and .
- 9:
– double array
-
Details of the permutations and scaling factors applied to the left side of
and
.
If
is the index of the row interchanged with row
, and
is the scaling factor applied to row
, then:
- , for ;
- , for ;
- , for .
The order in which the interchanges are made is
n to
, then
to
.
- 10:
– double array
-
Details of the permutations and scaling factors applied to the right side of
and
.
If
is the index of the column interchanged with column
, and
is the scaling factor applied to column
, then:
- , for ;
- if
, for ;
- if
, for .
The order in which the interchanges are made is
n to
, then
to
.
- 11:
– double scalar
-
The -norm of the balanced matrix .
- 12:
– double scalar
-
The -norm of the balanced matrix .
- 13:
– double array
-
The dimension of the array
rconde will be
If
or
, the reciprocal condition numbers of the eigenvalues, stored in consecutive elements of the array.
If
or
,
rconde is not referenced.
- 14:
– double array
-
The dimension of the array
rcondv will be
If
or
, the estimated reciprocal condition numbers of the selected eigenvectors, stored in consecutive elements of the array.
If
or
,
rcondv is not referenced.
- 15:
– int64int32nag_int scalar
unless the function detects an error (see
Error Indicators and Warnings).
Error Indicators and Warnings
Cases prefixed with W are classified as warnings and
do not generate an error of type NAG:error_n. See nag_issue_warnings.
-
If , parameter had an illegal value on entry. The parameters are numbered as follows:
1:
balanc, 2:
jobvl, 3:
jobvr, 4:
sense, 5:
n, 6:
a, 7:
lda, 8:
b, 9:
ldb, 10:
alpha, 11:
beta, 12:
vl, 13:
ldvl, 14:
vr, 15:
ldvr, 16:
ilo, 17:
ihi, 18:
lscale, 19:
rscale, 20:
abnrm, 21:
bbnrm, 22:
rconde, 23:
rcondv, 24:
work, 25:
lwork, 26:
rwork, 27:
iwork, 28:
bwork, 29:
info.
It is possible that
info refers to a parameter that is omitted from the MATLAB interface. This usually indicates that an error in one of the other input parameters has caused an incorrect value to be inferred.
- W
-
The iteration failed. No eigenvectors have been calculated, but and should be correct for .
-
-
Unexpected error returned from
nag_lapack_zhgeqz (f08xs).
-
-
Accuracy
The computed eigenvalues and eigenvectors are exact for a nearby matrices
and
, where
and
is the
machine precision.
An approximate error bound on the chordal distance between the
th computed generalized eigenvalue
and the corresponding exact eigenvalue
is
An approximate error bound for the angle between the
th computed eigenvector
or
is given by
For further explanation of the reciprocal condition numbers
rconde and
rcondv, see Section 4.11 of
Anderson et al. (1999).
Note: interpretation of results obtained with the
algorithm often requires a clear understanding of the effects of small changes in the original data. These effects are reviewed in
Wilkinson (1979), in relation to the significance of small values of
and
. It should be noted that if
and
are
both small for any
, it may be that no reliance can be placed on
any of the computed eigenvalues
. You are recommended to study
Wilkinson (1979) and, if in difficulty, to seek expert advice on determining the sensitivity of the eigenvalues to perturbations in the data.
Further Comments
The total number of floating-point operations is proportional to .
The real analogue of this function is
nag_lapack_dggevx (f08wb).
Example
This example finds all the eigenvalues and right eigenvectors of the matrix pair
,
where
and
together with estimates of the condition number and forward error bounds for each eigenvalue and eigenvector. The option to balance the matrix pair is used.
Note that the block size (NB) of assumed in this example is not realistic for such a small problem, but should be suitable for large problems.
Open in the MATLAB editor:
f08wp_example
function f08wp_example
fprintf('f08wp example results\n\n');
n = 4;
a = [ -21.10 - 22.50i, 53.5 - 50.5i, -34.5 + 127.5i, 7.5 + 0.5i;
-0.46 - 7.78i, -3.5 - 37.5i, -15.5 + 58.5i, -10.5 - 1.5i;
4.30 - 5.50i, 39.7 - 17.1i, -68.5 + 12.5i, -7.5 - 3.5i;
5.50 + 4.40i, 14.4 + 43.3i, -32.5 - 46.00i, -19.0 - 32.5i];
b = [ 1 - 5i, 1.6 + 1.2i, -3 + 0i, 0 - 1i;
0.8 - 0.6i, 3 - 5i, -4 + 3i, -2.4 - 3.2i;
1 + 0i, 2.4 + 1.8i, -4 - 5i, 0 - 3i;
0 + 1i, -1.8 + 2.4i, 0 - 4i, 4 - 5i];
balanc = 'Balance';
jobvl = 'No left vectors';
jobvr = 'Vectors (right)';
sense = 'Both reciprocal condition numbers';
[~, ~, alpha, beta, ~, VR, ilo, ihi, lscale, rscale, abnrm, bbnrm, ...
rconde, rcondv, info] = ...
f08wp( ...
balanc, jobvl, jobvr, sense, a, b);
epsilon = x02aj;
small = x02am;
absnrm = sqrt(abnrm^2+bbnrm^2);
tol = epsilon*absnrm;
for j=1:n
if (abs(alpha(j))*small >= abs(beta(j)))
fprintf('\n%4d: Eigenvalue is numerically infinite or undetermined\n',j);
fprintf('%4d: alpha = (%11.4e,%11.4e), beta = (%11.4e,%11.4e)\n', ...
j, real(alpha(j)), imag(alpha(j)), real(beta(j)),imag(beta(j)));
else
fprintf('Eigenvalue (%d)\n', j);
disp(alpha(j)/beta(j));
end
if rconde(j) > 0
fprintf(' Condition number = %8.1e\n', 1/rconde(j));
fprintf(' Error bound = %8.1e\n', tol/rconde(j));
else
fprintf(' Reciprocal condition number = %8.1e\n', rconde(j));
fprintf(' Error bound is infinite\n');
end
fprintf('\nEigenvector (%d):\n', j);
disp(VR(:, j));
if rcondv(j) > 0
fprintf(' Condition number = %8.1e\n', 1/rcondv(j));
fprintf(' Error bound = %8.1e\n\n', tol/rcondv(j));
else
fprintf(' Reciprocal condition number = %8.1e\n', rcondv(j));
fprintf(' Error bound is infinite\n\n');
end
end
f08wp example results
Eigenvalue (1)
3.0000 - 1.0000i
Condition number = 7.5e+00
Error bound = 1.2e-14
Eigenvector (1):
-0.7326 - 0.2674i
-0.1493 + 0.0451i
-0.1307 + 0.0851i
-0.0851 - 0.1307i
Condition number = 7.8e+00
Error bound = 1.2e-14
Eigenvalue (2)
2.0000 - 5.0000i
Condition number = 2.7e+00
Error bound = 4.3e-15
Eigenvector (2):
-0.5202 + 0.4798i
-0.0007 + 0.0040i
-0.0327 + 0.0302i
-0.0302 - 0.0327i
Condition number = 1.7e+01
Error bound = 2.7e-14
Eigenvalue (3)
3.0000 - 9.0000i
Condition number = 2.0e+00
Error bound = 3.1e-15
Eigenvector (3):
-0.3614 + 0.6386i
0.0188 + 0.1455i
-0.1455 + 0.0188i
-0.0188 - 0.1455i
Condition number = 1.9e+01
Error bound = 3.1e-14
Eigenvalue (4)
4.0000 - 5.0000i
Condition number = 1.6e+00
Error bound = 2.6e-15
Eigenvector (4):
-0.3660 + 0.6340i
0.0010 + 0.0081i
0.0122 - 0.0211i
-0.0986 - 0.0569i
Condition number = 1.6e+01
Error bound = 2.6e-14
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015