Example: Compute f(t) on [0,1] from g(x) on
[100,∞) where
Example:
We will solve the integral equation by the Nyström method
with the trapezoidal rule as quadrature and using 64 points.
This will lead a
To get data we use one of two methods.
First, we compute the value of g(x) at the 64 equally spaced points
using IEEE arithmetic to obtain gvec and call this [g1].
Second we will use the direct solver to get [g2]
from
The results are shown below, that on left is from data set [g1],
that on the right from data [g2].
The two reconstructions shown below were made from the automated routine
applied to sound soft obstacle Scattering:
Quasi-Newton Method using spectral cut-off.
The actual bean-shaped function can be reconstructed to almost within
naked-eye similarity by a fourier mode approximation using only 5 Fourier modes.
Does this not seem a bit strange?
With
The explanation is quite simple:
The above algorithm was run 1,000 times in each of the two cases
(N=5, 1% error
§ The perfect data method
The algorithm used for reconstruction requires a solution(s)
of the direct problem. The direct problem is solved by the identical
method used to get simulated data and the implementation
in each case is with identical parameters.
Take
§ The best of all worlds routine
If the data is generated numerically and has "random noise added",
the reconstructions obtained will vary slightly.
Which do you take?