What is Numerical: Definition and 772 Discussions

Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). Numerical analysis naturally finds application in all fields of engineering and the physical sciences, but in the 21st century also the life sciences, social sciences, medicine, business and even the arts have adopted elements of scientific computations. The growth in computing power has revolutionized the use of realistic mathematical models in science and engineering, and subtle numerical analysis is required to implement these detailed models of the world. For example, ordinary differential equations appear in celestial mechanics (predicting the motions of planets, stars and galaxies); numerical linear algebra is important for data analysis; stochastic differential equations and Markov chains are essential in simulating living cells for medicine and biology.
Before the advent of modern computers, numerical methods often depended on hand interpolation formulas applied to data from large printed tables. Since the mid 20th century, computers calculate the required functions instead, but many of the same formulas nevertheless continue to be used as part of the software algorithms.The numerical point of view goes back to the earliest mathematical writings. A tablet from the Yale Babylonian Collection (YBC 7289), gives a sexagesimal numerical approximation of the square root of 2, the length of the diagonal in a unit square.
Numerical analysis continues this long tradition: rather than exact symbolic answers, which can only be applied to real-world measurements by translation into digits, it gives approximate solutions within specified error bounds.

View More On Wikipedia.org
  1. JasonJo

    Help with a numerical Simpsons Rule

    I need help with this numerical simpsons rule problem x y 16 -5 17 1 18 3 19 -3 20 -5 21 6 22 -8 Use the table to estimate the value of the integral y from the interval 16 to 22 the problem i am having is how many subdivision to make and how to...
  2. E

    Numerical analisis and complex integrals

    I have a dobut,can a complex integral be evaluated by using numerical analisis?..for example the integral LnR(s)/R(s) where R(s) is Riemann Zeta function with the limits (c+i8,c-i8) i would use the change of variable s=c+iu so the integral becomes a real integral with the limit (-8,8) now how...
  3. E

    Numerical LA: Cholesky & Conjugate gradient method

    Hello, I have to do a proof and am having trouble starting. The proof is to show how you could use Cholesky decomposition to determine a set of A-orthogonal directions. Cholesky decom. means I can write the symmetric positive definite matrix as A = GG' The textbook gives a way...
  4. J

    Solving Numerical System of Equations for $\lambda$ and $\mu$

    e^{-2 \lambda}(2r \lambda_r -1) + 1 = 8 \pi r^2G_\Phi(r,\mu) e^{-2 \lambda}(2r \mu_r +1) - 1 = 8 \pi r^2H_\Phi(r,\mu) where G_\Phi(r,\mu) = \frac{2\pi}{r^2}\int_{1}^{\infty}\int_{0}^{r^2(\epsilon^2-1)} \Phi(e^{\mu(r)\epsilon,L}) \frac{\epsilon}{\sqrt{\epsilon^2-1-L/r^2}}dL...
  5. F

    Best use of Microsoft Excel for Numerical Analysis of Classical Mechanics?

    I'm need to use Microsoft Excel as a numerical analysis tool for classical mechanics physics problems. Yes, I know there are dozens or hundreds of other tools that would be more powerful, but I (and my students) are required to see what they can do with Excel. The Class: Analytical...
  6. A

    Linear ODE Systems in Numerical Methods.

    I feel so embarrased asking this question, but this is the place to get answers. I have a 2nd order ODE with a forcing function that needs to be manipulated and put into a matrix for a numerical method solution, ie Matlab. My question is: Is the matrix composed of a particular solution in the...
  7. Clausius2

    Exploring a Numerical Simulation of a Ram Accelerator Device

    I've just got my final year project assigned. It has to do with a numerical simulation of a Ram Accelerator device. Well, apart of having doubts, which I will post just here proximately, I would want to know some website to learn more about that type of device. Apart of Google sites...
  8. Z

    Numerical resolution of 2nd order non-linear differential equation

    Hi Everybody, Does anybody know how to solve, analytically or numerically, the following differential equation : \frac{d^2\Phi}{dx^2}-a.Sinh(\frac{\Phi}{U_{th}})=-b.Exp(-(\frac{x-x_{m}}{\sigma})^2}) The unknown function is \Phi. a and b are some strictly positive constants. q\Phi is...
  9. I

    Numerical Integration: Simpson's Rule for 1/x

    I am performing the numerical integration of finding the area of 1/x dx from 0 to 2... using Simpson's rule of n = 6. What will I do in this problem like this since 0 to be evaluated in the f(x) = 1/x is undefined?
  10. J

    What are the main topics in Numerical Analysis?

    I'll be taking Numerical Analysis in the fall and I honestly have no idea what it's about. Can anyone tell me what the main topics in Numerical Analysis Are? Thanks.
  11. MathematicalPhysicist

    Can Missing Energy Events Shed Light on Quantum Gravity and Extra Dimensions?

    i found this in my wandering in google: http://pdg.cecm.sfu.ca/~warp/papers/essay/essay.html can someone explain to me this approach of quantum gravity in simple terms? i think it has to do with simulations of quantum gravity at the Planck level, am i correct?
  12. C

    Numerical Methods and Spreadsheet Physics

    I understand that one can use numerical methods to solve a derivative or integral that can't be solved analytically. What are some simple examples of physics Diff Eqs and/or Integrals that can only be solved using numerical methods?
  13. Coelum

    Textbook on Numerical Celestial Mechanics

    Forum, I'm seeking for a good textbook on numerical celestial mechanics. My current level of proficiency is: 1- understanding of classical mechanics is at the level of Goldstein's textbook 2- understanding of numerical analysis is at the level that I can easily pick up an algorithm from the...
  14. X

    Best numerical technique?

    Best numerical technique? I've recently used Simpson's (1/3) rule for the numerical solution of the 'intersecting cylinders' problem. I've found that it isn't too accurate no matter how many intervals I take (I have even taken 1000,000 intervals!), but still end up with some error. I'll...
  15. Clausius2

    Blasius numerical solution?

    I have been doing a simulation of Blasius equation: F'''+FF''/2=0 with F(eta) where eta is a similarity variable eta=(y-1)/(x^(1/2)) F'(0)=1 u(y=1,x<<1)=1 F(0)=0 v(y=1,x<<1)=0 F'(infinite)=0 u(y=infinite, x<<1)=0 You...
  16. suyver

    Numerical solutions to differential equations

    I've got a horrible system of 8 coupled differential equations: \frac{\partial}{\partial t} N_0=-R_{0,2}N_0Y_1+\sum_{j=1}^5W_{j,0}N_j-C_{0,1}^{4,2}N_0N_4 \frac{\partial}{\partial t} N_1=-R_{1,3}N_1Y_1-W_{1,0}N_1+W_{2,1}N_2+W_{4,1}N_4+C_{0,1}^{4,2}N_0N_4 \frac{\partial}{\partial...
  17. S

    Numerical RK4 integrator help

    I'm writing a vehicle physics engine and am using an RK4 integrator which I wrote. But I am having huge problems with angular motion. Long story short I thing it might be to do with the fact that I'm integrating from accelerations. So I'm re-writing the integrator using momentum. However I'm...
  18. S

    Figure out the numerical values of sines and cosines?

    How do mathematicians figure out the numerical values of sines and cosines? I can figure out how to evaluate sin(pi/12), sin(pi/24), sin(pi/48), etc, using sin(pi/6) and half angle formulas. How would I find sin(pi/5), for example? Is there any way other than infinite sums to express the...
  19. T

    Quantum effects in very small scale numerical modelling

    For those of you familiar with numerical modelling of various phenomena, you will know about work like the various discretisation schemes, stability/gradient limiters for high order schemes and so on. The most broad sweeping improvement to the field of numerical modelling would ultimately be...
  20. A

    How do I program romberg integration in Fortran 90?

    Does anyone have a program for numerical integration in fortran??
  21. A

    Algorithm of the numerical decision of stochastic Shrodinger equation.

    Prompt please where it is possible to find algorithm of the numerical decision of stochastic Shrodinger equation with casual potential having zero average and delta – correlated in space and time? The equation: i*a*dF/dt b*nabla*F-U*F=0 where i - imaginary unit, d/dt - partial...
  22. E

    Montecarlo Numerical integration methods

    In fact for multiple integrals ..i know that montecarlo methods are used..but can these be generalized to get a infinite dimension integrals.. (integration over R**n where n tends to infinity)..can be they generalized to fractional dimensional integration?..(integraton on R**d with d not an integer)
Back
Top