Knowledge

Numerical analysis

Source 📝

284: 891:, meaning that the solution changes by only a small amount if the problem data are changed by a small amount. To the contrary, if a problem is 'ill-conditioned', then any small error in the data will grow to be a large error. Both the original problem and the algorithm used to solve that problem can be well-conditioned or ill-conditioned, and any combination is possible. So an algorithm that solves a well-conditioned problem may be either numerically stable or numerically unstable. An art of numerical analysis is to find a stable algorithm for solving a well-posed mathematical problem. 3924: 79:). It is the study of numerical methods that attempt to find approximate solutions of problems rather than the exact ones. Numerical analysis finds application in all fields of engineering and the physical sciences, and in the 21st century also the life and social sciences like economics, medicine, business and even the arts. Current growth in computing power has enabled the use of more complex numerical analysis, providing detailed and realistic mathematical models in science and engineering. Examples of numerical analysis include: 923: 942: 5307: 3936: 5317: 5327: 3960: 3948: 953:, at $ 1.00 per glass, that 197 glasses of lemonade can be sold per day, and that for each increase of $ 0.01, one less glass of lemonade will be sold per day. If $ 1.485 could be charged, profit would be maximized, but due to the constraint of having to charge a whole-cent amount, charging $ 1.48 or $ 1.49 per glass will both yield the maximum income of $ 220.52 per day. 870:
A truncation error is created when a mathematical procedure is approximated. To integrate a function exactly, an infinite sum of regions must be found, but numerically only a finite sum of regions can be found, and hence the approximation of the exact solution. Similarly, to differentiate a function,
291:
To facilitate computations by hand, large books were produced with formulas and tables of data such as interpolation points and function coefficients. Using these tables, often calculated out to 16 decimal places or more for some functions, one could look up values to plug into the formulas given and
964:
Differential equation: If 100 fans are set up to blow air from one end of the room to the other and then a feather is dropped into the wind, what happens? The feather will follow the air currents, which may be very complex. One approximation is to measure the speed at which the air is blowing near
307:
was also developed as a tool for hand computation. These calculators evolved into electronic computers in the 1940s, and it was then found that these computers were also useful for administrative purposes. But the invention of the computer also influenced the field of numerical analysis, since now
33: 1273:. These methods rely on a "divide and conquer" strategy, whereby an integral on a relatively large set is broken down into integrals on smaller sets. In higher dimensions, where these methods become prohibitively expensive in terms of computational effort, one may use 379:, is specified in order to decide when a sufficiently accurate solution has (hopefully) been found. Even using infinite precision arithmetic these methods would not reach the solution within a finite number of steps (in general). Examples include Newton's method, the 300:, a 1000-plus page book of a very large number of commonly used formulas and functions and their values at many points. The function values are no longer very useful when a computer is available, but the large listing of formulas can still be very handy. 957: 976:
One of the simplest problems is the evaluation of a function at a given point. The most straightforward approach, of just plugging in the number in the formula is sometimes not very efficient. For polynomials, a better approach is using the
141:
Numerical analysis continues this long tradition: rather than giving exact symbolic answers translated into digits and applicable only to real-world measurements, approximate solutions within specified error bounds are used.
191:
The overall goal of the field of numerical analysis is the design and analysis of techniques to give approximate but accurate solutions to a wide variety of hard problems, many of which are infeasible to solve symbolically:
911:
Interpolation: Observing that the temperature varies from 20 degrees Celsius at 1:00 to 14 degrees at 3:00, a linear interpolation of this data would conclude that it was 17 degrees at 2:00 and 18.5 degrees at 1:30pm.
1012:
is also similar, but it takes into account that the data are imprecise. Given some points, and a measurement of the value of some function at these points (with an error), the unknown function can be found. The
110:
formulas, using data from large printed tables. Since the mid 20th century, computers calculate the required functions instead, but many of the same formulas continue to be used in software algorithms.
228:
Airlines use sophisticated optimization algorithms to decide ticket prices, airplane and crew assignments and fuel needs. Historically, such algorithms were developed within the overlapping field of
1025:
Another fundamental problem is computing the solution of some given equation. Two cases are commonly distinguished, depending on whether the equation is linear or not. For instance, the equation
770:
are committed when an iterative method is terminated or a mathematical procedure is approximated and the approximate solution differs from the exact solution. Similarly, discretization induces a
1392: 965:
the feather every second, and advance the simulated feather as if it were moving in a straight line at that same speed for one second, before measuring the wind speed again. This is called the
371:
are not expected to terminate in a finite number of steps, even if infinite precision were possible. Starting from an initial guess, iterative methods form successive approximations that
252:
was already in use more than 2000 years ago. Many great mathematicians of the past were preoccupied by numerical analysis, as is obvious from the names of important algorithms like
3163: 710:
Furthermore, continuous problems must sometimes be replaced by a discrete problem whose solution is known to approximate that of the continuous problem; this process is called '
1000:
solves the following problem: given the value of some unknown function at a number of points, what value does that function have at some other point between the given points?
183:
Numerical analysis plays a crucial role in scientific computing, engineering simulations, financial modeling, and many other fields where mathematical modeling is essential.
3271: 814: 1100: 398:. For these methods the number of steps needed to obtain the exact solution is so large that an approximation is accepted in the same manner as for an iterative method. 863: 1058: 390:
Iterative methods are more common than direct methods in numerical analysis. Some methods are direct in principle but are usually used as though they were not, e.g.
605:
From this table it can be concluded that the solution is between 1.875 and 2.0625. The algorithm might return any number in that range with an error less than 0.2.
3324: 722:. This function must be represented by a finite amount of data, for instance by its value at a finite number of points at its domain, even though this domain is a 2105: 180:: Analyzing how the solution to a problem is affected by small changes in the input data, which helps in assessing the reliability of the numerical solution. 774:
because the solution of the discrete problem does not coincide with the solution of the continuous problem. In the example above to compute the solution of
1167:
are used to solve nonlinear equations (they are so named since a root of a function is an argument for which the function yields zero). If the function is
740:
The study of errors forms an important part of numerical analysis. There are several ways in which error can be introduced in the solution of the problem.
206:
Car companies can improve the crash safety of their vehicles by using computer simulations of car crashes. Such simulations essentially consist of solving
152:: Understanding and minimizing the errors that arise in numerical calculations, such as round-off errors, truncation errors, and approximation errors. 1488:. Performance varies widely: while vector and matrix operations are usually fast, scalar loops may vary in speed by more than an order of magnitude. 1322:
Partial differential equations are solved by first discretizing the equation, bringing it into a finite-dimensional subspace. This can be done by a
919:
of a country has been growing an average of 5% per year and was 100 billion last year, it might extrapolated that it will be 105 billion this year.
819:
Once an error is generated, it propagates through the calculation. For example, the operation + on a computer is inexact. A calculation of the type
332:
Direct methods compute the solution to a problem in a finite number of steps. These methods would give the precise answer if they were performed in
166:: Ensuring that small changes in the input or intermediate steps do not cause large changes in the output, which could lead to incorrect results. 3353: 1006:
is very similar to interpolation, except that now the value of the unknown function at a point which is outside the given points must be found.
4228: 3384: 1663: 956: 3998: 316: 1626: 4317: 1213:
Optimization problems ask for the point at which a given function is maximized (or minimized). Often, the point also has to satisfy some
4350: 1014: 3240: 1351: 1298: 1302: 1228:
deals with the case that both the objective function and the constraints are linear. A famous method in linear programming is the
312: 203:
Computing the trajectory of a spacecraft requires the accurate numerical solution of a system of ordinary differential equations.
3311: 3206: 5060: 5032: 4196: 3267: 5085: 3357: 3328: 3117: 3077: 3051: 2899: 2864: 2771: 2567: 2540: 2515: 2480: 2455: 2428: 2401: 2374: 2312: 2285: 2258: 2231: 2144: 2088: 2061: 2000: 1957: 1930: 1903: 1876: 1849: 1771: 1739: 1679: 1407: 981:, since it reduces the necessary number of multiplications and additions. Generally, it is important to estimate and control 159:: Determining whether a numerical method will converge to the correct solution as more iterations or finer steps are taken. 4936: 3747: 3218: 3145: 871:
the differential element approaches zero, but numerically only a nonzero value of the differential element can be chosen.
5090: 4369: 1402: 1347: 885:
if an error, whatever its cause, does not grow to be much larger during the calculation. This happens if the problem is
173:: Developing algorithms that solve problems in a reasonable amount of time and with manageable computational resources. 4602: 3892: 3377: 2955: 17: 283: 5242: 5070: 4607: 3991: 3964: 3025: 3003: 2981: 2936: 2834: 2795: 2735: 2710: 2339: 2204: 1819: 1704: 1565: 5330: 4431: 3428: 3198: 2116: 92: 4718: 3842: 1312: 2753: 5361: 5009: 4971: 4635: 4343: 4144: 3940: 1500: 1316: 333: 80: 816:, after ten iterations, the calculated root is roughly 1.99. Therefore, the truncation error is roughly 0.01. 5356: 5151: 5128: 4858: 4848: 3370: 3191: 1473: 1356:
Since the late twentieth century, most algorithms are implemented in a variety of programming languages. The
941: 376: 207: 5232: 4820: 4728: 4640: 4416: 4401: 3984: 3952: 3302: 1590: 1469: 1416: 1196: 1188: 197: 3293: 5351: 5320: 5055: 4560: 4281: 3867: 3423: 3186: 1535: 1106: 3181: 5292: 4941: 4112: 4085: 3438: 3288: 3151: 2826: 2184: 1570: 1445: 1373: 1195:
algorithm is based on the singular value decomposition. The corresponding tool in statistics is called
1150: 345: 115: 5310: 5237: 5212: 5075: 4723: 4336: 3852: 3824: 3461: 3225: 1575: 1388: 1262: 1239:
can be used to reduce optimization problems with constraints to unconstrained optimization problems.
1208: 1154: 986: 922: 395: 357: 5161: 4994: 4587: 4456: 4218: 3897: 2691:
Jones, E., Oliphant, T., & Peterson, P. (2001). SciPy: Open source scientific tools for Python.
2017: 1465: 1369: 1365: 1278: 1254: 1214: 1184: 1134: 88: 2473:
Mathematical modelling with case studies: a differential equations approach using Maple and MATLAB
5222: 5156: 5047: 4863: 4530: 3782: 3772: 3742: 3676: 3411: 3297: 3279: 1634: 1492: 1282: 1146: 777: 3344: 2891:
Scientific Computing with Mathematica: Mathematical Problems for Ordinary Differential Equations
1063: 292:
achieve very good numerical estimates of some functions. The canonical work in the field is the
5287: 5118: 4999: 4766: 4756: 4751: 4302: 4164: 3880: 3777: 3757: 3752: 3681: 3406: 3348: 3339: 2584: 1585: 1540: 1381: 1360:
repository contains various collections of software routines for numerical problems, mostly in
1308: 1164: 1122: 916: 824: 723: 719: 114:
The numerical point of view goes back to the earliest mathematical writings. A tablet from the
1220:
The field of optimization is further split in several subfields, depending on the form of the
387:. In computational matrix algebra, iterative methods are generally needed for large problems. 248:
The field of numerical analysis predates the invention of modern computers by many centuries.
5257: 5227: 5217: 5113: 5027: 4903: 4843: 4810: 4800: 4690: 4655: 4645: 4582: 4451: 4426: 4421: 4386: 4307: 4276: 4139: 4060: 3907: 3837: 3714: 3638: 3577: 3562: 3557: 3534: 3416: 3254: 3140: 2991: 2820: 2445: 2418: 2302: 2051: 1839: 1657: 1550: 1545: 1323: 1248: 715: 304: 297: 72: 3107: 2889: 2785: 2557: 2505: 2391: 2364: 2275: 2248: 2221: 2134: 2078: 1990: 1947: 1920: 1893: 1866: 1761: 1729: 1307:
Numerical analysis is also concerned with computing (in an approximate way) the solution of
1157:
are usually preferred for large systems. General iterative methods can be developed using a
1028: 5017: 4989: 4961: 4956: 4785: 4761: 4713: 4698: 4680: 4670: 4665: 4627: 4577: 4572: 4489: 4435: 4266: 4090: 4050: 3887: 3767: 3762: 3686: 3587: 2531:
Bunks, C.; Chancelier, J.P.; Delebecque, F.; Goursat, M.; Nikoukhah, R.; Steer, S. (2012).
1518: 1331: 1236: 1114: 1110: 899:
The field of numerical analysis includes many sub-disciplines. Some of the major ones are:
771: 337: 261: 249: 222: 214: 76: 68: 8: 5282: 5207: 5123: 5108: 4873: 4660: 4617: 4612: 4509: 4499: 4471: 4241: 4100: 4095: 4080: 4055: 4032: 4008: 3902: 3812: 3734: 3633: 3567: 3524: 3514: 3494: 2924: 1560: 1522: 1335: 1270: 1009: 372: 257: 229: 84: 2162: 213:
In the financial field, (private investment funds) and other financial institutions use
5247: 5146: 5022: 4979: 4888: 4830: 4805: 4597: 4396: 4297: 4174: 4169: 4122: 3928: 3787: 3719: 3709: 3648: 3623: 3499: 3456: 3451: 3333: 3319: 3246: 3096: 3040: 3035: 2970: 2674: 2638: 2607: 2329: 1805:"The history and development of numerical analysis in Scotland: a personal perspective" 1595: 1274: 1225: 1221: 881: 361: 353: 253: 2196: 5267: 5197: 5176: 5138: 4946: 4913: 4893: 4592: 4504: 4378: 4312: 4261: 4206: 4186: 4072: 3923: 3643: 3628: 3572: 3519: 3306: 3113: 3100: 3083: 3073: 3047: 3021: 3013: 2999: 2977: 2951: 2932: 2895: 2870: 2860: 2851: 2830: 2801: 2791: 2731: 2706: 2666: 2563: 2536: 2511: 2486: 2476: 2451: 2424: 2397: 2370: 2345: 2335: 2308: 2281: 2254: 2227: 2200: 2140: 2084: 2057: 1996: 1953: 1926: 1899: 1872: 1845: 1815: 1767: 1735: 1710: 1700: 1675: 1580: 1555: 1327: 1266: 1229: 1192: 735: 265: 2768: 2678: 2611: 5100: 4984: 4951: 4746: 4675: 4564: 4550: 4545: 4494: 4481: 4406: 4359: 4251: 4191: 4117: 3857: 3832: 3704: 3552: 3489: 3315: 3229: 3212: 2656: 2648: 2626: 2625:
Bezanson, Jeff; Edelman, Alan; Karpinski, Stefan; Shah, Viral B. (1 January 2017).
2603: 2599: 2192: 2032: 1835: 1667: 1368:. Commercial products implementing many different numerical algorithms include the 1158: 1138: 1130: 1126: 1118: 887: 767: 756: 479: 384: 380: 368: 341: 273: 269: 127: 103: 41: 3284: 5171: 5065: 5037: 4931: 4883: 4868: 4853: 4708: 4703: 4650: 4540: 4514: 4466: 4411: 4271: 4181: 4127: 4027: 3797: 3724: 3653: 3446: 3275: 2965: 2757: 2277:
Numerical solution of partial differential equations by the finite element method
1787: 1514: 982: 748: 277: 2080:
Newton Methods for Nonlinear Problems. Affine Invariance and Adaptive Algorithms
1804: 5277: 5181: 5080: 4926: 4898: 4201: 4156: 4134: 4022: 3875: 3802: 3509: 1420: 950: 711: 349: 268:. The origins of modern numerical analysis are often linked to a 1947 paper by 2805: 2490: 2349: 1398: 1334:. The theoretical justification of these methods often involves theorems from 5345: 5166: 4461: 4211: 3663: 3595: 3547: 3061: 2920: 2774:
18 May 2016 at the Portuguese Web Archive Stefan Steinhaus, ScientificWeb.com
2670: 1714: 1377: 1172: 1142: 1003: 997: 978: 375:
to the exact solution only in the limit. A convergence test, often involving
218: 107: 64: 3976: 3087: 2874: 2106:"The Singular Value Decomposition and Its Applications in Image Compression" 1671: 1426: 1412: 5262: 4921: 4236: 3605: 3600: 3504: 966: 96: 3362: 360:
is used and the result is an approximation of the true solution (assuming
5252: 4878: 4790: 3807: 3471: 3394: 2661: 2036: 1507: 1496: 1286: 752: 135: 123: 45: 3167: 5272: 5202: 4795: 4535: 4391: 4256: 4246: 3792: 3671: 3466: 1457: 1171:
and the derivative is known, then Newton's method is a popular choice.
1168: 2652: 1513:
can be used to solve simple problems relating to numerical analysis.
276:, but others consider modern numerical analysis to go back to work by 4777: 4738: 4107: 2750: 2167: 1437: 1338:. This reduces the problem to the solution of an algebraic equation. 960:
Wind direction in blue, true trajectory in black, Euler method in red
934:
points, a line is computed that passes as close as possible to those
755:
exactly on a machine with finite memory (which is what all practical
60: 2083:. Computational Mathematics. Vol. 35 (2nd ed.). Springer. 1521:, including for matrices, which may be used in conjunction with its 663:
Well-conditioned problem: By contrast, evaluating the same function
4838: 4328: 3696: 3615: 3542: 1510: 1432:
There are several popular numerical computing applications such as
1258: 1105:
Much effort has been put in the development of methods for solving
217:
tools from numerical analysis to attempt to calculate the value of
131: 119: 37: 2643: 2223:
A first course in the numerical analysis of differential equations
3481: 2945: 2919: 2049: 1449: 1361: 1253:
Numerical integration, in some instances also known as numerical
236: 49: 2530: 2447:
Solving problems in scientific computing using Maple and Matlab®
1178: 1763:
Numerical analysis: Historical developments in the 20th century
1461: 1453: 1441: 1433: 1357: 992: 1464:(a C++ library). There are also programming languages such as 874: 40:(c. 1800–1600 BCE) with annotations. The approximation of the 1485: 1481: 1477: 1020: 391: 32: 2624: 2366:
Finite difference schemes and partial differential equations
2159: 2053:
Newton's method: An updated approach of Kantorovich's theory
2018:"Methods of Conjugate Gradients for Solving Linear Systems" 293: 3235: 3203:, William H. Press (free, downloadable previous editions) 1697:
Introduction to numerical linear algebra and optimization
87:(predicting the motions of planets, stars and galaxies), 3247:
Numerical Interpolation, Differentiation and Integration
2416: 2050:
Ezquerro Fernández, J.A.; Hernández Verón, M.Á. (2017).
308:
longer and more complicated calculations could be done.
2025:
Journal of Research of the National Bureau of Standards
1141:
for non-square matrices. Iterative methods such as the
1109:. Standard direct methods, i.e., methods that use some 729: 3106:. In Leader, I.; Gowers, T.; Barrow-Green, J. (eds.). 2185:"15. Monte carlo simulation and numerical integration" 2016:
Hestenes, Magnus R.; Stiefel, Eduard (December 1952).
1183:
Several important problems can be phrased in terms of
1175:
is another technique for solving nonlinear equations.
762: 2853:
Applied Mathematica: getting started, getting it done
2769:
Comparison of mathematical programs for data analysis
2751:
Speed comparison of various number crunching packages
2728:
Learning SciPy for numerical and scientific computing
1448:
as well as free and open-source alternatives such as
1066: 1031: 827: 780: 99:
for simulating living cells in medicine and biology.
3092:(examples of the importance of accurate arithmetic). 2250:
Numerical methods for partial differential equations
1285:), or, in modestly large dimensions, the method of 196:Advanced numerical methods are essential in making 3325:Introduction to Numerical Analysis for Engineering 3039: 2976:. Society for Industrial and Applied Mathematics. 2969: 1694: 1627:"Photograph, illustration, and description of the 1094: 1052: 857: 808: 682:= 10 is a well-conditioned problem. For instance, 52:figures. 1 + 24/60 + 51/60 + 10/60 = 1.41421296... 2592:Journal of Computational and Graphical Statistics 2417:Quarteroni, A.; Saleri, F.; Gervasio, P. (2014). 2304:The mathematical theory of finite element methods 27:Study of algorithms using numerical approximation 5343: 3215:), R.J.Hosking, S.Joe, D.C.Joyce, and J.C.Turner 3112:. Princeton University Press. pp. 604–614. 3072:. Vol. 2. North-Holland. pp. 1214–39. 2931:(3rd ed.). Johns Hopkins University Press. 2627:"Julia: A Fresh Approach to Numerical Computing" 2533:Engineering and scientific computing with Scilab 1759: 1727: 902: 751:arise because it is impossible to represent all 2132: 2015: 1988: 1925:(2nd ed.). American Mathematical Society. 1922:Iterative methods for the solution of equations 1695:Ciarlet, P.G.; Miara, B.; Thomas, J.M. (1989). 969:for solving an ordinary differential equation. 401:As an example, consider the problem of solving 327: 235:Insurance companies use numerical programs for 2972:Accuracy and Stability of Numerical Algorithms 2585:"R: a language for data analysis and graphics" 2582: 2443: 225:more precisely than other market participants. 4368:Note: This template roughly follows the 2012 4344: 4006: 3992: 3378: 3018:Numerical Analysis and Scientific Computation 2887: 2555: 2470: 2393:Finite Volume Methods for Hyperbolic Problems 1834: 1179:Solving eigenvalue or singular value problems 317:Institute of Mathematics and its Applications 2946:Ralston Anthony; Rabinowitz Philips (2001). 2725: 2300: 2226:(2nd ed.). Cambridge University Press. 1949:Iterative methods for solving linear systems 1891: 993:Interpolation, extrapolation, and regression 949:Optimization: Suppose lemonade is sold at a 3392: 2703:SciPy and NumPy: an overview for developers 2420:Scientific computing with MATLAB and Octave 2334:(2nd ed.). Wellesley-Cambridge Press. 2191:. Vol. 1. Elsevier. pp. 731–800. 1868:Iterative methods for sparse linear systems 1631:tablet from the Yale Babylonian Collection" 1330:method, or (particularly in engineering) a 875:Numerical stability and well-posed problems 613:Ill-conditioned problem: Take the function 145:Key aspects of numerical analysis include: 4351: 4337: 3999: 3985: 3385: 3371: 2990: 2362: 1992:Extrapolation methods: theory and practice 1021:Solving equations and systems of equations 3261: 3241:Digital Library of Mathematical Functions 3222:(Computational Science Education Project) 3095: 3034: 2660: 2642: 2327: 2115:. College of the Redwoods. Archived from 2103: 2076: 1945: 1788:"An Introduction to Quantitative Finance" 1728:Trefethen, Lloyd; Bau III, David (1997). 1503:which can provide more accurate results. 1352:Comparison of numerical-analysis software 1299:Numerical ordinary differential equations 1292: 2849: 2700: 2331:An analysis of the finite element method 1798: 1796: 1303:Numerical partial differential equations 930:Regression: In linear regression, given 640:of less than 0.1 turns into a change in 282: 31: 3068:. Proc. IFIP Congress 71 in Ljubljana. 2818: 2444:Gander, W.; Hrebicek, J., eds. (2011). 2389: 2273: 2219: 1973: 1971: 1969: 1242: 313:Leslie Fox Prize for Numerical Analysis 14: 5344: 5061:Knowledge representation and reasoning 4197:Atomic, molecular, and optical physics 3354:Numerical Analysis - Numerical Methods 3012: 2964: 2783: 2503: 2182: 1977: 1814:. World Scientific. pp. 161–177. 1802: 1655: 1499:also benefit from the availability of 5086:Philosophy of artificial intelligence 4332: 3980: 3366: 3358:California State University Fullerton 3329:Massachusetts Institute of Technology 3287:, Dennis Deturck and Herbert S. Wilf 3060: 2559:Digital image processing using SCILAB 2160: 1918: 1898:(2nd ed.). Courier Corporation. 1793: 1755: 1753: 1751: 1408:Transactions on Mathematical Software 1391:published numerous algorithms in its 4412:Energy consumption (Green computing) 4358: 3947: 2950:(2nd ed.). Dover publications. 2948:A First Course in Numerical Analysis 2556:Thanki, R.M.; Kothari, A.M. (2019). 2246: 2133:Davis, P.J.; Rabinowitz, P. (2007). 1989:Brezinski, C.; Zaglia, M.R. (2013). 1966: 1864: 1017:-method is one way to achieve this. 730:Generation and propagation of errors 478:For the iterative method, apply the 5091:Distributed artificial intelligence 4370:ACM Computing Classification System 3959: 2189:Handbook of Computational Economics 1892:Hageman, L.A.; Young, D.M. (2012). 1760:Brezinski, C.; Wuytack, L. (2012). 1348:List of numerical-analysis software 1257:, asks for the value of a definite 763:Truncation and discretization error 660:= 1 is an ill-conditioned problem. 494:− 24. The initial values are 24: 4603:Integrated development environment 3345:Introduction to Numerical Analysis 3335:Numerical Analysis for Engineering 3251:Handbook of Mathematical Functions 3109:Princeton Companion of Mathematics 2996:Introduction to Numerical Analysis 2471:Barnes, B.; Fulford, G.R. (2011). 2464: 2437: 1844:. Vol. 10. World Scientific. 1748: 1422:Library of Mathematics Subroutines 1397:(code for these "AS" functions is 1224:and the constraint. For instance, 955: 940: 921: 714:'. For example, the solution of a 25: 5373: 5071:Automated planning and scheduling 4608:Software configuration management 3208:First Steps in Numerical Analysis 3128: 2583:Ihaka, R.; Gentleman, R. (1996). 1566:List of numerical analysis topics 1261:. Popular methods use one of the 945:How much for a glass of lemonade? 894: 705: 258:Lagrange interpolation polynomial 93:stochastic differential equations 5325: 5315: 5306: 5305: 3958: 3946: 3935: 3934: 3922: 3303:Numerical Methods for Physicists 3154:(searchable; pages are images). 3042:The Algebraic Eigenvalue Problem 2888:Marasco, A.; Romano, A. (2001). 2822:The MATHEMATICA® book, version 4 2790:(3rd ed.). Addison-Wesley. 2253:(3rd ed.). Academic Press. 2136:Methods of numerical integration 1659:Applied numerical linear algebra 5316: 4719:Computational complexity theory 4318:Timeline of physics discoveries 3843:Computational complexity theory 3174: 2881: 2843: 2812: 2777: 2762: 2744: 2719: 2694: 2685: 2618: 2576: 2549: 2524: 2497: 2410: 2383: 2356: 2328:Strang, G.; Fix, G.J. (2018) . 2321: 2301:Brenner, S.; Scott, R. (2013). 2294: 2267: 2240: 2213: 2176: 2153: 2126: 2097: 2070: 2043: 2009: 1982: 1939: 1912: 1885: 1841:The Birth of Numerical Analysis 1812:The Birth of Numerical Analysis 1517:, for example, has hundreds of 1313:ordinary differential equations 1202: 690:(11) = 0.1: a modest change in 608: 367:In contrast to direct methods, 322: 186: 126:numerical approximation of the 81:ordinary differential equations 4510:Network performance evaluation 3312:Lectures in Numerical Analysis 3285:Lectures on Numerical Analysis 2604:10.1080/10618600.1996.10474713 2396:. Cambridge University Press. 2104:Ogden, C.J.; Huff, T. (1997). 1858: 1838:; Cools, Ronald, eds. (2010). 1828: 1780: 1721: 1699:. Cambridge University Press. 1688: 1649: 1619: 1501:arbitrary-precision arithmetic 1317:partial differential equations 208:partial differential equations 13: 1: 4874:Multimedia information system 4859:Geographic information system 4849:Enterprise information system 4445:Computer systems organization 3164:Journal on Numerical Analysis 2998:(2nd ed.). McGraw-Hill. 2850:Shaw, W.T.; Tigg, J. (1993). 2197:10.1016/S1574-0021(96)01017-9 1607: 1189:singular value decompositions 903:Computing values of functions 648:) of nearly 1000. Evaluating 334:infinite precision arithmetic 315:was initiated in 1985 by the 5233:Computational social science 4821:Theoretical computer science 4641:Software development process 4417:Electronic design automation 4402:Very Large Scale Integration 3356:(archived), John H. Mathews 3170:, volumes 1–..., SIAM, 1964– 1612: 1591:Symbolic-numeric computation 1419:several times published its 1417:Naval Surface Warfare Center 1197:principal component analysis 743: 694:leads to a modest change in 636:(1.001) = 1000: a change in 328:Direct and iterative methods 198:numerical weather prediction 48:figures, which is about six 7: 5056:Natural language processing 4844:Information storage systems 4282:Quantum information science 3187:Encyclopedia of Mathematics 3133: 2726:Blanco-Silva, F.J. (2013). 2475:(2nd ed.). CRC Press. 1536:Category:Numerical analysts 1528: 1341: 1265:(like the midpoint rule or 1107:systems of linear equations 809:{\displaystyle 3x^{3}+4=28} 346:systems of linear equations 10: 5378: 4972:Human–computer interaction 4942:Intrusion detection system 4854:Social information systems 4839:Database management system 4113:Classical electromagnetism 3893:Films about mathematicians 3289:University of Pennsylvania 3101:"IV.21 Numerical analysis" 3066:A survey of error-analysis 2912: 2827:Cambridge University Press 2787:Programming in mathematica 2423:(4th ed.). Springer. 2307:(2nd ed.). Springer. 1571:Local linearization method 1345: 1296: 1246: 1206: 1193:spectral image compression 1151:successive over-relaxation 1095:{\displaystyle 2x^{2}+5=3} 733: 243: 116:Yale Babylonian Collection 5301: 5238:Computational engineering 5213:Computational mathematics 5190: 5137: 5099: 5046: 5008: 4970: 4912: 4829: 4775: 4737: 4689: 4626: 4559: 4523: 4480: 4444: 4377: 4366: 4290: 4227: 4155: 4071: 4043: 4015: 3916: 3866: 3823: 3733: 3695: 3662: 3614: 3586: 3533: 3480: 3462:Philosophy of mathematics 3437: 3402: 3226:U.S. Department of Energy 2819:Wolfram, Stephen (1999). 2507:Practical IDL programming 2390:LeVeque, Randall (2002). 2363:Strikwerda, J.C. (2004). 2077:Deuflhard, Peter (2006). 1895:Applied iterative methods 1576:Numerical differentiation 1460:(similar to Matlab), and 1389:Royal Statistical Society 1279:quasi-Monte Carlo methods 1209:Mathematical optimization 1185:eigenvalue decompositions 1155:conjugate gradient method 987:floating-point arithmetic 858:{\displaystyle a+b+c+d+e} 413:for the unknown quantity 396:conjugate gradient method 102:Before modern computers, 5248:Computational healthcare 5243:Differentiable computing 5162:Graphics processing unit 4588:Domain-specific language 4457:Computational complexity 4219:Condensed matter physics 3898:Recreational mathematics 1731:Numerical Linear Algebra 1602: 1493:computer algebra systems 1135:positive-definite matrix 985:arising from the use of 926:A line through 20 points 89:numerical linear algebra 5223:Computational chemistry 5157:Photograph manipulation 5048:Artificial intelligence 4864:Decision support system 3783:Mathematical statistics 3773:Mathematical psychology 3743:Engineering mathematics 3677:Algebraic number theory 3298:University of Karlsruhe 3280:University of Cambridge 3156:(in English and German) 3152:volumes 1–66, 1959–1994 2280:. Courier Corporation. 2139:. Courier Corporation. 1672:10.1137/1.9781611971446 1476:with libraries such as 1283:Monte Carlo integration 1165:Root-finding algorithms 879:An algorithm is called 686:(10) = 1/9 ≈ 0.111 and 75:(as distinguished from 36:Babylonian clay tablet 5288:Educational technology 5119:Reinforcement learning 4869:Process control system 4767:Computational geometry 4757:Algorithmic efficiency 4752:Analysis of algorithms 4407:Systems on Chip (SoCs) 4303:Nobel Prize in Physics 4165:Relativistic mechanics 3929:Mathematics portal 3778:Mathematical sociology 3758:Mathematical economics 3753:Mathematical chemistry 3682:Analytic number theory 3563:Differential equations 3349:University of Maryland 3340:University of Waterloo 3262:Online course material 2756:5 October 2006 at the 2369:(2nd ed.). SIAM. 1946:Greenbaum, A. (1997). 1586:Probabilistic numerics 1541:Analysis of algorithms 1382:GNU Scientific Library 1309:differential equations 1293:Differential equations 1123:Cholesky decomposition 1096: 1054: 1053:{\displaystyle 2x+5=3} 961: 946: 927: 917:gross domestic product 915:Extrapolation: If the 867:is even more inexact. 859: 810: 296:publication edited by 288: 91:in data analysis, and 71:) for the problems of 69:symbolic manipulations 53: 5362:Computational science 5258:Electronic publishing 5228:Computational biology 5218:Computational physics 5114:Unsupervised learning 5028:Distributed computing 4904:Information retrieval 4811:Mathematical analysis 4801:Mathematical software 4691:Theory of computation 4656:Software construction 4646:Requirements analysis 4524:Software organization 4452:Computer architecture 4422:Hardware acceleration 4387:Printed circuit board 4308:Philosophy of physics 3908:Mathematics education 3838:Theory of computation 3558:Hypercomplex analysis 3255:Abramowitz and Stegun 3141:Numerische Mathematik 2784:Maeder, R.E. (1997). 2701:Bressert, E. (2012). 2504:Gumley, L.E. (2001). 2183:Geweke, John (1996). 2163:"Gaussian Quadrature" 2122:on 25 September 2006. 1803:Watson, G.A. (2010). 1656:Demmel, J.W. (1997). 1551:Computational physics 1546:Computational science 1468:(similar to S-PLUS), 1324:finite element method 1263:Newton–Cotes formulas 1249:Numerical integration 1097: 1055: 959: 944: 925: 860: 811: 734:Further information: 716:differential equation 676: − 1) 626: − 1) 305:mechanical calculator 298:Abramowitz and Stegun 286: 106:often relied on hand 73:mathematical analysis 35: 5357:Mathematical physics 5018:Concurrent computing 4990:Ubiquitous computing 4962:Application security 4957:Information security 4786:Discrete mathematics 4762:Randomized algorithm 4714:Computability theory 4699:Model of computation 4671:Software maintenance 4666:Software engineering 4628:Software development 4578:Programming language 4573:Programming paradigm 4490:Network architecture 4267:Mathematical physics 3888:Informal mathematics 3768:Mathematical physics 3763:Mathematical finance 3748:Mathematical biology 3687:Diophantine geometry 3274:28 July 2009 at the 3182:"Numerical analysis" 2274:Johnson, C. (2012). 2220:Iserles, A. (2009). 2037:10.6028/jres.049.044 1919:Traub, J.F. (1982). 1332:finite volume method 1243:Evaluating integrals 1237:Lagrange multipliers 1191:. For instance, the 1115:Gaussian elimination 1111:matrix decomposition 1064: 1029: 825: 778: 772:discretization error 338:Gaussian elimination 262:Gaussian elimination 250:Linear interpolation 215:quantitative finance 130:, the length of the 77:discrete mathematics 5293:Document management 5283:Operations research 5208:Enterprise software 5124:Multi-task learning 5109:Supervised learning 4831:Information systems 4661:Software deployment 4618:Software repository 4472:Real-time computing 4242:Atmospheric physics 4081:Classical mechanics 4009:branches of physics 3903:Mathematics and art 3813:Operations research 3568:Functional analysis 3230:archived 2017-08-01 3097:Trefethen, Lloyd N. 3070:Info. Processing 71 3046:. Clarendon Press. 2966:Higham, Nicholas J. 2929:Matrix Computations 2925:Charles F. Van Loan 2247:Ames, W.F. (2014). 2161:Weisstein, Eric W. 1561:Interval arithmetic 1519:available functions 1387:Over the years the 1380:alternative is the 1336:functional analysis 1271:Gaussian quadrature 1147:Gauss–Seidel method 523: 422: 344:method for solving 336:. Examples include 230:operations research 85:celestial mechanics 63:that use numerical 5352:Numerical analysis 5076:Search methodology 5023:Parallel computing 4980:Interaction design 4889:Computing platform 4816:Numerical analysis 4806:Information theory 4598:Software framework 4561:Software notations 4500:Network components 4397:Integrated circuit 4298:History of physics 3848:Numerical analysis 3457:Mathematical logic 3452:Information theory 3320:Mahidol University 3278:), Stuart Dalziel 3020:. Addison Wesley. 3014:Leader, Jeffery J. 2859:. Addison-Wesley. 1596:Validated numerics 1405:similarly, in its 1394:Applied Statistics 1226:linear programming 1222:objective function 1092: 1050: 962: 947: 928: 882:numerically stable 855: 806: 521: 420: 354:linear programming 289: 57:Numerical analysis 54: 18:Numerical calculus 5339: 5338: 5268:Electronic voting 5198:Quantum Computing 5191:Applied computing 5177:Image compression 4947:Hardware security 4937:Security services 4894:Digital marketing 4681:Open-source model 4593:Modeling language 4505:Network scheduler 4326: 4325: 4313:Physics education 4262:Materials science 4229:Interdisciplinary 4187:Quantum mechanics 3974: 3973: 3573:Harmonic analysis 3327:, Henrik Schmidt 3307:Oxford University 3305:, Anthony O’Hare 3296:, John D. Fenton 3294:Numerical methods 3268:Numerical Methods 3236:Numerical Methods 3200:Numerical Recipes 3144:, volumes 1–..., 3119:978-0-691-11880-2 3079:978-0-7204-2063-0 3053:978-0-19-853418-1 2992:Hildebrand, F. B. 2901:978-0-8176-4205-1 2866:978-0-201-54217-2 2653:10.1137/141000671 2569:978-3-319-89533-8 2542:978-1-4612-7204-5 2517:978-0-08-051444-4 2482:978-1-4200-8350-7 2457:978-3-642-18873-2 2430:978-3-642-45367-0 2403:978-1-139-43418-8 2376:978-0-89871-793-8 2314:978-1-4757-3658-8 2287:978-0-486-46900-3 2260:978-0-08-057130-0 2233:978-0-521-73490-5 2146:978-0-486-45339-2 2090:978-3-540-21099-3 2063:978-3-319-55976-6 2002:978-0-08-050622-7 1959:978-0-89871-396-1 1932:978-0-8284-0312-2 1905:978-0-8284-0312-2 1878:978-0-89871-534-7 1865:Saad, Y. (2003). 1851:978-981-283-625-0 1836:Bultheel, Adhemar 1790:. 2013. page VII. 1773:978-0-444-59858-5 1741:978-0-89871-361-9 1681:978-1-61197-144-6 1637:on 13 August 2012 1581:Numerical Recipes 1556:Gordon Bell Prize 1523:built in "solver" 1328:finite difference 974: 973: 768:Truncation errors 757:digital computers 736:Error propagation 603: 602: 522:Iterative method 476: 475: 369:iterative methods 104:numerical methods 16:(Redirected from 5369: 5329: 5328: 5319: 5318: 5309: 5308: 5129:Cross-validation 5101:Machine learning 4985:Social computing 4952:Network security 4747:Algorithm design 4676:Programming team 4636:Control variable 4613:Software library 4551:Software quality 4546:Operating system 4495:Network protocol 4360:Computer science 4353: 4346: 4339: 4330: 4329: 4252:Chemical physics 4192:Particle physics 4118:Classical optics 4001: 3994: 3987: 3978: 3977: 3962: 3961: 3950: 3949: 3938: 3937: 3927: 3926: 3858:Computer algebra 3833:Computer science 3553:Complex analysis 3387: 3380: 3373: 3364: 3363: 3249:, ch 25. in the 3195: 3157: 3123: 3105: 3091: 3057: 3045: 3031: 3009: 2987: 2975: 2961: 2942: 2906: 2905: 2885: 2879: 2878: 2858: 2847: 2841: 2840: 2816: 2810: 2809: 2781: 2775: 2766: 2760: 2748: 2742: 2741: 2723: 2717: 2716: 2698: 2692: 2689: 2683: 2682: 2664: 2646: 2622: 2616: 2615: 2589: 2580: 2574: 2573: 2553: 2547: 2546: 2528: 2522: 2521: 2501: 2495: 2494: 2468: 2462: 2461: 2441: 2435: 2434: 2414: 2408: 2407: 2387: 2381: 2380: 2360: 2354: 2353: 2325: 2319: 2318: 2298: 2292: 2291: 2271: 2265: 2264: 2244: 2238: 2237: 2217: 2211: 2210: 2180: 2174: 2173: 2172: 2157: 2151: 2150: 2130: 2124: 2123: 2121: 2110: 2101: 2095: 2094: 2074: 2068: 2067: 2047: 2041: 2040: 2022: 2013: 2007: 2006: 1986: 1980: 1975: 1964: 1963: 1943: 1937: 1936: 1916: 1910: 1909: 1889: 1883: 1882: 1862: 1856: 1855: 1832: 1826: 1825: 1809: 1800: 1791: 1784: 1778: 1777: 1757: 1746: 1745: 1725: 1719: 1718: 1692: 1686: 1685: 1653: 1647: 1646: 1644: 1642: 1633:. Archived from 1623: 1411:("TOMS" code is 1159:matrix splitting 1139:QR decomposition 1119:LU decomposition 1101: 1099: 1098: 1093: 1079: 1078: 1060:is linear while 1059: 1057: 1056: 1051: 983:round-off errors 907: 906: 888:well-conditioned 866: 864: 862: 861: 856: 815: 813: 812: 807: 793: 792: 749:Round-off errors 677: 627: 524: 520: 480:bisection method 423: 419: 385:Jacobi iteration 381:bisection method 358:finite precision 342:QR factorization 287:NIST publication 274:Herman Goldstine 270:John von Neumann 128:square root of 2 59:is the study of 42:square root of 2 21: 5377: 5376: 5372: 5371: 5370: 5368: 5367: 5366: 5342: 5341: 5340: 5335: 5326: 5297: 5278:Word processing 5186: 5172:Virtual reality 5133: 5095: 5066:Computer vision 5042: 5038:Multiprocessing 5004: 4966: 4932:Security hacker 4908: 4884:Digital library 4825: 4776:Mathematics of 4771: 4733: 4709:Automata theory 4704:Formal language 4685: 4651:Software design 4622: 4555: 4541:Virtual machine 4519: 4515:Network service 4476: 4467:Embedded system 4440: 4373: 4362: 4357: 4327: 4322: 4286: 4272:Medical physics 4223: 4182:Nuclear physics 4151: 4145:Non-equilibrium 4067: 4039: 4011: 4005: 3975: 3970: 3921: 3912: 3862: 3819: 3798:Systems science 3729: 3725:Homotopy theory 3691: 3658: 3610: 3582: 3529: 3476: 3447:Category theory 3433: 3398: 3391: 3338:, D. W. Harder 3276:Wayback Machine 3264: 3238:, ch 3. in the 3180: 3177: 3155: 3136: 3131: 3126: 3120: 3103: 3080: 3054: 3036:Wilkinson, J.H. 3028: 3006: 2984: 2958: 2939: 2915: 2910: 2909: 2902: 2886: 2882: 2867: 2856: 2848: 2844: 2837: 2817: 2813: 2798: 2782: 2778: 2767: 2763: 2758:Wayback Machine 2749: 2745: 2738: 2724: 2720: 2713: 2699: 2695: 2690: 2686: 2623: 2619: 2587: 2581: 2577: 2570: 2554: 2550: 2543: 2529: 2525: 2518: 2502: 2498: 2483: 2469: 2465: 2458: 2442: 2438: 2431: 2415: 2411: 2404: 2388: 2384: 2377: 2361: 2357: 2342: 2326: 2322: 2315: 2299: 2295: 2288: 2272: 2268: 2261: 2245: 2241: 2234: 2218: 2214: 2207: 2181: 2177: 2158: 2154: 2147: 2131: 2127: 2119: 2108: 2102: 2098: 2091: 2075: 2071: 2064: 2048: 2044: 2020: 2014: 2010: 2003: 1987: 1983: 1976: 1967: 1960: 1944: 1940: 1933: 1917: 1913: 1906: 1890: 1886: 1879: 1863: 1859: 1852: 1833: 1829: 1822: 1807: 1801: 1794: 1786:Stephen Blyth. 1785: 1781: 1774: 1758: 1749: 1742: 1726: 1722: 1707: 1693: 1689: 1682: 1654: 1650: 1640: 1638: 1625: 1624: 1620: 1615: 1610: 1605: 1600: 1531: 1354: 1346:Main articles: 1344: 1305: 1297:Main articles: 1295: 1251: 1245: 1211: 1205: 1181: 1074: 1070: 1065: 1062: 1061: 1030: 1027: 1026: 1023: 995: 905: 897: 877: 826: 823: 822: 820: 788: 784: 779: 776: 775: 765: 746: 738: 732: 708: 664: 632:(1.1) = 10 and 614: 611: 585:−4.22... 510:) = −24, 465:Take cube roots 356:. In practice, 330: 325: 278:E. T. Whittaker 254:Newton's method 246: 189: 67:(as opposed to 28: 23: 22: 15: 12: 11: 5: 5375: 5365: 5364: 5359: 5354: 5337: 5336: 5334: 5333: 5323: 5313: 5302: 5299: 5298: 5296: 5295: 5290: 5285: 5280: 5275: 5270: 5265: 5260: 5255: 5250: 5245: 5240: 5235: 5230: 5225: 5220: 5215: 5210: 5205: 5200: 5194: 5192: 5188: 5187: 5185: 5184: 5182:Solid modeling 5179: 5174: 5169: 5164: 5159: 5154: 5149: 5143: 5141: 5135: 5134: 5132: 5131: 5126: 5121: 5116: 5111: 5105: 5103: 5097: 5096: 5094: 5093: 5088: 5083: 5081:Control method 5078: 5073: 5068: 5063: 5058: 5052: 5050: 5044: 5043: 5041: 5040: 5035: 5033:Multithreading 5030: 5025: 5020: 5014: 5012: 5006: 5005: 5003: 5002: 4997: 4992: 4987: 4982: 4976: 4974: 4968: 4967: 4965: 4964: 4959: 4954: 4949: 4944: 4939: 4934: 4929: 4927:Formal methods 4924: 4918: 4916: 4910: 4909: 4907: 4906: 4901: 4899:World Wide Web 4896: 4891: 4886: 4881: 4876: 4871: 4866: 4861: 4856: 4851: 4846: 4841: 4835: 4833: 4827: 4826: 4824: 4823: 4818: 4813: 4808: 4803: 4798: 4793: 4788: 4782: 4780: 4773: 4772: 4770: 4769: 4764: 4759: 4754: 4749: 4743: 4741: 4735: 4734: 4732: 4731: 4726: 4721: 4716: 4711: 4706: 4701: 4695: 4693: 4687: 4686: 4684: 4683: 4678: 4673: 4668: 4663: 4658: 4653: 4648: 4643: 4638: 4632: 4630: 4624: 4623: 4621: 4620: 4615: 4610: 4605: 4600: 4595: 4590: 4585: 4580: 4575: 4569: 4567: 4557: 4556: 4554: 4553: 4548: 4543: 4538: 4533: 4527: 4525: 4521: 4520: 4518: 4517: 4512: 4507: 4502: 4497: 4492: 4486: 4484: 4478: 4477: 4475: 4474: 4469: 4464: 4459: 4454: 4448: 4446: 4442: 4441: 4439: 4438: 4429: 4424: 4419: 4414: 4409: 4404: 4399: 4394: 4389: 4383: 4381: 4375: 4374: 4367: 4364: 4363: 4356: 4355: 4348: 4341: 4333: 4324: 4323: 4321: 4320: 4315: 4310: 4305: 4300: 4294: 4292: 4288: 4287: 4285: 4284: 4279: 4274: 4269: 4264: 4259: 4254: 4249: 4244: 4239: 4233: 4231: 4225: 4224: 4222: 4221: 4216: 4215: 4214: 4209: 4204: 4194: 4189: 4184: 4179: 4178: 4177: 4172: 4161: 4159: 4153: 4152: 4150: 4149: 4148: 4147: 4142: 4135:Thermodynamics 4132: 4131: 4130: 4125: 4115: 4110: 4105: 4104: 4103: 4098: 4093: 4088: 4077: 4075: 4069: 4068: 4066: 4065: 4064: 4063: 4053: 4047: 4045: 4041: 4040: 4038: 4037: 4036: 4035: 4025: 4019: 4017: 4013: 4012: 4004: 4003: 3996: 3989: 3981: 3972: 3971: 3969: 3968: 3956: 3944: 3932: 3917: 3914: 3913: 3911: 3910: 3905: 3900: 3895: 3890: 3885: 3884: 3883: 3876:Mathematicians 3872: 3870: 3868:Related topics 3864: 3863: 3861: 3860: 3855: 3850: 3845: 3840: 3835: 3829: 3827: 3821: 3820: 3818: 3817: 3816: 3815: 3810: 3805: 3803:Control theory 3795: 3790: 3785: 3780: 3775: 3770: 3765: 3760: 3755: 3750: 3745: 3739: 3737: 3731: 3730: 3728: 3727: 3722: 3717: 3712: 3707: 3701: 3699: 3693: 3692: 3690: 3689: 3684: 3679: 3674: 3668: 3666: 3660: 3659: 3657: 3656: 3651: 3646: 3641: 3636: 3631: 3626: 3620: 3618: 3612: 3611: 3609: 3608: 3603: 3598: 3592: 3590: 3584: 3583: 3581: 3580: 3578:Measure theory 3575: 3570: 3565: 3560: 3555: 3550: 3545: 3539: 3537: 3531: 3530: 3528: 3527: 3522: 3517: 3512: 3507: 3502: 3497: 3492: 3486: 3484: 3478: 3477: 3475: 3474: 3469: 3464: 3459: 3454: 3449: 3443: 3441: 3435: 3434: 3432: 3431: 3426: 3421: 3420: 3419: 3414: 3403: 3400: 3399: 3390: 3389: 3382: 3375: 3367: 3361: 3360: 3351: 3342: 3331: 3322: 3309: 3300: 3291: 3282: 3263: 3260: 3259: 3258: 3244: 3233: 3216: 3204: 3196: 3176: 3173: 3172: 3171: 3160: 3159: 3158: 3135: 3132: 3130: 3129:External links 3127: 3125: 3124: 3118: 3093: 3078: 3058: 3052: 3032: 3026: 3010: 3004: 2988: 2982: 2962: 2957:978-0486414546 2956: 2943: 2937: 2921:Golub, Gene H. 2916: 2914: 2911: 2908: 2907: 2900: 2880: 2865: 2842: 2835: 2811: 2796: 2776: 2761: 2743: 2736: 2718: 2711: 2693: 2684: 2617: 2598:(3): 299–314. 2575: 2568: 2548: 2541: 2523: 2516: 2496: 2481: 2463: 2456: 2436: 2429: 2409: 2402: 2382: 2375: 2355: 2340: 2320: 2313: 2293: 2286: 2266: 2259: 2239: 2232: 2212: 2205: 2175: 2152: 2145: 2125: 2096: 2089: 2069: 2062: 2056:. Birkhäuser. 2042: 2008: 2001: 1981: 1965: 1958: 1938: 1931: 1911: 1904: 1884: 1877: 1857: 1850: 1827: 1820: 1792: 1779: 1772: 1747: 1740: 1720: 1705: 1687: 1680: 1648: 1617: 1616: 1614: 1611: 1609: 1606: 1604: 1601: 1599: 1598: 1593: 1588: 1583: 1578: 1573: 1568: 1563: 1558: 1553: 1548: 1543: 1538: 1532: 1530: 1527: 1343: 1340: 1294: 1291: 1267:Simpson's rule 1247:Main article: 1244: 1241: 1235:The method of 1230:simplex method 1207:Main article: 1204: 1201: 1180: 1177: 1169:differentiable 1091: 1088: 1085: 1082: 1077: 1073: 1069: 1049: 1046: 1043: 1040: 1037: 1034: 1022: 1019: 994: 991: 972: 971: 951:lemonade stand 904: 901: 896: 895:Areas of study 893: 876: 873: 854: 851: 848: 845: 842: 839: 836: 833: 830: 805: 802: 799: 796: 791: 787: 783: 764: 761: 745: 742: 731: 728: 712:discretization 707: 706:Discretization 704: 610: 607: 601: 600: 597: 594: 591: 587: 586: 583: 580: 577: 573: 572: 569: 566: 563: 559: 558: 557:−13.875 555: 552: 549: 545: 544: 538: 535: 530: 474: 473: 467: 461: 460: 454: 448: 447: 440: 434: 433: 426: 421:Direct method 411: 410: 350:simplex method 329: 326: 324: 321: 266:Euler's method 245: 242: 241: 240: 233: 226: 211: 204: 201: 188: 185: 150:Error Analysis 26: 9: 6: 4: 3: 2: 5374: 5363: 5360: 5358: 5355: 5353: 5350: 5349: 5347: 5332: 5324: 5322: 5314: 5312: 5304: 5303: 5300: 5294: 5291: 5289: 5286: 5284: 5281: 5279: 5276: 5274: 5271: 5269: 5266: 5264: 5261: 5259: 5256: 5254: 5251: 5249: 5246: 5244: 5241: 5239: 5236: 5234: 5231: 5229: 5226: 5224: 5221: 5219: 5216: 5214: 5211: 5209: 5206: 5204: 5201: 5199: 5196: 5195: 5193: 5189: 5183: 5180: 5178: 5175: 5173: 5170: 5168: 5167:Mixed reality 5165: 5163: 5160: 5158: 5155: 5153: 5150: 5148: 5145: 5144: 5142: 5140: 5136: 5130: 5127: 5125: 5122: 5120: 5117: 5115: 5112: 5110: 5107: 5106: 5104: 5102: 5098: 5092: 5089: 5087: 5084: 5082: 5079: 5077: 5074: 5072: 5069: 5067: 5064: 5062: 5059: 5057: 5054: 5053: 5051: 5049: 5045: 5039: 5036: 5034: 5031: 5029: 5026: 5024: 5021: 5019: 5016: 5015: 5013: 5011: 5007: 5001: 5000:Accessibility 4998: 4996: 4995:Visualization 4993: 4991: 4988: 4986: 4983: 4981: 4978: 4977: 4975: 4973: 4969: 4963: 4960: 4958: 4955: 4953: 4950: 4948: 4945: 4943: 4940: 4938: 4935: 4933: 4930: 4928: 4925: 4923: 4920: 4919: 4917: 4915: 4911: 4905: 4902: 4900: 4897: 4895: 4892: 4890: 4887: 4885: 4882: 4880: 4877: 4875: 4872: 4870: 4867: 4865: 4862: 4860: 4857: 4855: 4852: 4850: 4847: 4845: 4842: 4840: 4837: 4836: 4834: 4832: 4828: 4822: 4819: 4817: 4814: 4812: 4809: 4807: 4804: 4802: 4799: 4797: 4794: 4792: 4789: 4787: 4784: 4783: 4781: 4779: 4774: 4768: 4765: 4763: 4760: 4758: 4755: 4753: 4750: 4748: 4745: 4744: 4742: 4740: 4736: 4730: 4727: 4725: 4722: 4720: 4717: 4715: 4712: 4710: 4707: 4705: 4702: 4700: 4697: 4696: 4694: 4692: 4688: 4682: 4679: 4677: 4674: 4672: 4669: 4667: 4664: 4662: 4659: 4657: 4654: 4652: 4649: 4647: 4644: 4642: 4639: 4637: 4634: 4633: 4631: 4629: 4625: 4619: 4616: 4614: 4611: 4609: 4606: 4604: 4601: 4599: 4596: 4594: 4591: 4589: 4586: 4584: 4581: 4579: 4576: 4574: 4571: 4570: 4568: 4566: 4562: 4558: 4552: 4549: 4547: 4544: 4542: 4539: 4537: 4534: 4532: 4529: 4528: 4526: 4522: 4516: 4513: 4511: 4508: 4506: 4503: 4501: 4498: 4496: 4493: 4491: 4488: 4487: 4485: 4483: 4479: 4473: 4470: 4468: 4465: 4463: 4462:Dependability 4460: 4458: 4455: 4453: 4450: 4449: 4447: 4443: 4437: 4433: 4430: 4428: 4425: 4423: 4420: 4418: 4415: 4413: 4410: 4408: 4405: 4403: 4400: 4398: 4395: 4393: 4390: 4388: 4385: 4384: 4382: 4380: 4376: 4371: 4365: 4361: 4354: 4349: 4347: 4342: 4340: 4335: 4334: 4331: 4319: 4316: 4314: 4311: 4309: 4306: 4304: 4301: 4299: 4296: 4295: 4293: 4289: 4283: 4280: 4278: 4277:Ocean physics 4275: 4273: 4270: 4268: 4265: 4263: 4260: 4258: 4255: 4253: 4250: 4248: 4245: 4243: 4240: 4238: 4235: 4234: 4232: 4230: 4226: 4220: 4217: 4213: 4212:Modern optics 4210: 4208: 4205: 4203: 4200: 4199: 4198: 4195: 4193: 4190: 4188: 4185: 4183: 4180: 4176: 4173: 4171: 4168: 4167: 4166: 4163: 4162: 4160: 4158: 4154: 4146: 4143: 4141: 4138: 4137: 4136: 4133: 4129: 4126: 4124: 4121: 4120: 4119: 4116: 4114: 4111: 4109: 4106: 4102: 4099: 4097: 4094: 4092: 4089: 4087: 4084: 4083: 4082: 4079: 4078: 4076: 4074: 4070: 4062: 4061:Computational 4059: 4058: 4057: 4054: 4052: 4049: 4048: 4046: 4042: 4034: 4031: 4030: 4029: 4026: 4024: 4021: 4020: 4018: 4014: 4010: 4002: 3997: 3995: 3990: 3988: 3983: 3982: 3979: 3967: 3966: 3957: 3955: 3954: 3945: 3943: 3942: 3933: 3931: 3930: 3925: 3919: 3918: 3915: 3909: 3906: 3904: 3901: 3899: 3896: 3894: 3891: 3889: 3886: 3882: 3879: 3878: 3877: 3874: 3873: 3871: 3869: 3865: 3859: 3856: 3854: 3851: 3849: 3846: 3844: 3841: 3839: 3836: 3834: 3831: 3830: 3828: 3826: 3825:Computational 3822: 3814: 3811: 3809: 3806: 3804: 3801: 3800: 3799: 3796: 3794: 3791: 3789: 3786: 3784: 3781: 3779: 3776: 3774: 3771: 3769: 3766: 3764: 3761: 3759: 3756: 3754: 3751: 3749: 3746: 3744: 3741: 3740: 3738: 3736: 3732: 3726: 3723: 3721: 3718: 3716: 3713: 3711: 3708: 3706: 3703: 3702: 3700: 3698: 3694: 3688: 3685: 3683: 3680: 3678: 3675: 3673: 3670: 3669: 3667: 3665: 3664:Number theory 3661: 3655: 3652: 3650: 3647: 3645: 3642: 3640: 3637: 3635: 3632: 3630: 3627: 3625: 3622: 3621: 3619: 3617: 3613: 3607: 3604: 3602: 3599: 3597: 3596:Combinatorics 3594: 3593: 3591: 3589: 3585: 3579: 3576: 3574: 3571: 3569: 3566: 3564: 3561: 3559: 3556: 3554: 3551: 3549: 3548:Real analysis 3546: 3544: 3541: 3540: 3538: 3536: 3532: 3526: 3523: 3521: 3518: 3516: 3513: 3511: 3508: 3506: 3503: 3501: 3498: 3496: 3493: 3491: 3488: 3487: 3485: 3483: 3479: 3473: 3470: 3468: 3465: 3463: 3460: 3458: 3455: 3453: 3450: 3448: 3445: 3444: 3442: 3440: 3436: 3430: 3427: 3425: 3422: 3418: 3415: 3413: 3410: 3409: 3408: 3405: 3404: 3401: 3396: 3388: 3383: 3381: 3376: 3374: 3369: 3368: 3365: 3359: 3355: 3352: 3350: 3347:, Doron Levy 3346: 3343: 3341: 3337: 3336: 3332: 3330: 3326: 3323: 3321: 3317: 3313: 3310: 3308: 3304: 3301: 3299: 3295: 3292: 3290: 3286: 3283: 3281: 3277: 3273: 3269: 3266: 3265: 3256: 3252: 3248: 3245: 3243: 3242: 3237: 3234: 3231: 3227: 3223: 3221: 3217: 3214: 3210: 3209: 3205: 3202: 3201: 3197: 3193: 3189: 3188: 3183: 3179: 3178: 3169: 3166: 3165: 3161: 3153: 3150: 3149: 3147: 3143: 3142: 3138: 3137: 3121: 3115: 3111: 3110: 3102: 3098: 3094: 3089: 3085: 3081: 3075: 3071: 3067: 3063: 3059: 3055: 3049: 3044: 3043: 3037: 3033: 3029: 3027:0-201-73499-0 3023: 3019: 3015: 3011: 3007: 3005:0-07-028761-9 3001: 2997: 2993: 2989: 2985: 2983:0-89871-355-2 2979: 2974: 2973: 2967: 2963: 2959: 2953: 2949: 2944: 2940: 2938:0-8018-5413-X 2934: 2930: 2926: 2922: 2918: 2917: 2903: 2897: 2893: 2892: 2884: 2876: 2872: 2868: 2862: 2855: 2854: 2846: 2838: 2836:9781579550042 2832: 2828: 2824: 2823: 2815: 2807: 2803: 2799: 2797:9780201854497 2793: 2789: 2788: 2780: 2773: 2770: 2765: 2759: 2755: 2752: 2747: 2739: 2737:9781782161639 2733: 2729: 2722: 2714: 2712:9781306810395 2708: 2704: 2697: 2688: 2680: 2676: 2672: 2668: 2663: 2662:1721.1/110125 2658: 2654: 2650: 2645: 2640: 2636: 2632: 2628: 2621: 2613: 2609: 2605: 2601: 2597: 2593: 2586: 2579: 2571: 2565: 2561: 2560: 2552: 2544: 2538: 2534: 2527: 2519: 2513: 2509: 2508: 2500: 2492: 2488: 2484: 2478: 2474: 2467: 2459: 2453: 2449: 2448: 2440: 2432: 2426: 2422: 2421: 2413: 2405: 2399: 2395: 2394: 2386: 2378: 2372: 2368: 2367: 2359: 2351: 2347: 2343: 2341:9780980232783 2337: 2333: 2332: 2324: 2316: 2310: 2306: 2305: 2297: 2289: 2283: 2279: 2278: 2270: 2262: 2256: 2252: 2251: 2243: 2235: 2229: 2225: 2224: 2216: 2208: 2206:9780444898579 2202: 2198: 2194: 2190: 2186: 2179: 2170: 2169: 2164: 2156: 2148: 2142: 2138: 2137: 2129: 2118: 2114: 2107: 2100: 2092: 2086: 2082: 2081: 2073: 2065: 2059: 2055: 2054: 2046: 2038: 2034: 2030: 2026: 2019: 2012: 2004: 1998: 1994: 1993: 1985: 1979: 1974: 1972: 1970: 1961: 1955: 1951: 1950: 1942: 1934: 1928: 1924: 1923: 1915: 1907: 1901: 1897: 1896: 1888: 1880: 1874: 1870: 1869: 1861: 1853: 1847: 1843: 1842: 1837: 1831: 1823: 1821:9789814469456 1817: 1813: 1806: 1799: 1797: 1789: 1783: 1775: 1769: 1765: 1764: 1756: 1754: 1752: 1743: 1737: 1733: 1732: 1724: 1716: 1712: 1708: 1706:9780521327886 1702: 1698: 1691: 1683: 1677: 1673: 1669: 1665: 1661: 1660: 1652: 1636: 1632: 1630: 1622: 1618: 1597: 1594: 1592: 1589: 1587: 1584: 1582: 1579: 1577: 1574: 1572: 1569: 1567: 1564: 1562: 1559: 1557: 1554: 1552: 1549: 1547: 1544: 1542: 1539: 1537: 1534: 1533: 1526: 1524: 1520: 1516: 1512: 1509: 1504: 1502: 1498: 1494: 1489: 1487: 1483: 1479: 1475: 1471: 1467: 1463: 1459: 1455: 1451: 1447: 1443: 1439: 1435: 1430: 1428: 1424: 1423: 1418: 1414: 1410: 1409: 1404: 1400: 1396: 1395: 1390: 1385: 1383: 1379: 1378:free-software 1376:libraries; a 1375: 1371: 1367: 1363: 1359: 1353: 1349: 1339: 1337: 1333: 1329: 1325: 1320: 1318: 1314: 1310: 1304: 1300: 1290: 1288: 1284: 1280: 1276: 1272: 1268: 1264: 1260: 1256: 1250: 1240: 1238: 1233: 1231: 1227: 1223: 1218: 1216: 1210: 1200: 1198: 1194: 1190: 1186: 1176: 1174: 1173:Linearization 1170: 1166: 1162: 1160: 1156: 1152: 1148: 1144: 1143:Jacobi method 1140: 1136: 1132: 1128: 1124: 1120: 1116: 1112: 1108: 1103: 1089: 1086: 1083: 1080: 1075: 1071: 1067: 1047: 1044: 1041: 1038: 1035: 1032: 1018: 1016: 1015:least squares 1011: 1007: 1005: 1004:Extrapolation 1001: 999: 998:Interpolation 990: 988: 984: 980: 979:Horner scheme 970: 968: 958: 954: 952: 943: 939: 937: 933: 924: 920: 918: 913: 909: 908: 900: 892: 890: 889: 884: 883: 872: 868: 852: 849: 846: 843: 840: 837: 834: 831: 828: 817: 803: 800: 797: 794: 789: 785: 781: 773: 769: 760: 758: 754: 750: 741: 737: 727: 725: 721: 717: 713: 703: 701: 697: 693: 689: 685: 681: 675: 671: 667: 661: 659: 655: 651: 647: 643: 639: 635: 631: 625: 621: 617: 606: 598: 595: 592: 589: 588: 584: 581: 578: 575: 574: 570: 567: 564: 561: 560: 556: 553: 550: 547: 546: 542: 539: 536: 534: 531: 529: 526: 525: 519: 517: 513: 509: 505: 501: 497: 493: 489: 485: 481: 471: 468: 466: 463: 462: 458: 455: 453: 450: 449: 445: 441: 439: 436: 435: 431: 427: 425: 424: 418: 416: 408: 404: 403: 402: 399: 397: 393: 388: 386: 382: 378: 374: 370: 365: 363: 359: 355: 351: 347: 343: 339: 335: 320: 318: 314: 309: 306: 301: 299: 295: 285: 281: 279: 275: 271: 267: 263: 259: 255: 251: 238: 234: 231: 227: 224: 220: 216: 212: 209: 205: 202: 199: 195: 194: 193: 184: 181: 179: 174: 172: 167: 165: 160: 158: 153: 151: 146: 143: 139: 137: 133: 129: 125: 121: 117: 112: 109: 108:interpolation 105: 100: 98: 97:Markov chains 94: 90: 86: 82: 78: 74: 70: 66: 65:approximation 62: 58: 51: 47: 43: 39: 34: 30: 19: 5263:Cyberwarfare 4922:Cryptography 4815: 4237:Astrophysics 4051:Experimental 3963: 3951: 3939: 3920: 3853:Optimization 3847: 3715:Differential 3639:Differential 3606:Order theory 3601:Graph theory 3505:Group theory 3334: 3318:), R. Radok 3250: 3239: 3219: 3207: 3199: 3185: 3175:Online texts 3162: 3139: 3108: 3069: 3065: 3041: 3017: 2995: 2971: 2947: 2928: 2894:. Springer. 2890: 2883: 2852: 2845: 2821: 2814: 2786: 2779: 2764: 2746: 2727: 2721: 2705:. O'Reilly. 2702: 2696: 2687: 2637:(1): 65–98. 2634: 2630: 2620: 2595: 2591: 2578: 2562:. Springer. 2558: 2551: 2535:. Springer. 2532: 2526: 2510:. Elsevier. 2506: 2499: 2472: 2466: 2450:. Springer. 2446: 2439: 2419: 2412: 2392: 2385: 2365: 2358: 2330: 2323: 2303: 2296: 2276: 2269: 2249: 2242: 2222: 2215: 2188: 2178: 2166: 2155: 2135: 2128: 2117:the original 2112: 2099: 2079: 2072: 2052: 2045: 2028: 2024: 2011: 1995:. Elsevier. 1991: 1984: 1948: 1941: 1921: 1914: 1894: 1887: 1867: 1860: 1840: 1830: 1811: 1782: 1766:. Elsevier. 1762: 1730: 1723: 1696: 1690: 1658: 1651: 1639:. Retrieved 1635:the original 1628: 1621: 1505: 1490: 1431: 1421: 1406: 1393: 1386: 1355: 1321: 1306: 1287:sparse grids 1252: 1234: 1219: 1212: 1203:Optimization 1182: 1163: 1104: 1024: 1008: 1002: 996: 975: 967:Euler method 963: 948: 935: 931: 929: 914: 910: 898: 886: 880: 878: 869: 818: 766: 753:real numbers 747: 739: 709: 699: 695: 691: 687: 683: 679: 673: 669: 665: 662: 657: 653: 649: 645: 641: 637: 633: 629: 628:. Note that 623: 619: 615: 612: 609:Conditioning 604: 540: 532: 527: 515: 511: 507: 503: 499: 495: 491: 487: 483: 477: 469: 464: 456: 451: 443: 437: 429: 414: 412: 406: 400: 389: 377:the residual 366: 331: 323:Key concepts 310: 302: 290: 247: 210:numerically. 190: 187:Applications 182: 178:Conditioning 177: 175: 170: 168: 163: 161: 156: 154: 149: 147: 144: 140: 113: 101: 83:as found in 56: 55: 29: 5273:Video games 5253:Digital art 5010:Concurrency 4879:Data mining 4791:Probability 4531:Interpreter 4140:Statistical 4056:Theoretical 4033:Engineering 3965:WikiProject 3808:Game theory 3788:Probability 3525:Homological 3515:Multilinear 3495:Commutative 3472:Type theory 3439:Foundations 3395:mathematics 2631:SIAM Review 2031:(6): 409–. 1978:Higham 2002 1508:spreadsheet 1497:Mathematica 1275:Monte Carlo 1215:constraints 472:=  2. 459:=  8. 452:Divide by 3 223:derivatives 157:Convergence 136:unit square 124:sexagesimal 122:), gives a 46:sexagesimal 5346:Categories 5331:Glossaries 5203:E-commerce 4796:Statistics 4739:Algorithms 4536:Middleware 4392:Peripheral 4257:Geophysics 4247:Biophysics 4091:Analytical 4044:Approaches 3793:Statistics 3672:Arithmetic 3634:Arithmetic 3500:Elementary 3467:Set theory 2806:1311056676 2491:1058138488 2350:1145780513 1608:References 1506:Also, any 1458:GNU Octave 1255:quadrature 1010:Regression 438:Subtract 4 432:+ 4 = 28. 348:, and the 171:Efficiency 61:algorithms 5152:Rendering 5147:Animation 4778:computing 4729:Semantics 4427:Processor 4207:Molecular 4108:Acoustics 4101:Continuum 4096:Celestial 4086:Newtonian 4073:Classical 4016:Divisions 3720:Geometric 3710:Algebraic 3649:Euclidean 3624:Algebraic 3520:Universal 3192:EMS Press 3062:Kahan, W. 3038:(1988) . 2968:(2002) . 2730:. Packt. 2671:0036-1445 2644:1411.1607 2168:MathWorld 1715:877155729 1641:2 October 1613:Citations 1438:TK Solver 1131:hermitian 1127:symmetric 744:Round-off 724:continuum 571:10.17... 362:stability 280:in 1912. 239:analysis. 237:actuarial 200:feasible. 164:Stability 5311:Category 5139:Graphics 4914:Security 4583:Compiler 4482:Networks 4379:Hardware 3941:Category 3697:Topology 3644:Discrete 3629:Analytic 3616:Geometry 3588:Discrete 3543:Calculus 3535:Analysis 3490:Abstract 3429:Glossary 3412:Timeline 3316:archived 3272:Archived 3213:archived 3148:, 1959– 3146:Springer 3134:Journals 3099:(2008). 3088:25116949 3064:(1972). 3016:(2004). 2994:(1974). 2927:(1986). 2875:28149048 2772:Archived 2754:Archived 2679:13026838 2612:60206680 1952:. SIAM. 1871:. SIAM. 1734:. SIAM. 1529:See also 1511:software 1495:such as 1342:Software 1259:integral 1102:is not. 938:points. 720:function 599:2.32... 518:) = 57. 409:+ 4 = 28 394:and the 373:converge 132:diagonal 120:YBC 7289 44:is four 38:YBC 7289 5321:Outline 4291:Related 4175:General 4170:Special 4028:Applied 3953:Commons 3735:Applied 3705:General 3482:Algebra 3407:History 3194:, 2001 3168:(SINUM) 2913:Sources 2113:Math 45 1629:root(2) 1450:FreeMat 1415:). The 1362:Fortran 1311:, both 865:⁠ 821:⁠ 672:) = 1/( 656:) near 622:) = 1/( 244:History 50:decimal 4202:Atomic 4157:Modern 4007:Major 3654:Finite 3510:Linear 3417:Future 3393:Major 3116:  3086:  3076:  3050:  3024:  3002:  2980:  2954:  2935:  2898:  2873:  2863:  2833:  2804:  2794:  2734:  2709:  2677:  2669:  2610:  2566:  2539:  2514:  2489:  2479:  2454:  2427:  2400:  2373:  2348:  2338:  2311:  2284:  2257:  2230:  2203:  2143:  2087:  2060:  1999:  1956:  1929:  1902:  1875:  1848:  1818:  1770:  1738:  1713:  1703:  1678:  1474:Python 1472:, and 1454:Scilab 1444:, and 1442:S-PLUS 1434:MATLAB 1425:(code 1358:Netlib 1137:, and 1133:) and 759:are). 596:2.0625 543:(mid) 446:= 24. 383:, and 340:, the 219:stocks 4724:Logic 4565:tools 3881:lists 3424:Lists 3397:areas 3104:(PDF) 2857:(PDF) 2675:S2CID 2639:arXiv 2608:S2CID 2588:(PDF) 2120:(PDF) 2109:(PDF) 2021:(PDF) 1808:(PDF) 1603:Notes 1515:Excel 1491:Many 1486:SymPy 1482:SciPy 1478:NumPy 1470:Julia 1281:(see 1269:) or 718:is a 678:near 590:1.875 582:1.875 502:= 3, 498:= 0, 490:) = 3 392:GMRES 264:, or 134:in a 4563:and 4436:Form 4432:Size 4128:Wave 4023:Pure 3220:CSEP 3114:ISBN 3084:OCLC 3074:ISBN 3048:ISBN 3022:ISBN 3000:ISBN 2978:ISBN 2952:ISBN 2933:ISBN 2896:ISBN 2871:OCLC 2861:ISBN 2831:ISBN 2802:OCLC 2792:ISBN 2732:ISBN 2707:ISBN 2667:ISSN 2564:ISBN 2537:ISBN 2512:ISBN 2487:OCLC 2477:ISBN 2452:ISBN 2425:ISBN 2398:ISBN 2371:ISBN 2346:OCLC 2336:ISBN 2309:ISBN 2282:ISBN 2255:ISBN 2228:ISBN 2201:ISBN 2141:ISBN 2085:ISBN 2058:ISBN 1997:ISBN 1954:ISBN 1927:ISBN 1900:ISBN 1873:ISBN 1846:ISBN 1816:ISBN 1768:ISBN 1736:ISBN 1711:OCLC 1701:ISBN 1676:ISBN 1664:SIAM 1643:2006 1484:and 1462:IT++ 1427:here 1413:here 1401:); 1399:here 1372:and 1370:IMSL 1364:and 1350:and 1326:, a 1315:and 1301:and 1153:and 1129:(or 1125:for 1113:are 593:2.25 579:2.25 568:2.25 311:The 303:The 294:NIST 272:and 221:and 95:and 4123:Ray 2657:hdl 2649:doi 2600:doi 2193:doi 2033:doi 1668:doi 1446:IDL 1429:). 1403:ACM 1374:NAG 1277:or 1187:or 702:). 576:1.5 562:1.5 554:1.5 537:mid 482:to 364:). 352:of 176:5. 169:4. 162:3. 155:2. 148:1. 5348:: 4434:/ 3224:, 3190:, 3184:, 3082:. 2923:; 2869:. 2829:. 2825:. 2800:. 2673:. 2665:. 2655:. 2647:. 2635:59 2633:. 2629:. 2606:. 2594:. 2590:. 2485:. 2344:. 2199:. 2187:. 2165:. 2111:. 2029:49 2027:. 2023:. 1968:^ 1810:. 1795:^ 1750:^ 1709:. 1674:. 1666:. 1662:. 1525:. 1480:, 1456:, 1452:, 1440:, 1436:, 1384:. 1319:. 1289:. 1232:. 1217:. 1199:. 1161:. 1149:, 1145:, 1121:, 1117:, 989:. 804:28 726:. 417:. 319:. 260:, 256:, 138:. 4372:. 4352:e 4345:t 4338:v 4000:e 3993:t 3986:v 3386:e 3379:t 3372:v 3314:( 3270:( 3257:) 3253:( 3232:) 3228:( 3211:( 3122:. 3090:. 3056:. 3030:. 3008:. 2986:. 2960:. 2941:. 2904:. 2877:. 2839:. 2808:. 2740:. 2715:. 2681:. 2659:: 2651:: 2641:: 2614:. 2602:: 2596:5 2572:. 2545:. 2520:. 2493:. 2460:. 2433:. 2406:. 2379:. 2352:. 2317:. 2290:. 2263:. 2236:. 2209:. 2195:: 2171:. 2149:. 2093:. 2066:. 2039:. 2035:: 2005:. 1962:. 1935:. 1908:. 1881:. 1854:. 1824:. 1776:. 1744:. 1717:. 1684:. 1670:: 1645:. 1466:R 1366:C 1090:3 1087:= 1084:5 1081:+ 1076:2 1072:x 1068:2 1048:3 1045:= 1042:5 1039:+ 1036:x 1033:2 936:n 932:n 853:e 850:+ 847:d 844:+ 841:c 838:+ 835:b 832:+ 829:a 801:= 798:4 795:+ 790:3 786:x 782:3 700:x 698:( 696:f 692:x 688:f 684:f 680:x 674:x 670:x 668:( 666:f 658:x 654:x 652:( 650:f 646:x 644:( 642:f 638:x 634:f 630:f 624:x 620:x 618:( 616:f 565:3 551:3 548:0 541:f 533:b 528:a 516:b 514:( 512:f 508:a 506:( 504:f 500:b 496:a 492:x 488:x 486:( 484:f 470:x 457:x 444:x 442:3 430:x 428:3 415:x 407:x 405:3 232:. 118:( 20:)

Index

Numerical calculus

YBC 7289
square root of 2
sexagesimal
decimal
algorithms
approximation
symbolic manipulations
mathematical analysis
discrete mathematics
ordinary differential equations
celestial mechanics
numerical linear algebra
stochastic differential equations
Markov chains
numerical methods
interpolation
Yale Babylonian Collection
YBC 7289
sexagesimal
square root of 2
diagonal
unit square
numerical weather prediction
partial differential equations
quantitative finance
stocks
derivatives
operations research

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.