Chapter 1
Chapter 1
Introduction
• Overview
• A Brief History
• Classification
• A Glimpse of Some Known Results
• Conclusion
1
2 Introduction
Overview
Fundamental Questions
• Solvability:
¦ Determine a necessary or a sufficient condition under
which an IEP has a solution.
• Computability:
¦ Develop a scheme through which, knowing a priori
that the given spectral data are feasible, a matrix
can be constructed numerically.
• Sensitivity:
¦ Quantify how a solution to an IEP is subject to
changes of the spectral data.
• Applicability:
¦ Differentiate whether the given data are exact or
approximate, complete or incomplete, and whether
only an estimation of the parameters of the system
is sufficient.
¦ Decide between physical realizability and physical
uncertainty which constraint of the problem should
be enforced.
Brief History 5
Brief History
Literature Review
• Applied Mechanics:
¦ Barcilon’74
¦ Gottlieb’83, Gladwell’86
¦ Ram’91, Gladwell’96, Nylen&Uhlig’97
• Computation:
¦ Morel’76, Boley&Golub’77
¦ Nocedal et al’83, Friedland et al’88, Laurie’88
¦ Chu’90, Zhou&Dai’91, Trench’97, Xu’98
8 Introduction
Applications
An Example
m3
m2
m1 m4
x3
x2
x1
F x4 F
• In matrix form:
d2x
= −DAx
dt2
¦ x = [x1, x2, x3, x4]T
2 −1 0 0
−1 2 −1 0
¦A= 0 −1 2 −1
0 0 −1 2
¦ D = diag(d1, d2, d3, d4) with di = F
mi h .
• Eigenvalues of DA are the squares of the so called nat-
ural frequencies of the system.
• Want to place weights mi so that the system has a
prescribed set of natural frequencies.
¦ A is symmetric and tridiagonal.
¦ D is diagonal.
¦ This is a multiplicative inverse eigenvalue problem.
• Open Question: Can such a string have arbitrarily pre-
scribed natrual frequencies by adjusting the diagonal
matrix D?
Classification 11
Classification
• Based on constraint.
¦ Spectral constraint.
¦ Structure constraint.
• Based on physical suitability.
¦ Physical realizability.
¦ Physical uncertainty.
• Based on discipline.
¦ Essentially mathematical problem.
¦ Essentially engineering problem.
• Based on expectation.
¦ Determination problem.
¦ Estimation problem.
12 Introduction
MVIEP
(single variate)
LSIEP
PIEP
MIEP
AIEP
SIEP
PDIEP
PIEP
• Generic form:
¦ Given
. A family of matrices A(c) ∈ M with c ∈ Fm,
. A set of scalars Ω ⊂ F,
¦ Find
. Values of parameter c such that
σ(A(c)) ⊂ Ω
• Remarks:
¦ Not necessarily m = n.
¦ Commonly used Ω:
. Ω = {λ∗k }nk=1.
. Ω = left-half complex plan.
. Ω = anything but must have a specific number of
zeros.
14 Introduction
Pn
• A(c) = A0 + i=1 ci Ai
¦ Ai ∈ R(n), F = R.
¦ Ai ∈ S(n), F = R.
• (AIEP) A(c) = A(X) = A0 + X, X ∈ N .
¦ A0 ∈ C(n), F = C, N = DC (n).
• (MIEP) A(c) = A(X) = XA0, X ∈ N .
¦ Preconditioning?
Pq
• A(c) = A(K1, . . . , Kq ) = A0 + i=1 Bi Ki Ci .
SIEP
• Generic form:
¦ Given
. A set N of specially structured matrices,
. A set of scalars {λ∗k }nk=1 ∈ F,
¦ Find
. X ∈ N such that
σ(X) = {λ∗k }nk=1.
• Some special cases:
¦N = {Toeplitz matrices in S(n)}.
¦N = {Persymmetric Jacobi matrices in S(n)}.
¦N = {Nonnegative matrices in S(n)}.
¦N = {Row-stochastic matrices in R(n)}.
16 Introduction
LSIEP
• By mechanical types:
¦ Continuous vs. discrete.
¦ Damped vs. undamped.
• By data type:
¦ Spectral, modal, or nodal.
¦ Complete vs incomplete.
20 Introduction
Complex Solvability
Real Solvability
Numerical Methods
• Direct methods
¦ Lanczos method.
¦ Orthogonal reduction methods.
• Iterative methods
¦ Newton-type iteration.
• Continuous methods:
¦ Homotopy approach.
¦ Projected gradient method.
¦ ASVD approach.
24 Introduction
Sensitivity Analysis
Summary