Neutron transport: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>EmausBot
m r2.7.3) (Robot: Adding ro:Transportul neutronilor
 
Line 1: Line 1:
It is time to address the slow computer issues even if we never learn how. Just because your computer is working thus slow or keeps freezing up; refuses to mean which you can not address the issue plus fix it. You may or could not be aware that any computer owner must learn which there are certain things which a computer needs to maintain the number one performance. The sad fact is the fact that a lot of people that own a system have no idea that it requires routine repair really like their vehicles.<br><br>Registry is not moreover important to quick computer boot up, and important to the performance of the computer. If you have a registry error, we could face blue screen, freezing or crash. It's mandatory to frequently clean up the invalid, lost, junk registry keys to keep the computer healthy and running quick.<br><br>H/w connected error handling - whenever hardware causes BSOD installing latest fixes for the hardware and/ or motherboard can assist. You may also add hot hardware which is compatible with all the system.<br><br>Check your Windows taskbar, that is on the lower appropriate hand corner of the computer screen. This taskbar consist of programs you have running in the background. If you have too several of them, they can take your computer's resources.<br><br>Another thing you should check is whether the [http://bestregistrycleanerfix.com/tune-up-utilities tuneup utilities 2014] program that you are considering has the ability to identify files plus programs that are wise. One of the registry cleaner programs you would try is RegCure. It is helpful for speeding up and cleaning up problems on your computer.<br><br>The software finds these problems and takes care of them inside the shortest time possible. The hard drive could moreover cause issues sometimes, especially when you have 1 which is virtually maxed. When your start your machine, the are numerous booting processes included plus having an virtually full storage refuses to aid a bit. You will constantly have a slow PC as there are so many details in the hard disk being processed at the same time. The best way to resolve this issue is to upgrade. This allows the PC some time to breath and working quicker instantly.<br><br>Another issue with all the damaged version is the fact that it takes too much time to scan the program plus whilst it is scanning, you can not use the computer otherwise. Moreover, there is no technical support to these damaged versions which means in the event you get stuck someplace, you can't ask for help. They even do not have any customer service help lines wherein you can call or mail to resolve the issues.<br><br>By changing the way you employ the web you are able to have access more of the valuable bandwidth. This might ultimately give we a quicker surfing experience. Here is a link to 3 techniques to personalize your PC speed online.
In [[mathematics]], '''trigonometric interpolation''' is [[interpolation]] with [[trigonometric polynomial]]s. Interpolation is the process of finding a function which goes through some given data points. For trigonometric interpolation, this function has to be a trigonometric polynomial, that is, a sum of [[trigonometric function|sines and cosines]] of given periods. This form is especially suited for interpolation of [[periodic function]]s.
 
An important special case is when the given data points are equally spaced, in which case the solution is given by the [[discrete Fourier transform]].
 
==Formulation of the interpolation problem==
 
A trigonometric polynomial of degree ''K'' has the form
:<math> p(x) = a_0 + \sum_{k=1}^K a_k \cos(kx) + \sum_{k=1}^K b_k \sin(kx). \, </math>
This expression contains 2''K'' + 1 coefficients, ''a''<sub>0</sub>, ''a''<sub>1</sub>, … ''a''<sub>''K''</sub>, ''b''<sub>1</sub>, …, ''b''<sub>''K''</sub>, and we wish to compute those coefficients so that the function passes through ''N'' points:
:<math> p(x_n) = y_n, \quad n=0,\ldots ,N-1. \, </math>
Since the trigonometric polynomial is periodic with period 2π, the ''N'' points can be distributed and ordered in one period as
:<math> 0 \leq x_0 < x_1 < x_2 < \ldots  < x_{N-1} < 2  \pi. \, </math>
(Note that we do ''not'' in general require these points to be equally spaced.) The interpolation problem is now to find coefficients such that the trigonometric polynomial ''p'' satisfies the interpolation conditions.
 
==Solution of the problem==
 
Under the above conditions, there exists a solution to the problem for ''any'' given set of data points {''x''<sub>''k''</sub>, ''y''<sub>''k''</sub>} as long as ''N'', the number of data points, is not larger than the number of coefficients in the polynomial, i.e., ''N''&nbsp;≤&nbsp;2''K''+1  (a solution may or may not exist if ''N''>2''K''+1 depending upon the particular set of data points). Moreover, the  interpolating polynomial is unique if and only if the number of adjustable coefficients is equal to the number of data points, i.e., ''N''&nbsp;=&nbsp;2''K''&nbsp;+&nbsp;1. In the remainder of this article, we will assume this condition to hold true.
 
The solution can be written in a form similar to the [[Lagrange polynomial|Lagrange formula for polynomial interpolation]]:
:<math> p(x) = \sum_{k=0}^{2K} y_k \prod_{m=0,m\ne k}^{2K} \frac{\sin\frac12(x-x_m)}{\sin\frac12(x_k-x_m)}. \, </math>
This can be shown to be a trigonometric polynomial by employing the [[trigonometric identity#Multiple-angle formulae|multiple-angle formula]] and other identities for sin&nbsp;½(''x''&nbsp;−&nbsp;''x''<sub>''m''</sub>).
 
==Formulation in the complex plane==
 
The problem becomes more natural if we formulate it in the [[complex plane]]. We can rewrite the formula for a trigonometric polynomial as
:<math> p(x) = \sum_{k=-K}^K c_k e^{ikx}, \, </math>
where ''i'' is the [[imaginary unit]]. If we set ''z'' = ''e''<sup>''ix''</sup>, then this becomes
:<math> q(z) = \sum_{k=-K}^K c_k z^{k}, \, </math>
with
:<math> q(e^{ix}) \triangleq p(x). \, </math>
This reduces the problem of trigonometric interpolation to that of polynomial interpolation on the [[unit circle]]. Existence and uniqueness for trigonometric interpolation now follows immediately from the corresponding results for polynomial interpolation.
 
For more information on formulation of trigonometric interpolating polynomials in the complex plane see [http://www.physics.arizona.edu/~restrepo/475A/Notes/sourcea.pdf , p135  Interpolation using Fourier Polynomials].
 
==Equidistant nodes and the discrete Fourier transform==
 
The special case in which the points ''x''<sub>''n''</sub> are equally spaced is especially important. In this case, we have
:<math> x_n = 2 \pi \frac{n}{N}, \qquad 0 \leq n < N.</math>
 
The transformation that maps the data points ''y''<sub>''n''</sub> to the coefficients ''a''<sub>''k''</sub>, ''b''<sub>''k''</sub> is obtained from the [[discrete Fourier transform]] (DFT) of order&nbsp;N.
 
:<math> Y_k = \sum_{n=0}^{N-1} y_n \ e^{-i 2 \pi \frac{nk}{N}} \, </math>
 
:<math> y_n = p(x_n) = \frac{1}{N} \sum_{k=0}^{N-1} Y_k \ e^{i 2 \pi \frac{nk}{N}} \, </math>
 
 
 
(Because of the way the problem was formulated above, we have restricted ourselves to odd numbers of points.  This is not strictly necessary; for even numbers of points, one includes another cosine term corresponding to the [[Nyquist frequency]].)
 
 
 
The case of the cosine-only interpolation for equally spaced points, corresponding to a trigonometric interpolation when the points have [[Even and odd functions|even symmetry]], was treated by [[Alexis  Clairaut]] in 1754. In this case the solution is equivalent to a [[discrete cosine transform]]. The sine-only expansion for equally spaced points, corresponding to odd symmetry, was solved by [[Joseph Louis Lagrange]] in 1762, for which the solution is a [[discrete sine transform]]. The full cosine and sine interpolating polynomial, which gives rise to the DFT, was solved by [[Carl Friedrich Gauss]] in unpublished work around 1805, at which point he also derived a [[Cooley–Tukey FFT algorithm|fast Fourier transform]] algorithm to evaluate it rapidly. Clairaut, Lagrange, and Gauss were all concerned with studying the problem of inferring the [[orbit]] of [[planet]]s, [[asteroid]]s, etc., from a finite set of observation points; since the orbits are periodic, a trigonometric interpolation was a natural choice.  See also Heideman ''et al.'' (1984).
 
==References==
 
* Kendall E. Atkinson, ''An Introduction to Numerical Analysis'' (2nd edition), Section 3.8. John Wiley & Sons, New York, 1988. ISBN 0-471-50023-2.
* M. T. Heideman, D. H. Johnson, and C. S. Burrus, "[http://nctuocw.sjtu.edu.cn/new/course/fourier/supplement/heideman-johnson-etal1985.pdf Gauss and the history of the fast Fourier transform]," ''IEEE ASSP Magazine'' '''1''' (4), 14&ndash;21 (1984).
 
[[Category:Interpolation]]
[[Category:Trigonometry]]

Revision as of 02:35, 7 January 2014

In mathematics, trigonometric interpolation is interpolation with trigonometric polynomials. Interpolation is the process of finding a function which goes through some given data points. For trigonometric interpolation, this function has to be a trigonometric polynomial, that is, a sum of sines and cosines of given periods. This form is especially suited for interpolation of periodic functions.

An important special case is when the given data points are equally spaced, in which case the solution is given by the discrete Fourier transform.

Formulation of the interpolation problem

A trigonometric polynomial of degree K has the form

This expression contains 2K + 1 coefficients, a0, a1, … aK, b1, …, bK, and we wish to compute those coefficients so that the function passes through N points:

Since the trigonometric polynomial is periodic with period 2π, the N points can be distributed and ordered in one period as

(Note that we do not in general require these points to be equally spaced.) The interpolation problem is now to find coefficients such that the trigonometric polynomial p satisfies the interpolation conditions.

Solution of the problem

Under the above conditions, there exists a solution to the problem for any given set of data points {xk, yk} as long as N, the number of data points, is not larger than the number of coefficients in the polynomial, i.e., N ≤ 2K+1 (a solution may or may not exist if N>2K+1 depending upon the particular set of data points). Moreover, the interpolating polynomial is unique if and only if the number of adjustable coefficients is equal to the number of data points, i.e., N = 2K + 1. In the remainder of this article, we will assume this condition to hold true.

The solution can be written in a form similar to the Lagrange formula for polynomial interpolation:

This can be shown to be a trigonometric polynomial by employing the multiple-angle formula and other identities for sin ½(x − xm).

Formulation in the complex plane

The problem becomes more natural if we formulate it in the complex plane. We can rewrite the formula for a trigonometric polynomial as

where i is the imaginary unit. If we set z = eix, then this becomes

with

This reduces the problem of trigonometric interpolation to that of polynomial interpolation on the unit circle. Existence and uniqueness for trigonometric interpolation now follows immediately from the corresponding results for polynomial interpolation.

For more information on formulation of trigonometric interpolating polynomials in the complex plane see , p135 Interpolation using Fourier Polynomials.

Equidistant nodes and the discrete Fourier transform

The special case in which the points xn are equally spaced is especially important. In this case, we have

The transformation that maps the data points yn to the coefficients ak, bk is obtained from the discrete Fourier transform (DFT) of order N.


(Because of the way the problem was formulated above, we have restricted ourselves to odd numbers of points. This is not strictly necessary; for even numbers of points, one includes another cosine term corresponding to the Nyquist frequency.)


The case of the cosine-only interpolation for equally spaced points, corresponding to a trigonometric interpolation when the points have even symmetry, was treated by Alexis Clairaut in 1754. In this case the solution is equivalent to a discrete cosine transform. The sine-only expansion for equally spaced points, corresponding to odd symmetry, was solved by Joseph Louis Lagrange in 1762, for which the solution is a discrete sine transform. The full cosine and sine interpolating polynomial, which gives rise to the DFT, was solved by Carl Friedrich Gauss in unpublished work around 1805, at which point he also derived a fast Fourier transform algorithm to evaluate it rapidly. Clairaut, Lagrange, and Gauss were all concerned with studying the problem of inferring the orbit of planets, asteroids, etc., from a finite set of observation points; since the orbits are periodic, a trigonometric interpolation was a natural choice. See also Heideman et al. (1984).

References

  • Kendall E. Atkinson, An Introduction to Numerical Analysis (2nd edition), Section 3.8. John Wiley & Sons, New York, 1988. ISBN 0-471-50023-2.
  • M. T. Heideman, D. H. Johnson, and C. S. Burrus, "Gauss and the history of the fast Fourier transform," IEEE ASSP Magazine 1 (4), 14–21 (1984).