Nonlinear Eigenproblem
   HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, a nonlinear eigenproblem, sometimes nonlinear eigenvalue problem, is a generalization of the (ordinary)
eigenvalue problem In linear algebra, an eigenvector ( ) or characteristic vector is a Vector (mathematics and physics), vector that has its direction (geometry), direction unchanged (or reversed) by a given linear map, linear transformation. More precisely, an e ...
to equations that depend nonlinearly on the eigenvalue. Specifically, it refers to equations of the form : M (\lambda) x = 0 , where x\neq0 is a
vector Vector most often refers to: * Euclidean vector, a quantity with a magnitude and a direction * Disease vector, an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematics a ...
, and ''M'' is a
matrix Matrix (: matrices or matrixes) or MATRIX may refer to: Science and mathematics * Matrix (mathematics), a rectangular array of numbers, symbols or expressions * Matrix (logic), part of a formula in prenex normal form * Matrix (biology), the m ...
-valued function of the number \lambda. The number \lambda is known as the (nonlinear) eigenvalue, the vector x as the (nonlinear) eigenvector, and (\lambda,x) as the eigenpair. The matrix M (\lambda) is singular at an eigenvalue \lambda.


Definition

In the discipline of
numerical linear algebra Numerical linear algebra, sometimes called applied linear algebra, is the study of how matrix operations can be used to create computer algorithms which efficiently and accurately provide approximate answers to questions in continuous mathemati ...
the following definition is typically used. Let \Omega \subseteq \Complex, and let M : \Omega \rightarrow \Complex^ be a function that maps scalars to matrices. A scalar \lambda \in \Complex is called an ''eigenvalue'', and a nonzero vector x \in \Complex^n is called a ''right eigenvector'' if M (\lambda) x = 0. Moreover, a nonzero vector y \in \Complex^n is called a ''left eigenvector'' if y^H M (\lambda) = 0^H, where the superscript ^H denotes the
Hermitian transpose In mathematics, the conjugate transpose, also known as the Hermitian transpose, of an m \times n complex matrix \mathbf is an n \times m matrix obtained by transposing \mathbf and applying complex conjugation to each entry (the complex conjugate ...
. The definition of the eigenvalue is equivalent to \det(M (\lambda)) = 0, where \det() denotes the
determinant In mathematics, the determinant is a Scalar (mathematics), scalar-valued function (mathematics), function of the entries of a square matrix. The determinant of a matrix is commonly denoted , , or . Its value characterizes some properties of the ...
. The function ''M'' is usually required to be a
holomorphic function In mathematics, a holomorphic function is a complex-valued function of one or more complex variables that is complex differentiable in a neighbourhood of each point in a domain in complex coordinate space . The existence of a complex de ...
of \lambda (in some domain \Omega). In general, M (\lambda) could be a
linear map In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that p ...
, but most commonly it is a finite-dimensional, usually square, matrix. Definition: The problem is said to be ''regular'' if there exists a z\in\Omega such that \det(M (z)) \neq 0. Otherwise it is said to be ''singular''. Definition: An eigenvalue \lambda is said to have ''algebraic multiplicity'' k if k is the smallest integer such that the kth
derivative In mathematics, the derivative is a fundamental tool that quantifies the sensitivity to change of a function's output with respect to its input. The derivative of a function of a single variable at a chosen input value, when it exists, is t ...
of \det(M (z)) with respect to z, in \lambda is nonzero. In formulas that \left.\frac \_ \neq 0 but \left.\frac \_ = 0 for \ell=0,1,2,\dots, k-1. Definition: The ''
geometric multiplicity In linear algebra, an eigenvector ( ) or characteristic vector is a vector that has its direction unchanged (or reversed) by a given linear transformation. More precisely, an eigenvector \mathbf v of a linear transformation T is scaled by a c ...
'' of an eigenvalue \lambda is the dimension of the nullspace of M (\lambda).


Special cases

The following examples are special cases of the nonlinear eigenproblem. * The (ordinary)
eigenvalue problem In linear algebra, an eigenvector ( ) or characteristic vector is a Vector (mathematics and physics), vector that has its direction (geometry), direction unchanged (or reversed) by a given linear map, linear transformation. More precisely, an e ...
: M (\lambda) = A-\lambda I. * The generalized eigenvalue problem: M (\lambda) = A-\lambda B. * The quadratic eigenvalue problem: M (\lambda) = A_0 + \lambda A_1 + \lambda^2 A_2. * The polynomial eigenvalue problem: M (\lambda) = \sum_^m \lambda^i A_i. * The rational eigenvalue problem: M (\lambda) = \sum_^ A_i \lambda^i + \sum_^ B_i r_i(\lambda), where r_i(\lambda) are
rational functions In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials. The coefficients of the polynomials need not be ra ...
. * The delay eigenvalue problem: M (\lambda) = -I\lambda + A_0 +\sum_^m A_i e^, where \tau_1,\tau_2,\dots,\tau_m are given scalars, known as delays.


Jordan chains

Definition: Let (\lambda_0,x_0) be an eigenpair. A tuple of vectors (x_0,x_1,\dots, x_)\in\Complex^n\times\Complex^n\times\dots\times\Complex^n is called a ''Jordan chain'' if\sum_^ M^ (\lambda_0) x_ = 0 ,for \ell = 0,1,\dots , r-1, where M^(\lambda_0) denotes the kth derivative of M with respect to \lambda and evaluated in \lambda=\lambda_0. The vectors x_0,x_1,\dots, x_ are called ''generalized eigenvectors'', r is called the ''length'' of the Jordan chain, and the maximal length a Jordan chain starting with x_0 is called the ''rank'' of x_0. Theorem: A tuple of vectors (x_0,x_1,\dots, x_)\in\Complex^n\times\Complex^n\times\dots\times\Complex^n is a Jordan chain if and only if the function M(\lambda) \chi_\ell (\lambda) has a
root In vascular plants, the roots are the plant organ, organs of a plant that are modified to provide anchorage for the plant and take in water and nutrients into the plant body, which allows plants to grow taller and faster. They are most often bel ...
in \lambda=\lambda_0 and the root is of multiplicity at least \ell for \ell=0,1,\dots,r-1, where the vector valued function \chi_\ell (\lambda) is defined as\chi_\ell(\lambda) = \sum_^\ell x_k (\lambda-\lambda_0)^k.


Mathematical software

* The eigenvalue solver package SLEPc contains C-implementations of many numerical methods for nonlinear eigenvalue problems. * Th
NLEVP collection of nonlinear eigenvalue problems
is a
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
package containing many nonlinear eigenvalue problems with various properties. * Th
FEAST eigenvalue solver
is a software package for standard eigenvalue problems as well as nonlinear eigenvalue problems, designed from density-matrix representation in quantum mechanics combined with contour integration techniques. * The
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
toolbo
NLEIGS
contains an implementation of fully rational Krylov with a dynamically constructed rational interpolant. * The
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
toolbo
CORK
contains an implementation of the compact rational Krylov algorithm that exploits the Kronecker structure of the linearization pencils. * The
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
toolbo
AAA-EIGS
contains an implementation of CORK with rational approximation by set-valued AAA. * The
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
toolbo
RKToolbox
(Rational Krylov Toolbox) contains implementations of the rational Krylov method for nonlinear eigenvalue problems as well as features for rational approximation. * The Julia packag
NEP-PACK
contains many implementations of various numerical methods for nonlinear eigenvalue problems, as well as many benchmark problems. * The review paper of Güttel & Tisseur contains MATLAB code snippets implementing basic Newton-type methods and contour integration methods for nonlinear eigenproblems.


Eigenvector nonlinearity

Eigenvector nonlinearities is a related, but different, form of nonlinearity that is sometimes studied. In this case the function M maps vectors to matrices, or sometimes
hermitian matrices In mathematics, a Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose—that is, the element in the -th row and -th column is equal to the complex conjugate of the element in the -th ...
to hermitian matrices.{{Cite journal, last1=Upadhyaya, first1=Parikshit, last2=Jarlebring, first2=Elias, last3=Rubensson, first3=Emanuel H., date=2021, title=A density matrix approach to the convergence of the self-consistent field iteration, journal=Numerical Algebra, Control & Optimization, volume=11, issue=1, pages=99, doi=10.3934/naco.2020018, issn=2155-3297, doi-access=free, arxiv=1809.02183


References


Further reading

* Françoise Tisseur and Karl Meerbergen, "The quadratic eigenvalue problem," ''
SIAM Review Society for Industrial and Applied Mathematics (SIAM) is a professional society dedicated to applied mathematics, computational science, and data science through research, publications, and community. SIAM is the world's largest scientific socie ...
'' 43 (2), 235–286 (2001) ( link). * Gene H. Golub and Henk A. van der Vorst, "Eigenvalue computation in the 20th century," '' Journal of Computational and Applied Mathematics'' 123, 35–65 (2000). * Philippe Guillaume, "Nonlinear eigenproblems," ''
SIAM Journal on Matrix Analysis and Applications The ''SIAM Journal on Matrix Analysis and Applications'' is a peer-reviewed scientific journal covering matrix analysis and its applications. The relevant applications include signal processing, systems and control theory, statistics, Markov chai ...
'' 20 (3), 575–595 (1999)
link
. *Cedric Effenberger, "''Robust solution methods fornonlinear eigenvalue problems''", PhD thesis EPFL (2013)
link
*Roel Van Beeumen, "''Rational Krylov methods fornonlinear eigenvalue problems''", PhD thesis
KU Leuven KU Leuven (Katholieke Universiteit Leuven) is a Catholic research university in the city of Leuven, Leuven, Belgium. Founded in 1425, it is the oldest university in Belgium and the oldest university in the Low Countries. In addition to its mai ...
(2015)
link
Linear algebra