Numerical Analysis: Difference between revisions

No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
==Orthogonal Polynomials==
==Orthogonal Polynomials==
===Hermite Polynomials===
===Hermite Polynomials===
[https://en.wikipedia.org/wiki/Hermite_polynomials Wikipedia page]<br>
{{main | Wikipedia: Hermite polynomials}}


===Legendre Polynomials===
===Legendre Polynomials===
[https://en.wikipedia.org/wiki/Legendre_polynomials Wikipedia page]<br>
{{main | Wikipedia: Legendre polynomials}}


===Laguerre Polynomials===
===Laguerre Polynomials===
[https://en.wikipedia.org/wiki/Laguerre_polynomials Wikipedia page]<br>
{{main | Wikipedia: Laguerre polynomials}}


==Nonlinear Equations==
==Nonlinear Equations==
Line 19: Line 19:
Define the Homotopy map<br>
Define the Homotopy map<br>
<math>H(x, \lambda)=\lambda r(x) + (1-\lambda)(x-a)</math>
<math>H(x, \lambda)=\lambda r(x) + (1-\lambda)(x-a)</math>
==Numerical Differentiation==
See finite differencing
==Numerical Integration==
See Quadrature rules
==Function Approximation==
===Radial Basis Functions (RBF)===
See [http://num.math.uni-goettingen.de/schaback/teaching/sc.pdf A Practical Guide to Radial Basis Functions].<br>
Radial Basis Functions are functions which are only dependent on the radius of the input: <math>\mathbf{\phi}(\mathbf{x}) = \phi(\Vert x\Vert)</math>