Celeb Glow
updates | April 06, 2026

What is difference between numerical solution and approximation?

$\begingroup$

Lets say I have a problem, for example, initial or boundary value problem. I can't solve the problem analitically. From the literature it is known some appropriate techniques to solve the problem.

Question.What is difference in terminology between numerical and approximate techniques?

I have confused because numerical techniques include an approximation of the analitical solution.

$\endgroup$ 2

1 Answer

$\begingroup$

Numerical solutions can be exact (at least up to accuracy of the number representation). For instance, Gaussian elimination yields a fairly exact solution to a linear system of equations (up to ill-posedness), though it belongs to the field of numerical analysis because it describes an algorithmic procedure.

Approximations can be analytical. For instance, the factorial can be approximated by the Stirling formula, which is only asymptotically exact, but is quite useful in symbolic computation.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy