5.3 Relating Other Spectral Expansions
5.3.2 The Singular Value Decomposition
Given a set of simultaneous equations, with matrix A ∈ Rm×n, where the raised dot indicates
matrix multiplication,
A · x = b
Matrix A has a Singular Value Decomposition (SVD) defined by
A = U · Σ · VT (5.3.8)
where U = (u1, . . . , uN) and V = (v1, . . . , vN) are matrices with orthonormal columns.
Diagonal matrix Σ = diag(wj) with wj entries corresponding to the singular values of A,
such that w1 ≥ . . . ≥ wn ≥ 0. U and V are square matrices for a square matrix A: the
columns of U whose same-numbered elements wj are non-zero form an orthonormal set of
basis vectors that span the range; the columns of V whose same-numbered elements wj are
zero form an orthonormal basis for the nullspace [163]. The solution of the linear system can be expressed in terms of a linear combination of basis functions, the singular vectors.
x = N X i=1 µ Ui· b wi ¶ Vi (5.3.9)
The smallest singular values thus dominate the solution by scaling the corresponding singular vectors most. Condition number is defined as the ratio of the largest to the smallest singular values of a given matrix, in this case, Cond(A) = w1/wn. An excessive spread of singular
values, giving a large condition number, distorts the solution. Small perturbations in b and A, or rounding and precision errors in wi, cause significant variations in x. Errors introduced during the solution of the linear system result in a decrease in accuracy as the condition number increases. It is well-known that the singular values decay gradually to zero with no marked gap in the spectrum.
Clearly the Singular Value Decomposition and the Singular Value Expansion are closely re- lated, seen by comparing (5.3.9) to (5.3.7). P.C. Hansen [162] characterizes the SVD as a discretization of the SVE, with similar properties as depicted in table 5.1 The matrix norm
Singular Value Expansion Singular Value Decomposition µ1≥ µ2 ≥ µ3 ≥ . . . w1 ≥ w2 ≥ w3 ≥ . . . kKk2 =P∞i=1µ2 i kAkF Pn i=1wi2 hui, uji = δij hvi, vji = δij ) i, j = 1, 2, . . . uTi uj = δij vT i vj = δij ) i, j, = 1, 2, . . . , n R ΩK(s, t) vi(t) dt = µiui(s) R ΩK(s, t) ui(s) ds = µivi(t) Avi = wiui ATui = wivi
Table 5.1: Comparison of Properties of the SVD and SVE
kAkF is a Frobenius norm defined by
kAkF = n X i=1 n X j=1 a2ij = n X i=1 wi2 (5.3.10)
Using the so-called MoM-SVD approach, P.C. Hansen [162] showed that if a Fredholm integral equation of the first kind was discretized using a Method of Moments technique, that a singular value decomposition of the resulting matrix approximated the singular value expansion of the kernel.
As discussed in section 4.6.1, Canning [103, 104, 105] has proposed the use of the Singular Value Decomposition for the isolation and elimination of modes that are numerical artifacts of the EFIE formulation. The method is based on the SVD of the Impedance Matrix, and elimination of the (near) resonant mode. As will be demonstrated in the next chapter, the Impedance Matrix is derived from the EFIE using a MoM approach. This SVD method therefore is equivalent to Hansen’s MoM-SVD approach [162]. In turn it is equivalent to the SFM approach discussed in section 5.2.2 and 5.2.3.
5.4
Conclusions
The integral equations for radiation and scattering from a perfectly conducting object in a homogeneous medium were stated based on the Stratton-Chu representations as EFIE and MFIE operator representations. The Calderon projectors were used to expose the linkage between the operator EFIE and MFIE, through operator relation (1/4I − K2) = −T2. When
applied to the EFIE, giving Adams’ MEFIE, this operator preconditions the ill-posed first kind equation, mapping it to a second kind form. It is also the same operator applied by Marin in the mathematical foundations for the SEM.
The operator relation also enables both the MFIE and EFIE to be written as Hilbert-Schmidt operators and solved using the Fredholm Determinant Theory. Through the Calderon precon- ditioning relation, both the MEFIE and MMFIE can be shown to be stable integral equations with solutions that can be approximated by a Singularity Expansion Method (SEM), giving series of poles and residues in the frequency domain form and series of damped exponentials in time domain form. Abstract time and frequency domain methods based on Prony’s method or Model-Based Parameter Estimation (MBPE) are therefore valid approaches.
For the EFIE and MFIE compact operators, the Fredholm Alternative presents two solution paths. The first, for the resolvent set, where λ is not an eigenvalue, was shown to yield a solution through the SEM. The integral equations were first modified using the precondition- ing operator established elsewhere. This enabled the Fredholm Determinant Theory to be applied in calculating the resolvent.
The second solution path, with nontrivial solutions to the homogeneous first and second kind equations, is used to analyze the Eigenmode Expansion Method and Singular Function Expansion Method. The EEM, requiring selfadjoint operators to be valid, can be replaced by the SFM, which uses singular function expansions, based on the Method of Schmidt, to calculate an expansion valid for nonselfadjoint operators. However, using the preconditioning operator again, we showed that the integral equations could be written in a Hermitian form, allowing the EEM to be used. The SFM technique is therefore not required.
As part of our analysis on spectral expansions, we also considered the Singular Value Ex- pansion (SVE) and Singular Value Decomposition (SVD) in section 5.3. Demonstrated to be identical to the SFM, SVE is based on the Method of Schmidt where Hermitian composite kernels are constructed and simple relations between eigenvalues and singular values defined. The similarities between the SVD and SVE were highlighted in 5.3.2, where it was shown that the SVD may be considered to be a discretized version of the SVE. A known technique in the applied mathematics literature is relevant to this electromagnetic application, namely Hansen’s Mom-SVD approach. The MoM application to the EFIE yields the SVE of the Fredholm equation of the first kind; since the EFIE is a nonselfadjoint operator, this is a use- ful representation. However, since it was noted earlier in the chapter that the preconditioner approach eliminated the need for the SVE/SFM approach, the MoM-SVD is not specifically applied.
Application of Spectral Expansion
Methods to SuperNEC
Chapter 5 evaluated spectral expansions suitable for the EFIE and MFIE. Common the- oretical grounds were established and appropriate expansions defined for various operator types. Conclusions to theoretical questions were formed; this chapter considers a shift from the theoretical integral equations to the specific integrals and solution techniques used within SuperNEC. A key contribution of this work is that theoretical methods are presented with sufficient rigor to stand up to mathematical scrutiny, while still offering practical solutions that demonstrate the effectiveness of the techniques. When all is said and done, the goal of dramatically reducing computational expense in modelling radiation and scattering from a complex structure needs to be achieved.
Integration of a solution into SuperNEC implies that a subset of the expansion methods discussed in chapter 5 will be applicable; the fundamental architecture of this frequency domain code limits practical application. An EEM solution, for instance, does not lend itself to reasonable integration effort into SuperNEC, while an SVD method would. SuperNEC also addresses certain aspects of the discretization problem associated with ill-posedness of the first kind EFIE, due to its original formulation.
Of the spectral expansions reviewed thus far, noticeably missing is the discussion of Transfer Function Estimation and the relationship between the spectral expansions and MBPE (see chapter 2). These details are considered in this chapter. Also considered is the specific choice of a method based on the Singularity Expansion Method (SEM), using a frequency domain Prony method that addresses our requirement of reducing computational expense.
Another focal point of this chapter is to take the spectral expansion methods presented in chapter 5 and to apply them to structures comprised of wire segments. The EFIE implemen- tation in SuperNEC is known to give accurate results, provided the design engineer complies
with modelling guidelines.
Section 6.1 reviews the thin-wire kernel equations, derived from the general EFIE already discussed. Hilbert spaces, Lebesgue-square integrability and Sobolev spaces are applied to the electromagnetics problems. The z-directed EFIE, a Fredholm equation of the first kind is solved using a Method of Moments (MoM) technique, consistent with the solution using SuperNEC. Posedness of the thin-wire kernel MoM solution is considered in some detail, using first an exact kernel and later a reduced kernel form. The analyses of the general EFIE presented in chapter 4 are extended to the specific case applicable to SuperNEC. We cast these forms in Lebesgue-square integrable function spaces, in section 6.1.2, moving on to ill-posedness considerations (section 6.1.3) with Sobolev space analysis using boundary conditions and tangential field components, creating formulations suitable for solving first kind EFIE equations. The impact of Sobolev formulations on SuperNEC integration for the exact and reduced kernels is given in section 6.1.4. For review of preliminaries on ill-posedness, see section 4.5.
In section 6.2 we consider spectral expansions applied to SuperNEC. Being an existing code, with suites of numerical implementations in place, based on underlying theoretical derivations, it is logical that our solution space of spectral expansion methods will not all be practically useful within SuperNEC. The SEM is - we view the solution at a single frequency as “ex- panded” through application of Taylor and Laurent series using an SEM methodology. We explore the link to the resolvent expansions of chapter 5 and techniques for evaluation of SEM parameters.
Section 6.3 presents solutions based on Prony’s method for both the time- and frequency- domain case. The Frequency Domain Prony Method (FDPM), in particular, is of interest as it is suitable for analytical representation of frequency-domain models, effectively presenting a wideband model derived from SuperNEC data/simulation results. We conclude the section with an analysis of the MBPE abstraction, showing its relation to the SEM, its theoretical underpinnings and we answer questions asked in chapter 3 of this method.
6.1
A Thin Wire Solution for SuperNEC
As demonstrated in section 4.5.2, the discretization of the analytical integral equation rep- resentation for Maxwell’s partial differential equations creates an ill-posed formulation. Our attempt to calculate scattered fields from a complex structure is therefore critically linked to the nature of this discretization. Independently, we know that a SuperNEC formulation, and its predecessor NEC2 used either thin-wire or extended thin-wire kernel forms of the Pocklington’s (EFIE) Integral equation [41]. A series of guidelines have been empirically de- termined which ensure stable numerical performance. One therefore can question whether
there is a theoretical basis for validating these guidelines.
We begin this section with a formal derivation of the Method of Moment impedance matrix used within SuperNEC. Notations for Lebesgue-square integrability and Sobolev spaces for the scattering problem are stated in section 6.1.2. Section 6.1.3 considers the ill-posedness of the z-directed EFIE for the exact kernel formulation, drawing on the theoretical analyses of section 4.5.2. This is extended to the reduced form, with an evaluation of its applicability to SuperNEC thereafter.