Knowledge

Euler method

Source đź“ť

4266: 2687: 5994: 5450: 10289: 9990: 5527: 4968: 2567: 12248: 9462: 10552:— means that the Euler method is not often used, except as a simple example of numerical integration. Frequently models of physical systems contain terms representing fast-decaying elements (i.e. with large negative exponential arguments). Even when these are not of interest in the overall solution, the instability they can induce means that an exceptionally small timestep would be required if the Euler method is used. 42: 5989:{\displaystyle {\vec {y}}_{2}={\begin{pmatrix}y_{2}\\y_{2}'\\y_{2}''\end{pmatrix}}={\begin{pmatrix}y_{1}+h\cdot y'_{1}\\y'_{1}+h\cdot y''_{1}\\y''_{1}+h\cdot f\left(t_{1},y_{1},y'_{1},y''_{1}\right)\end{pmatrix}}={\begin{pmatrix}1.5+0.5\cdot 0.5\\0.5+0.5\cdot 4\\4+0.5\cdot \left(\sin {0.5}+(\cos {0.5})\cdot 1.5+0.5^{2}\cdot 0.5-4\cdot 0.5\cdot 4\right)\end{pmatrix}}={\begin{pmatrix}1.75\\2.5\\0.817\end{pmatrix}}} 11844: 5445:{\displaystyle {\vec {y}}_{1}={\begin{pmatrix}y_{1}\\y_{1}'\\y_{1}''\end{pmatrix}}={\begin{pmatrix}y_{0}+h\cdot y'_{0}\\y'_{0}+h\cdot y''_{0}\\y''_{0}+h\cdot f\left(t_{0},y_{0},y'_{0},y''_{0}\right)\end{pmatrix}}={\begin{pmatrix}2+0.5\cdot -1\\-1+0.5\cdot 3\\3+0.5\cdot \left(\sin {0}+(\cos {0})\cdot 2+0^{2}\cdot (-1)-4\cdot 0\cdot 3\right)\end{pmatrix}}={\begin{pmatrix}1.5\\0.5\\4\end{pmatrix}}} 4774: 9025: 2123: 9765: 7992: 3798: 2562:{\displaystyle {\vec {y}}_{i+1}={\begin{pmatrix}y_{i+1}\\y'_{i+1}\\\vdots \\y_{i+1}^{(N-1)}\\y_{i+1}^{(N)}\end{pmatrix}}={\begin{pmatrix}y_{i}+h\cdot y'_{i}\\y'_{i}+h\cdot y''_{i}\\\vdots \\y_{i}^{(N-1)}+h\cdot y_{i}^{(N)}\\y_{i}^{(N)}+h\cdot f\left(t_{i},y_{i},y'_{i},\ldots ,y_{i}^{(N)}\right)\end{pmatrix}}} 4444:
and the Euler approximation. In the bottom of the table, the step size is half the step size in the previous row, and the error is also approximately half the error in the previous row. This suggests that the error is roughly proportional to the step size, at least for fairly small values of the step
4465:
We can extrapolate from the above table that the step size needed to get an answer that is correct to three decimal places is approximately 0.00001, meaning that we need 400,000 steps. This large number of steps entails a high computational cost. For this reason, higher-order methods are employed
793:
The Euler method is a first-order method, which means that the local error (error per step) is proportional to the square of the step size, and the global error (error at a given time) is proportional to the step size. The Euler method often serves as the basis to construct more complex methods,
9466: 9943: 9457:{\displaystyle L={\text{max}}{\bigl (}|{\frac {d}{dy}}{\bigl }|{\bigr )}=\max _{2\leq t\leq 3}{\bigl (}|{\frac {d}{dy}}{\bigl }|{\bigr )}=\max _{2\leq t\leq 3}{\bigl (}|2(t-y)|{\bigr )}=\max _{2\leq t\leq 3}{\bigl (}|2(t-)|{\bigr )}=\max _{2\leq t\leq 3}{\bigl (}|-{\frac {2}{t-1}}|{\bigr )}=2} 4925: 8818:
The precise form of this bound is of little practical importance, as in most cases the bound vastly overestimates the actual error committed by the Euler method. What is important is that it shows that the global truncation error is (approximately) proportional to
6892: 7765: 4487: 7254: 6274: 7405: 8033:, after however many steps the method needs to take to reach that time from the initial time. The global truncation error is the cumulative effect of the local truncation errors committed in each step. The number of steps is easily determined to be 11024: 6728: 3536: 11199: 9772: 7688: 8400: 1058:) is computed. In general, this curve does not diverge too far from the original unknown curve, and the error between the two curves can be made small if the step size is small enough and the interval of computation is finite. 1992: 8764: 10433: 811:
Consider the problem of calculating the shape of an unknown curve which starts at a given point and satisfies a given differential equation. Here, a differential equation can be thought of as a formula by which the
8637: 6443: 9760:{\displaystyle M={\text{max}}{\bigl (}|{\frac {d^{2}}{dt^{2}}}{\bigl }|{\bigr )}=\max _{2\leq t\leq 3}\left(|{\frac {d^{2}}{dt^{2}}}{\bigl }|\right)=\max _{2\leq t\leq 3}\left(|{\frac {2}{(-t+1)^{3}}}|\right)=2} 2115: 1259: 10667:. Thus, for extremely small values of the step size the truncation error will be small but the effect of rounding error may be big. Most of the effect of rounding error can be easily avoided if 4492: 3541: 3444: 10787: 7987:{\displaystyle y''(t_{0})={\frac {\partial f}{\partial t}}{\bigl (}t_{0},y(t_{0}){\bigr )}+{\frac {\partial f}{\partial y}}{\bigl (}t_{0},y(t_{0}){\bigr )}\,f{\bigl (}t_{0},y(t_{0}){\bigr )}.} 6743: 4769:{\displaystyle {\begin{aligned}&y'''+4ty''-t^{2}y'-(\cos {t})y=\sin {t}\\&t_{0}=0\\&y_{0}=y(t_{0})=2\\&y'_{0}=y'(t_{0})=-1\\&y''_{0}=y''(t_{0})=3\\&h=0.5\end{aligned}}} 10665: 2899: 1606: 10154: 7072: 3289: 4318:
is smaller. The table below shows the result with different step sizes. The top row corresponds to the example in the previous section, and the second row is illustrated in the figure.
1056: 3203: 4235: 3091: 2637: 8080: 1712: 12006: 11953: 11920: 10259:, then the numerical solution is qualitatively wrong: It oscillates and grows (see the figure). This is what it means to be unstable. If a smaller step size is used, for instance 8948: 8901: 10612: 8538: 2740: 8260: 10873: 1429: 10205: 7757: 6492: 6323: 6030: 5522: 5486: 4963: 3934: 2951: 1377: 1308: 10028: 9979: 9020: 6988: 10632: 10231: 3793:{\displaystyle {\begin{aligned}y_{2}&=y_{1}+hf(y_{1})=2+1\cdot 2=4,\\y_{3}&=y_{2}+hf(y_{2})=4+1\cdot 4=8,\\y_{4}&=y_{3}+hf(y_{3})=8+1\cdot 8=16.\end{aligned}}} 8107: 6584: 10328: 7265: 4187: 7089: 6109: 7571: 4145: 3979: 3012: 2780: 1127: 11043: 10847: 10527: 6572: 4293: 4013: 1802: 1749: 1462: 10469: 2806: 911: 851: 10283: 10080: 8134: 8031: 7478: 6942: 6539: 6101: 3884: 3856: 3528: 3501: 3474: 3126: 2042: 1776: 1663: 1636: 1516: 1489: 1091: 992: 965: 938: 878: 8793: 2669: 10495: 10257: 10054: 4442: 10351: 10810: 10578: 10550: 8988: 8968: 8837: 8813: 8657: 8483: 8463: 8443: 8423: 8197: 8177: 8154: 7711: 7513: 7451: 7428: 6074: 4316: 4255: 3955: 3828: 3352: 3332: 3312: 3226: 3166: 3146: 2971: 2015: 1850: 1830: 1328: 1187: 1167: 1147: 11912: 11266: 8268: 10094:, meaning that the numerical solution grows very large for equations where the exact solution does not. This can be illustrated using the linear equation 10863:
More complicated methods can achieve a higher order (and more accuracy). One possibility is to use more function evaluations. This is illustrated by the
9938:{\displaystyle {\text{error bound}}={\frac {hM}{2L}}\left(e^{L(t_{i}-t_{0})}-1\right)={\frac {0.5\cdot 2}{2\cdot 2}}\left(e^{2(2.5-2)}-1\right)=0.42957} 11554:
Unni, M. P.; Chandra, M. G.; Kumar, A. A. (March 2017). "Memory reduction for numerical solution of differential equations using compressive sensing".
4783: 7579: 10359: 8662: 3803:
Due to the repetitive nature of this algorithm, it can be helpful to organize computations in a chart form, as seen below, to avoid making errors.
727: 11903: 1858: 468: 11658: 11596: 8543: 11802: 4237:. Although the approximation of the Euler method was not very precise in this specific case, particularly due to a large value step size 6348: 211: 12274: 12233: 11971: 7491:
A slightly different formulation for the local truncation error can be obtained by using the Lagrange form for the remainder term in
773: 12098: 10849:
on both sides, so when applying the backward Euler method we have to solve an equation. This makes the implementation more costly.
4462:
of the step size. For this reason, the Euler method is said to be a first-order method, while the midpoint method is second order.
342: 7713:
can be replaced by an expression involving the right-hand side of the differential equation. Indeed, it follows from the equation
6325:. If this is substituted in the Taylor expansion and the quadratic and higher-order terms are ignored, the Euler method arises. 4458:
also illustrated in the figures, behave more favourably: the global error of the midpoint method is roughly proportional to the
12143: 383: 12158: 11818: 11766: 11743: 11715: 11692: 11666: 11637: 11571: 273: 6917:
of the Euler method is the error made in a single step. It is the difference between the numerical solution after one step,
12183: 10638:. Assuming that the rounding errors are independent random variables, the expected total rounding error is proportional to 720: 291: 175: 6887:{\displaystyle \int _{t_{0}}^{t_{0}+h}f{\bigl (}t,y(t){\bigr )}\,\mathrm {d} t\approx hf{\bigl (}t_{0},y(t_{0}){\bigr )}.} 12193: 11896: 6328:
The Taylor expansion is used below to analyze the error committed by the Euler method, and it can be extended to produce
3360: 594: 248: 10693: 2117:, we implement the following formula until we reach the approximation of the solution to the ODE at the desired time: 2572:
These first-order systems can be handled by Euler's method or, in fact, by any other scheme for first-order systems.
2047: 1192: 269: 221: 45:(Figure 1) Illustration of the Euler method. The unknown curve is in blue, and its polygonal approximation is in red. 17: 7259:
The local truncation error (LTE) introduced by the Euler method is given by the difference between these equations:
2817: 1524: 12279: 12203: 12039: 10641: 786: 337: 256: 231: 11797:
Unni, M P. (2017). "Memory reduction for numerical solution of differential equations using compressive sensing".
6996: 12228: 12173: 12024: 6575: 3234: 713: 35: 8136:(see the previous section). Thus, it is to be expected that the global truncation error will be proportional to 3096:
By doing the above step, we have found the slope of the line that is tangent to the solution curve at the point
1001: 11889: 795: 761: 648: 201: 12044: 4192: 3171: 3020: 373: 12138: 11874: 11848: 10813: 10100: 1715: 820:
to the curve can be computed at any point on the curve, once the position of that point has been calculated.
769: 388: 216: 206: 12284: 12091: 1668: 663: 514: 417: 304: 226: 11729: 10812:
is evaluated at the end point of the step, instead of the starting point. The backward Euler method is an
8906: 8036: 12188: 12148: 12128: 12118: 11869: 11250: 11037:
The other possibility is to use more past values, as illustrated by the two-step Adams–Bashforth method:
349: 264: 11881: 11208:. There are other modifications which uses techniques from compressive sensing to minimize memory usage 11019:{\displaystyle y_{n+1}=y_{n}+hf\left(t_{n}+{\tfrac {1}{2}}h,y_{n}+{\tfrac {1}{2}}hf(t_{n},y_{n})\right)} 2586: 12153: 11938: 11735: 10857: 10587: 554: 422: 8206: 12133: 12049: 11239: 1382: 525: 503: 10162: 8850: 6723:{\displaystyle y(t_{0}+h)-y(t_{0})=\int _{t_{0}}^{t_{0}+h}f{\bigl (}t,y(t){\bigr )}\,\mathrm {d} t.} 5999: 5491: 5455: 4932: 3890: 2907: 1333: 1264: 668: 12163: 12123: 11943: 10853: 9952: 8993: 7400:{\displaystyle \mathrm {LTE} =y(t_{0}+h)-y_{1}={\tfrac {1}{2}}h^{2}y''(t_{0})+O\left(h^{3}\right).} 6947: 4418:
The error recorded in the last column of the table is the difference between the exact solution at
519: 427: 11864: 10617: 10210: 8488: 7249:{\displaystyle y(t_{0}+h)=y(t_{0})+hy'(t_{0})+{\tfrac {1}{2}}h^{2}y''(t_{0})+O\left(h^{3}\right).} 6269:{\displaystyle y(t_{0}+h)=y(t_{0})+hy'(t_{0})+{\tfrac {1}{2}}h^{2}y''(t_{0})+O\left(h^{3}\right).} 2693: 12289: 12252: 12084: 12029: 12019: 11255: 11205: 11031: 8003: 7485: 6902: 6329: 4471: 4265: 599: 589: 581: 537: 378: 11194:{\displaystyle y_{n+1}=y_{n}+{\tfrac {3}{2}}hf(t_{n},y_{n})-{\tfrac {1}{2}}hf(t_{n-1},y_{n-1}).} 8085: 4150: 12223: 12034: 12014: 7716: 6914: 6451: 6282: 4467: 2686: 777: 412: 9996: 7518: 4117: 3961: 2976: 2749: 1096: 823:
The idea is that while the curve is initially unknown, its starting point, which we denote by
12065: 11976: 11933: 11652: 11260: 10819: 10684: 10668: 10500: 6544: 6502: 4272: 3985: 1781: 1721: 1434: 765: 745: 658: 643: 532: 475: 457: 296: 52: 10445: 7693:
In the above expressions for the error, the second derivative of the unknown exact solution
2785: 886: 826: 11996: 11684: 11629: 10299: 10262: 10059: 8200: 8112: 8009: 7488:, for which the local truncation error is proportional to a higher power of the step size. 7456: 6920: 6517: 6079: 5996:
We can continue this process using the same formula as long as necessary to find whichever
3862: 3834: 3506: 3479: 3452: 3099: 2020: 1754: 1641: 1614: 1494: 1467: 1069: 970: 943: 916: 856: 544: 480: 453: 11799:
2017 IEEE 13th International Colloquium on Signal Processing & its Applications (CSPA)
11556:
2017 IEEE 13th International Colloquium on Signal Processing & its Applications (CSPA)
8769: 2645: 8: 12178: 11991: 11654:
Computer Methods for Ordinary Differential Equations and Differential-Algebraic Equations
10474: 10236: 10087: 10033: 7492: 4421: 853:
is known (see Figure 1). Then, from the differential equation, the slope to the curve at
576: 561: 462: 326: 165: 132: 123: 11777: 10679:
A simple modification of the Euler method which eliminates the stability problems noted
10333: 12198: 12168: 11961: 11824: 11577: 10795: 10563: 10535: 8973: 8953: 8822: 8798: 8642: 8468: 8448: 8428: 8408: 8182: 8162: 8139: 7696: 7498: 7481: 7436: 7413: 6059: 4301: 4240: 3940: 3813: 3337: 3317: 3297: 3211: 3151: 3131: 2956: 2000: 1835: 1815: 1313: 1172: 1152: 1132: 757: 571: 566: 449: 8395:{\displaystyle |y(t_{i})-y_{i}|\leq {\frac {hM}{2L}}\left(e^{L(t_{i}-t_{0})}-1\right)} 11814: 11762: 11739: 11711: 11688: 11662: 11633: 11567: 6339: 4298:
As suggested in the introduction, the Euler method is more accurate if the step size
628: 407: 142: 11828: 11581: 10529:
which is outside the stability region, and thus the numerical solution is unstable.
10288: 683: 11986: 11806: 11559: 11244: 6734: 6053: 693: 678: 9989: 3314:, when we multiply the step size and the slope of the tangent, we get a change in 11981: 11966: 11758: 11707: 11676: 11223: 10864: 10635: 7480:. This makes the Euler method less accurate than higher-order techniques such as 6498: 4455: 2743: 995: 633: 549: 76: 4920:{\displaystyle f\left(t,y,y',y''\right)=y'''=\sin {t}+(\cos {t})y+t^{2}y'-4ty''} 1832:
can be represented as a system of first-order ODEs. When given the ODE of order
688: 12208: 12107: 11218: 10792:
This differs from the (standard, or forward) Euler method in that the function
10581: 10091: 781: 653: 638: 444: 432: 151: 31: 11810: 11597:"Meet the 'Hidden Figures' mathematician who helped send Americans into space" 11563: 8759:{\textstyle M={\text{max}}{\bigl (}|{\frac {d^{2}}{dt^{2}}}{\bigl }|{\bigr )}} 7683:{\displaystyle \mathrm {LTE} =y(t_{0}+h)-y_{1}={\tfrac {1}{2}}h^{2}y''(\xi ).} 4482:
For this third-order example, assume that the following information is given:
12268: 12218: 11725: 11648: 10428:{\displaystyle {\bigl \{}z\in \mathbf {C} \,{\big |}\,|z+1|\leq 1{\bigr \}},} 7077:
For the exact solution, we use the Taylor expansion mentioned in the section
11858: 10852:
Other modifications of the Euler method that help with stability yield the
1987:{\displaystyle y^{(N+1)}(t)=f\left(t,y(t),y'(t),\ldots ,y^{(N)}(t)\right),} 817: 673: 623: 137: 10233:. However, if the Euler method is applied to this equation with step size 27:
Approach to finding numerical solutions of ordinary differential equations
11911: 10292:(Figure 5) The pink disk shows the stability region for the Euler method. 4445:
size. This is true in general, also for other equations; see the section
741: 81: 11227: 698: 11854: 8632:{\textstyle L={\text{max}}{\bigl (}|{\frac {d}{dy}}{\bigl }|{\bigr )}} 1812:
While the Euler method integrates a first-order ODE, any ODE of order
11226:
resorts to the Euler method in calculating the re-entry of astronaut
8203:
in its second argument, then the global truncation error (denoted as
439: 160: 103: 93: 11731:
A First Course in the Numerical Analysis of Differential Equations
2690:(Figure 2) Illustration of numerical integration for the equation 12076: 6438:{\displaystyle y'(t_{0})\approx {\frac {y(t_{0}+h)-y(t_{0})}{h}}} 114: 109: 98: 10532:
This limitation — along with its slow convergence of error with
11843: 8839:. For this reason, the Euler method is said to be first order. 41: 8159:
This intuitive reasoning can be made precise. If the solution
7453:, the local truncation error is approximately proportional to 4257:, its behaviour is qualitatively correct as the figure shows. 3208:
The next step is to multiply the above value by the step size
913:
Along this small step, the slope does not change too much, so
30:
For integrating with respect to the Euler characteristic, see
11702:
Hairer, Ernst; Nørsett, Syvert Paul; Wanner, Gerhard (1993).
11247:
similarly uses finite steps, here to find minima of functions
10816:, meaning that the formula for the backward Euler method has 10438:
illustrated on the right. This region is called the (linear)
6897:
Combining both equations, one finds again the Euler method.
813: 11704:
Solving ordinary differential equations I: Nonstiff problems
3354:
value to obtain the next value to be used for computations.
6901:
This line of thought can be continued to arrive at various
967:
is still on the curve, the same reasoning as for the point
8109:, and the error committed in each step is proportional to 6514:
Finally, one can integrate the differential equation from
6338:
A closely related derivation is to substitute the forward
10330:, then the numerical solution is unstable if the product 883:
Take a small step along that tangent line up to a point
10082:(red circles). The black curve shows the exact solution. 7515:
has a continuous second derivative, then there exists a
774:
numerical integration of ordinary differential equations
11130: 11080: 10965: 10934: 10644: 10296:
If the Euler method is applied to the linear equation
8665: 8546: 8088: 8039: 7639: 7325: 7174: 6194: 6040:
The Euler method can be derived in a number of ways.
5958: 5805: 5621: 5558: 5414: 5246: 5062: 4999: 3174: 2953:. In this simple differential equation, the function 2293: 2160: 11913:
Numerical methods for ordinary differential equations
11681:
Numerical Methods for Ordinary Differential Equations
11267:
Numerical methods for ordinary differential equations
11046: 10876: 10822: 10798: 10696: 10620: 10590: 10566: 10538: 10503: 10477: 10448: 10362: 10336: 10302: 10265: 10239: 10213: 10165: 10103: 10062: 10036: 9999: 9955: 9949:
is equal to 2 because it is the lower bound for t in
9775: 9767:
Thus we can find the error bound at t=2.5 and h=0.5:
9469: 9028: 8996: 8976: 8956: 8909: 8853: 8825: 8801: 8772: 8645: 8491: 8471: 8451: 8431: 8411: 8271: 8209: 8185: 8165: 8142: 8115: 8012: 7768: 7719: 7699: 7582: 7521: 7501: 7459: 7439: 7416: 7268: 7092: 6999: 6950: 6923: 6746: 6587: 6547: 6520: 6454: 6351: 6285: 6112: 6082: 6062: 6046:
Firstly, there is the geometrical description above.
6002: 5530: 5494: 5458: 4971: 4935: 4786: 4490: 4424: 4304: 4275: 4243: 4195: 4153: 4147:. The exact solution of the differential equation is 4120: 3988: 3964: 3943: 3893: 3865: 3837: 3816: 3539: 3509: 3482: 3455: 3363: 3340: 3320: 3300: 3237: 3214: 3154: 3134: 3128:. Recall that the slope is defined as the change in 3102: 3023: 2979: 2959: 2910: 2820: 2788: 2752: 2696: 2674: 2648: 2642:
we would like to use the Euler method to approximate
2589: 2126: 2050: 2023: 2003: 1861: 1838: 1818: 1784: 1757: 1724: 1671: 1644: 1617: 1527: 1497: 1470: 1437: 1385: 1336: 1316: 1267: 1195: 1175: 1155: 1135: 1099: 1072: 1004: 973: 946: 919: 889: 859: 829: 34:. For Euler's method for factorizing an integer, see 11855:
Euler method implementations in different languages
11701: 11377: 11361: 11336: 11320: 11288: 4778:From this we can isolate y''' to get the equation: 3439:{\displaystyle y_{0}+hf(y_{0})=y_{1}=1+1\cdot 1=2.} 11785:(Lecture notes for MATH334), University of Vermont 11193: 11018: 10841: 10804: 10782:{\displaystyle y_{n+1}=y_{n}+hf(t_{n+1},y_{n+1}).} 10781: 10659: 10626: 10606: 10572: 10544: 10521: 10489: 10463: 10427: 10345: 10322: 10285:, then the numerical solution does decay to zero. 10277: 10251: 10225: 10199: 10148: 10074: 10048: 10022: 9973: 9937: 9759: 9456: 9014: 8982: 8962: 8942: 8895: 8831: 8807: 8787: 8758: 8651: 8631: 8532: 8477: 8457: 8437: 8417: 8394: 8254: 8191: 8171: 8148: 8128: 8101: 8074: 8025: 7986: 7751: 7705: 7682: 7565: 7507: 7472: 7445: 7422: 7399: 7248: 7066: 6982: 6936: 6886: 6722: 6566: 6533: 6486: 6437: 6317: 6268: 6095: 6068: 6024: 5988: 5516: 5480: 5444: 4957: 4919: 4768: 4436: 4310: 4287: 4249: 4229: 4181: 4139: 4007: 3973: 3949: 3928: 3878: 3850: 3822: 3792: 3522: 3495: 3468: 3438: 3346: 3326: 3306: 3283: 3220: 3197: 3160: 3140: 3120: 3085: 3006: 2965: 2945: 2893: 2800: 2774: 2734: 2663: 2631: 2561: 2109: 2036: 2009: 1986: 1844: 1824: 1796: 1770: 1743: 1706: 1657: 1630: 1600: 1510: 1483: 1456: 1423: 1371: 1322: 1302: 1253: 1181: 1161: 1141: 1121: 1085: 1050: 986: 959: 932: 905: 872: 845: 1330:for the size of every step along t-axis, and set 12266: 11553: 9676: 9564: 9382: 9288: 9221: 9115: 3334:value. This value is then added to the initial 940:will be close to the curve. If we pretend that 10674: 2110:{\displaystyle y_{0},y'_{0},\dots ,y_{0}^{(N)}} 1254:{\displaystyle y'(t)=f{\bigl (}t,y(t){\bigr )}} 11659:Society for Industrial and Applied Mathematics 10660:{\textstyle {\frac {\varepsilon }{\sqrt {h}}}} 10030:computed with the Euler method with step size 8795:is the exact solution which only contains the 8425:is an upper bound on the second derivative of 6733:Now approximate the integral by the left-hand 2894:{\displaystyle y_{n+1}=y_{n}+hf(t_{n},y_{n}).} 1601:{\displaystyle y_{n+1}=y_{n}+hf(t_{n},y_{n}).} 12092: 11897: 11752: 11646: 11437: 10671:is used in the formula for the Euler method. 10417: 10384: 10365: 9657: 9626: 9555: 9543: 9524: 9483: 9443: 9405: 9373: 9311: 9279: 9244: 9212: 9200: 9165: 9138: 9106: 9094: 9069: 9042: 8751: 8739: 8720: 8679: 8624: 8612: 8587: 8560: 7976: 7937: 7926: 7887: 7857: 7818: 6876: 6837: 6812: 6787: 6703: 6678: 1246: 1221: 721: 10867:which is already mentioned in this article: 7067:{\displaystyle y_{1}=y_{0}+hf(t_{0},y_{0}).} 4474:, especially if a high accuracy is desired. 4446: 1638:is an approximation of the solution at time 4114:The conclusion of this computation is that 3449:The above steps should be repeated to find 3284:{\displaystyle h\cdot f(y_{0})=1\cdot 1=1.} 880:can be computed, and so, the tangent line. 806: 12099: 12085: 11904: 11890: 7997: 1051:{\displaystyle A_{0}A_{1}A_{2}A_{3}\dots } 994:above can be used. After several steps, a 801: 728: 714: 11779:Simple Euler method and its modifications 10389: 10381: 10086:The Euler method can also be numerically 7931: 6908: 6817: 6708: 4260: 3198:{\textstyle {\frac {\Delta y}{\Delta t}}} 1431:). Now, the Euler method is used to find 11623: 11473: 11449: 11425: 11401: 11389: 11373: 11349: 11300: 10680: 10287: 9988: 8659:is treated as a constant). In contrast, 6494:. Again, this yields the Euler method. 4264: 4230:{\displaystyle y(4)=e^{4}\approx 54.598} 3086:{\displaystyle f(t_{0},y_{0})=f(0,1)=1.} 2685: 40: 11753:Stoer, Josef; Bulirsch, Roland (2002). 11724: 11675: 11541: 11529: 11517: 11513: 11501: 11489: 11461: 11413: 11332: 11316: 11304: 11284: 10149:{\displaystyle y'=-2.3y,\qquad y(0)=1.} 6052:Another possibility is to consider the 4929:Using that we can get the solution for 4477: 1807: 14: 12267: 11775: 11477: 9984: 6279:The differential equation states that 2575: 1061: 12080: 11885: 11626:An Introduction to Numerical Analysis 11211: 8847:If we have the differential equation 8075:{\textstyle {\frac {t_{i}-t_{0}}{h}}} 6990:. The numerical solution is given by 4269:(Figure 3) The same illustration for 3294:Since the step size is the change in 2742:Blue is the Euler method; green, the 1707:{\displaystyle y_{n}\approx y(t_{n})} 11796: 11594: 11263:(for calculating definite integrals) 8943:{\displaystyle y=t+{\frac {1}{t-1}}} 8179:has a bounded second derivative and 784:, who first proposed it in his book 176:List of named differential equations 6497:A similar computation leads to the 3228:, which we take equal to one here: 249:Dependent and independent variables 24: 12159:Euler's continued fraction formula 12106: 11757:(3rd ed.). Berlin, New York: 11755:Introduction to Numerical Analysis 10555: 10220: 7876: 7868: 7807: 7799: 7590: 7587: 7584: 7276: 7273: 7270: 6819: 6710: 3965: 3186: 3178: 2632:{\displaystyle y'=y,\quad y(0)=1,} 780:. The Euler method is named after 25: 12301: 12184:Euler's pump and turbine equation 11836: 11378:Hairer, Nørsett & Wanner 1993 11362:Hairer, Nørsett & Wanner 1993 11337:Hairer, Nørsett & Wanner 1993 11321:Hairer, Nørsett & Wanner 1993 11289:Hairer, Nørsett & Wanner 1993 10607:{\displaystyle \varepsilon y_{n}} 6944:, and the exact solution at time 12275:Numerical differential equations 12247: 12246: 12204:Euler equations (fluid dynamics) 12194:Euler's sum of powers conjecture 12040:Backward differentiation formula 11842: 10377: 8255:{\displaystyle |y(t_{i})-y_{i}|} 7430:has a bounded third derivative. 2580:Given the initial value problem 787:Institutionum calculi integralis 384:CarathĂ©odory's existence theorem 11588: 11547: 11535: 11523: 11507: 11495: 11483: 11467: 11455: 11443: 11431: 11419: 11407: 10127: 7078: 6576:fundamental theorem of calculus 2607: 1424:{\displaystyle t_{n+1}=t_{n}+h} 1261:. Begin the process by setting 762:ordinary differential equations 12144:Euler–Poisson–Darboux equation 11595:Khan, Amina (9 January 2017). 11395: 11383: 11367: 11355: 11342: 11326: 11310: 11294: 11278: 11185: 11147: 11123: 11097: 11008: 10982: 10773: 10735: 10405: 10391: 10217: 10200:{\displaystyle y(t)=e^{-2.3t}} 10175: 10169: 10137: 10131: 9913: 9901: 9843: 9817: 9742: 9729: 9713: 9703: 9663: 9591: 9549: 9538: 9532: 9489: 9437: 9411: 9367: 9363: 9360: 9333: 9324: 9317: 9273: 9269: 9257: 9250: 9206: 9189: 9176: 9144: 9100: 9089: 9077: 9048: 8896:{\displaystyle y'=1+(t-y)^{2}} 8884: 8871: 8782: 8776: 8745: 8734: 8728: 8685: 8618: 8607: 8595: 8566: 8527: 8515: 8506: 8500: 8376: 8350: 8310: 8293: 8280: 8273: 8248: 8231: 8218: 8211: 7971: 7958: 7921: 7908: 7852: 7839: 7790: 7777: 7746: 7734: 7674: 7668: 7619: 7600: 7560: 7528: 7367: 7354: 7305: 7286: 7216: 7203: 7167: 7154: 7137: 7124: 7115: 7096: 7058: 7032: 6871: 6858: 6807: 6801: 6698: 6692: 6632: 6619: 6610: 6591: 6481: 6469: 6426: 6413: 6404: 6385: 6373: 6360: 6312: 6300: 6236: 6223: 6187: 6174: 6157: 6144: 6135: 6116: 6025:{\displaystyle {\vec {y}}_{i}} 6010: 5891: 5877: 5538: 5517:{\displaystyle {\vec {y}}_{2}} 5502: 5488:, we can get the solution for 5481:{\displaystyle {\vec {y}}_{1}} 5466: 5372: 5363: 5338: 5324: 4979: 4958:{\displaystyle {\vec {y}}_{1}} 4943: 4873: 4859: 4739: 4726: 4685: 4672: 4634: 4621: 4559: 4545: 4205: 4199: 4163: 4157: 3929:{\displaystyle f(t_{n},y_{n})} 3923: 3897: 3759: 3746: 3676: 3663: 3593: 3580: 3396: 3383: 3260: 3247: 3115: 3103: 3074: 3062: 3053: 3027: 2995: 2983: 2946:{\displaystyle f(t_{0},y_{0})} 2940: 2914: 2885: 2859: 2723: 2717: 2658: 2652: 2617: 2611: 2541: 2535: 2455: 2449: 2430: 2424: 2400: 2388: 2272: 2266: 2241: 2229: 2134: 2102: 2096: 1973: 1967: 1962: 1956: 1939: 1933: 1919: 1913: 1890: 1884: 1879: 1867: 1701: 1688: 1592: 1566: 1372:{\displaystyle t_{n}=t_{0}+nh} 1303:{\displaystyle y_{0}=y(t_{0})} 1297: 1284: 1241: 1235: 1210: 1204: 1116: 1103: 471: / Integral solutions 13: 1: 11624:Atkinson, Kendall A. (1989). 11617: 9974:{\displaystyle 2\leq t\leq 3} 9015:{\displaystyle 2\leq t\leq 3} 8465:is the Lipschitz constant of 8006:is the error at a fixed time 6983:{\displaystyle t_{1}=t_{0}+h} 6448:in the differential equation 6035: 12174:Euler's four-square identity 11204:This leads to the family of 11030:This leads to the family of 10675:Modifications and extensions 10627:{\displaystyle \varepsilon } 10584:is roughly of the magnitude 10226:{\displaystyle t\to \infty } 8533:{\displaystyle y'(t)=f(t,y)} 6342:formula for the derivative, 2735:{\displaystyle y'=y,y(0)=1.} 2675:Using step size equal to 1 ( 515:Exponential response formula 261:Coupled / Decoupled 36:Euler's factorization method 7: 12229:Euler–Bernoulli beam theory 12025:List of Runge–Kutta methods 11870:Encyclopedia of Mathematics 11251:List of Runge-Kutta methods 11233: 8102:{\textstyle {\frac {1}{h}}} 8082:, which is proportional to 6737:(with only one rectangle): 5452:And using the solution for 4454:Other methods, such as the 2746:; red, the exact solution, 1751:is an explicit function of 10: 12306: 11736:Cambridge University Press 11628:(2nd ed.). New York: 10858:semi-implicit Euler method 10207:, which decays to zero as 8842: 8445:on the given interval and 7433:This shows that for small 4182:{\displaystyle y(t)=e^{t}} 1066:When given the values for 796:predictor–corrector method 29: 12242: 12139:Euler–Mascheroni constant 12114: 12058: 12005: 11952: 11919: 11811:10.1109/CSPA.2017.8064928 11776:Lakoba, Taras I. (2012), 11564:10.1109/CSPA.2017.8064928 11438:Stoer & Bulirsch 2002 10580:of the Euler method, the 8903:, and the exact solution 7752:{\displaystyle y'=f(t,y)} 6487:{\displaystyle y'=f(t,y)} 6318:{\displaystyle y'=f(t,y)} 3148:divided by the change in 2904:so first we must compute 649:JĂłzef Maria Hoene-WroĹ„ski 595:Undetermined coefficients 504:Method of characteristics 389:Cauchy–Kowalevski theorem 12189:Euler's rotation theorem 11272: 11206:linear multistep methods 10854:exponential Euler method 10023:{\displaystyle y'=-2.3y} 7566:{\displaystyle \xi \in } 7486:linear multistep methods 7410:This result is valid if 6903:linear multistep methods 4472:linear multistep methods 4329:result of Euler's method 4140:{\displaystyle y_{4}=16} 3974:{\displaystyle \Delta y} 3007:{\displaystyle f(t,y)=y} 2775:{\displaystyle y=e^{t}.} 1129:, and the derivative of 1122:{\displaystyle y(t_{0})} 807:Purpose and why it works 374:Picard–Lindelöf theorem 368:Existence and uniqueness 12149:Euler–Rodrigues formula 12129:Euler–Maclaurin formula 12119:Euler–Lagrange equation 12030:Linear multistep method 11256:Linear multistep method 10842:{\displaystyle y_{n+1}} 10522:{\displaystyle hk=-2.3} 9993:(Figure 4) Solution of 8485:. Or more simply, when 8004:global truncation error 7998:Global truncation error 6567:{\displaystyle t_{0}+h} 4448:Global truncation error 4288:{\displaystyle h=0.25.} 4008:{\displaystyle y_{n+1}} 1797:{\displaystyle i\leq n} 1744:{\displaystyle y_{n+1}} 1457:{\displaystyle y_{n+1}} 1310:. Next, choose a value 1149:is a given function of 802:Geometrical description 790:(published 1768–1770). 768:. It is the most basic 600:Variation of parameters 590:Separation of variables 379:Peano existence theorem 12224:Euler number (physics) 12154:Euler–Tricomi equation 12035:General linear methods 12015:Exponential integrator 11195: 11020: 10843: 10806: 10783: 10661: 10628: 10608: 10574: 10546: 10523: 10491: 10465: 10464:{\displaystyle k=-2.3} 10429: 10353:is outside the region 10347: 10324: 10293: 10279: 10253: 10227: 10201: 10159:The exact solution is 10150: 10083: 10076: 10050: 10024: 9975: 9939: 9761: 9458: 9016: 8984: 8964: 8950:, and we want to find 8944: 8897: 8833: 8809: 8789: 8760: 8653: 8633: 8534: 8479: 8459: 8439: 8419: 8396: 8256: 8193: 8173: 8150: 8130: 8103: 8076: 8027: 7988: 7753: 7707: 7684: 7567: 7509: 7474: 7447: 7424: 7401: 7250: 7068: 6984: 6938: 6915:local truncation error 6909:Local truncation error 6888: 6724: 6568: 6535: 6488: 6439: 6319: 6270: 6097: 6070: 6026: 5990: 5518: 5482: 5446: 4959: 4921: 4770: 4438: 4312: 4295: 4289: 4261:Using other step sizes 4251: 4231: 4183: 4141: 4009: 3975: 3951: 3930: 3880: 3852: 3824: 3794: 3524: 3497: 3470: 3440: 3348: 3328: 3308: 3285: 3222: 3199: 3162: 3142: 3122: 3087: 3008: 2967: 2947: 2895: 2808: 2802: 2801:{\displaystyle h=1.0.} 2776: 2736: 2665: 2633: 2563: 2111: 2038: 2011: 1988: 1846: 1826: 1798: 1772: 1745: 1714:. The Euler method is 1708: 1659: 1632: 1602: 1512: 1485: 1458: 1425: 1373: 1324: 1304: 1255: 1183: 1163: 1143: 1123: 1087: 1052: 988: 961: 934: 907: 906:{\displaystyle A_{1}.} 874: 847: 846:{\displaystyle A_{0},} 760:procedure for solving 669:Carl David TolmĂ© Runge 212:Differential-algebraic 53:Differential equations 46: 12164:Euler's critical load 12134:Euler–Maruyama method 12066:Symplectic integrator 12050:Gauss–Legendre method 11685:John Wiley & Sons 11630:John Wiley & Sons 11261:Numerical integration 11240:Crank–Nicolson method 11196: 11021: 10844: 10807: 10784: 10685:backward Euler method 10669:compensated summation 10662: 10629: 10609: 10575: 10547: 10524: 10492: 10466: 10430: 10348: 10325: 10323:{\displaystyle y'=ky} 10291: 10280: 10278:{\displaystyle h=0.7} 10254: 10228: 10202: 10151: 10077: 10075:{\displaystyle h=0.7} 10051: 10025: 9992: 9976: 9940: 9762: 9459: 9017: 8985: 8965: 8945: 8898: 8834: 8810: 8790: 8761: 8654: 8634: 8535: 8480: 8460: 8440: 8420: 8397: 8257: 8194: 8174: 8151: 8131: 8129:{\displaystyle h^{2}} 8104: 8077: 8028: 8026:{\displaystyle t_{i}} 7989: 7754: 7708: 7685: 7568: 7510: 7475: 7473:{\displaystyle h^{2}} 7448: 7425: 7402: 7251: 7069: 6985: 6939: 6937:{\displaystyle y_{1}} 6889: 6725: 6569: 6536: 6534:{\displaystyle t_{0}} 6503:backward Euler method 6489: 6440: 6320: 6271: 6098: 6096:{\displaystyle t_{0}} 6071: 6027: 5991: 5519: 5483: 5447: 4960: 4922: 4771: 4439: 4313: 4290: 4268: 4252: 4232: 4184: 4142: 4010: 3976: 3952: 3931: 3881: 3879:{\displaystyle t_{n}} 3853: 3851:{\displaystyle y_{n}} 3825: 3795: 3525: 3523:{\displaystyle y_{4}} 3498: 3496:{\displaystyle y_{3}} 3471: 3469:{\displaystyle y_{2}} 3441: 3349: 3329: 3309: 3286: 3223: 3200: 3163: 3143: 3123: 3121:{\displaystyle (0,1)} 3088: 3009: 2968: 2948: 2896: 2803: 2777: 2737: 2689: 2666: 2634: 2564: 2112: 2039: 2037:{\displaystyle t_{0}} 2012: 1989: 1847: 1827: 1799: 1773: 1771:{\displaystyle y_{i}} 1746: 1709: 1660: 1658:{\displaystyle t_{n}} 1633: 1631:{\displaystyle y_{n}} 1603: 1513: 1511:{\displaystyle t_{n}} 1486: 1484:{\displaystyle y_{n}} 1459: 1426: 1374: 1325: 1305: 1256: 1184: 1164: 1144: 1124: 1088: 1086:{\displaystyle t_{0}} 1053: 989: 987:{\displaystyle A_{0}} 962: 960:{\displaystyle A_{1}} 935: 933:{\displaystyle A_{1}} 908: 875: 873:{\displaystyle A_{0}} 848: 746:computational science 659:Augustin-Louis Cauchy 644:Joseph-Louis Lagrange 476:Numerical integration 458:Exponential stability 321:Relation to processes 44: 12124:Euler–Lotka equation 12007:Higher-order methods 11997:Leapfrog integration 11954:Second-order methods 11851:at Wikimedia Commons 11706:. Berlin, New York: 11044: 10874: 10820: 10796: 10694: 10642: 10618: 10588: 10564: 10536: 10501: 10475: 10446: 10360: 10334: 10300: 10263: 10237: 10211: 10163: 10101: 10060: 10034: 9997: 9953: 9773: 9467: 9026: 8994: 8974: 8954: 8907: 8851: 8823: 8799: 8788:{\displaystyle y(t)} 8770: 8663: 8643: 8544: 8489: 8469: 8449: 8429: 8409: 8269: 8207: 8201:Lipschitz continuous 8183: 8163: 8140: 8113: 8086: 8037: 8010: 7766: 7717: 7697: 7580: 7519: 7499: 7457: 7437: 7414: 7266: 7090: 6997: 6948: 6921: 6744: 6585: 6545: 6518: 6452: 6349: 6283: 6110: 6080: 6060: 6000: 5528: 5492: 5456: 4969: 4933: 4784: 4488: 4478:Higher-order example 4422: 4302: 4273: 4241: 4193: 4151: 4118: 3986: 3962: 3941: 3891: 3863: 3835: 3814: 3537: 3507: 3480: 3453: 3361: 3338: 3318: 3298: 3235: 3212: 3172: 3152: 3132: 3100: 3021: 2977: 2957: 2908: 2818: 2811:The Euler method is 2786: 2750: 2694: 2664:{\displaystyle y(4)} 2646: 2587: 2124: 2048: 2021: 2001: 1859: 1836: 1816: 1808:Higher-order process 1782: 1755: 1722: 1718:, i.e. the solution 1669: 1642: 1615: 1525: 1495: 1468: 1435: 1383: 1334: 1314: 1265: 1193: 1173: 1153: 1133: 1097: 1070: 1002: 971: 944: 917: 887: 857: 827: 776:and is the simplest 764:(ODEs) with a given 754:forward Euler method 481:Dirac delta function 217:Integro-differential 12285:First order methods 12280:Runge–Kutta methods 12020:Runge–Kutta methods 11992:Newmark-beta method 11939:Semi-implicit Euler 11921:First-order methods 11032:Runge–Kutta methods 10490:{\displaystyle h=1} 10252:{\displaystyle h=1} 10056:(blue squares) and 10049:{\displaystyle h=1} 9985:Numerical stability 7482:Runge-Kutta methods 6781: 6672: 6330:Runge–Kutta methods 5783: 5767: 5711: 5694: 5672: 5655: 5604: 5587: 5224: 5208: 5152: 5135: 5113: 5096: 5045: 5028: 4714: 4660: 4468:Runge–Kutta methods 4437:{\displaystyle t=4} 2576:First-order example 2545: 2515: 2459: 2434: 2404: 2366: 2344: 2327: 2276: 2245: 2201: 2106: 2076: 1062:First-order process 756:) is a first-order 577:Perturbation theory 572:Integral transforms 463:Rate of convergence 329:(discrete analogue) 166:Population dynamics 133:Continuum mechanics 124:Applied mathematics 11977:Beeman's algorithm 11962:Verlet integration 11805:. pp. 79–84. 11558:. pp. 79–84. 11230:from Earth orbit. 11212:In popular culture 11191: 11139: 11089: 11016: 10974: 10943: 10839: 10802: 10779: 10657: 10624: 10604: 10570: 10542: 10519: 10487: 10461: 10442:. In the example, 10425: 10346:{\displaystyle hk} 10343: 10320: 10294: 10275: 10249: 10223: 10197: 10146: 10084: 10072: 10046: 10020: 9971: 9935: 9757: 9696: 9584: 9454: 9402: 9308: 9241: 9135: 9012: 8980: 8960: 8940: 8893: 8829: 8805: 8785: 8756: 8649: 8629: 8530: 8475: 8455: 8435: 8415: 8392: 8252: 8189: 8169: 8146: 8126: 8099: 8072: 8023: 7984: 7749: 7703: 7680: 7648: 7563: 7505: 7470: 7443: 7420: 7397: 7334: 7246: 7183: 7064: 6980: 6934: 6884: 6747: 6720: 6638: 6564: 6531: 6484: 6435: 6315: 6266: 6203: 6093: 6066: 6022: 5986: 5980: 5944: 5791: 5771: 5755: 5699: 5682: 5660: 5643: 5607: 5592: 5575: 5514: 5478: 5442: 5436: 5400: 5232: 5212: 5196: 5140: 5123: 5101: 5084: 5048: 5033: 5016: 4955: 4917: 4766: 4764: 4702: 4648: 4451:for more details. 4434: 4308: 4296: 4285: 4247: 4227: 4179: 4137: 4005: 3971: 3947: 3926: 3876: 3848: 3820: 3790: 3788: 3520: 3493: 3466: 3436: 3344: 3324: 3304: 3281: 3218: 3195: 3158: 3138: 3118: 3083: 3004: 2963: 2943: 2891: 2809: 2798: 2772: 2732: 2661: 2629: 2559: 2553: 2525: 2503: 2439: 2414: 2378: 2354: 2332: 2315: 2279: 2250: 2213: 2183: 2107: 2086: 2064: 2034: 2007: 1984: 1842: 1822: 1794: 1768: 1741: 1704: 1655: 1628: 1598: 1508: 1481: 1454: 1421: 1369: 1320: 1300: 1251: 1179: 1159: 1139: 1119: 1083: 1048: 984: 957: 930: 903: 870: 843: 778:Runge–Kutta method 567:Integrating factor 408:Initial conditions 343:Stochastic partial 47: 12262: 12261: 12074: 12073: 11944:Exponential Euler 11847:Media related to 11820:978-1-5090-1184-1 11768:978-0-387-95452-3 11745:978-0-521-55655-2 11717:978-3-540-56670-0 11694:978-0-471-96758-3 11668:978-0-89871-412-8 11649:Petzold, Linda R. 11639:978-0-471-50023-0 11601:Los Angeles Times 11573:978-1-5090-1184-1 11480:, equation (1.16) 11138: 11088: 10973: 10942: 10805:{\displaystyle f} 10655: 10654: 10573:{\displaystyle n} 10545:{\displaystyle h} 10090:, especially for 9886: 9802: 9779: 9739: 9675: 9653: 9622: 9563: 9520: 9479: 9434: 9381: 9358: 9287: 9220: 9161: 9114: 9065: 9038: 8983:{\displaystyle L} 8963:{\displaystyle M} 8938: 8832:{\displaystyle h} 8808:{\displaystyle t} 8716: 8675: 8652:{\displaystyle t} 8583: 8556: 8478:{\displaystyle f} 8458:{\displaystyle L} 8438:{\displaystyle y} 8418:{\displaystyle M} 8335: 8192:{\displaystyle f} 8172:{\displaystyle y} 8149:{\displaystyle h} 8097: 8070: 7883: 7814: 7706:{\displaystyle y} 7647: 7508:{\displaystyle y} 7446:{\displaystyle h} 7423:{\displaystyle y} 7333: 7182: 6433: 6340:finite difference 6202: 6069:{\displaystyle y} 6013: 5541: 5505: 5469: 4982: 4946: 4414: 4413: 4311:{\displaystyle h} 4250:{\displaystyle h} 4110: 4109: 3950:{\displaystyle h} 3823:{\displaystyle n} 3347:{\displaystyle y} 3327:{\displaystyle y} 3307:{\displaystyle t} 3221:{\displaystyle h} 3193: 3161:{\displaystyle t} 3141:{\displaystyle y} 2966:{\displaystyle f} 2782:The step size is 2137: 2010:{\displaystyle h} 1845:{\displaystyle N} 1825:{\displaystyle N} 1379:(or equivalently 1323:{\displaystyle h} 1182:{\displaystyle y} 1162:{\displaystyle t} 1142:{\displaystyle y} 752:(also called the 738: 737: 629:Gottfried Leibniz 520:Finite difference 312: 311: 173: 172: 143:Dynamical systems 18:Euler integration 16:(Redirected from 12297: 12250: 12249: 12179:Euler's identity 12101: 12094: 12087: 12078: 12077: 11972:Trapezoidal rule 11906: 11899: 11892: 11883: 11882: 11878: 11846: 11832: 11793: 11792: 11790: 11784: 11772: 11749: 11721: 11698: 11677:Butcher, John C. 11672: 11657:. Philadelphia: 11647:Ascher, Uri M.; 11643: 11612: 11611: 11609: 11607: 11592: 11586: 11585: 11551: 11545: 11544:, pp. 75–78 11539: 11533: 11532:, pp. 74–75 11527: 11521: 11511: 11505: 11499: 11493: 11487: 11481: 11471: 11465: 11459: 11453: 11447: 11441: 11435: 11429: 11423: 11417: 11411: 11405: 11399: 11393: 11387: 11381: 11371: 11365: 11359: 11353: 11346: 11340: 11330: 11324: 11314: 11308: 11298: 11292: 11282: 11245:Gradient descent 11200: 11198: 11197: 11192: 11184: 11183: 11165: 11164: 11140: 11131: 11122: 11121: 11109: 11108: 11090: 11081: 11075: 11074: 11062: 11061: 11025: 11023: 11022: 11017: 11015: 11011: 11007: 11006: 10994: 10993: 10975: 10966: 10960: 10959: 10944: 10935: 10929: 10928: 10905: 10904: 10892: 10891: 10848: 10846: 10845: 10840: 10838: 10837: 10811: 10809: 10808: 10803: 10788: 10786: 10785: 10780: 10772: 10771: 10753: 10752: 10725: 10724: 10712: 10711: 10666: 10664: 10663: 10658: 10656: 10650: 10646: 10633: 10631: 10630: 10625: 10613: 10611: 10610: 10605: 10603: 10602: 10579: 10577: 10576: 10571: 10551: 10549: 10548: 10543: 10528: 10526: 10525: 10520: 10496: 10494: 10493: 10488: 10470: 10468: 10467: 10462: 10440:stability region 10434: 10432: 10431: 10426: 10421: 10420: 10408: 10394: 10388: 10387: 10380: 10369: 10368: 10352: 10350: 10349: 10344: 10329: 10327: 10326: 10321: 10310: 10284: 10282: 10281: 10276: 10258: 10256: 10255: 10250: 10232: 10230: 10229: 10224: 10206: 10204: 10203: 10198: 10196: 10195: 10155: 10153: 10152: 10147: 10111: 10081: 10079: 10078: 10073: 10055: 10053: 10052: 10047: 10029: 10027: 10026: 10021: 10007: 9980: 9978: 9977: 9972: 9944: 9942: 9941: 9936: 9928: 9924: 9917: 9916: 9887: 9885: 9874: 9863: 9858: 9854: 9847: 9846: 9842: 9841: 9829: 9828: 9803: 9801: 9793: 9785: 9780: 9777: 9766: 9764: 9763: 9758: 9750: 9746: 9745: 9740: 9738: 9737: 9736: 9708: 9706: 9695: 9671: 9667: 9666: 9661: 9660: 9654: 9652: 9638: 9630: 9629: 9623: 9621: 9620: 9619: 9606: 9605: 9596: 9594: 9583: 9559: 9558: 9552: 9547: 9546: 9528: 9527: 9521: 9519: 9518: 9517: 9504: 9503: 9494: 9492: 9487: 9486: 9480: 9477: 9463: 9461: 9460: 9455: 9447: 9446: 9440: 9435: 9433: 9419: 9414: 9409: 9408: 9401: 9377: 9376: 9370: 9359: 9357: 9343: 9320: 9315: 9314: 9307: 9283: 9282: 9276: 9253: 9248: 9247: 9240: 9216: 9215: 9209: 9204: 9203: 9197: 9196: 9169: 9168: 9162: 9160: 9149: 9147: 9142: 9141: 9134: 9110: 9109: 9103: 9098: 9097: 9073: 9072: 9066: 9064: 9053: 9051: 9046: 9045: 9039: 9036: 9021: 9019: 9018: 9013: 8989: 8987: 8986: 8981: 8969: 8967: 8966: 8961: 8949: 8947: 8946: 8941: 8939: 8937: 8923: 8902: 8900: 8899: 8894: 8892: 8891: 8861: 8838: 8836: 8835: 8830: 8814: 8812: 8811: 8806: 8794: 8792: 8791: 8786: 8765: 8763: 8762: 8757: 8755: 8754: 8748: 8743: 8742: 8724: 8723: 8717: 8715: 8714: 8713: 8700: 8699: 8690: 8688: 8683: 8682: 8676: 8673: 8658: 8656: 8655: 8650: 8638: 8636: 8635: 8630: 8628: 8627: 8621: 8616: 8615: 8591: 8590: 8584: 8582: 8571: 8569: 8564: 8563: 8557: 8554: 8539: 8537: 8536: 8531: 8499: 8484: 8482: 8481: 8476: 8464: 8462: 8461: 8456: 8444: 8442: 8441: 8436: 8424: 8422: 8421: 8416: 8401: 8399: 8398: 8393: 8391: 8387: 8380: 8379: 8375: 8374: 8362: 8361: 8336: 8334: 8326: 8318: 8313: 8308: 8307: 8292: 8291: 8276: 8262:) is bounded by 8261: 8259: 8258: 8253: 8251: 8246: 8245: 8230: 8229: 8214: 8198: 8196: 8195: 8190: 8178: 8176: 8175: 8170: 8155: 8153: 8152: 8147: 8135: 8133: 8132: 8127: 8125: 8124: 8108: 8106: 8105: 8100: 8098: 8090: 8081: 8079: 8078: 8073: 8071: 8066: 8065: 8064: 8052: 8051: 8041: 8032: 8030: 8029: 8024: 8022: 8021: 7993: 7991: 7990: 7985: 7980: 7979: 7970: 7969: 7951: 7950: 7941: 7940: 7930: 7929: 7920: 7919: 7901: 7900: 7891: 7890: 7884: 7882: 7874: 7866: 7861: 7860: 7851: 7850: 7832: 7831: 7822: 7821: 7815: 7813: 7805: 7797: 7789: 7788: 7776: 7758: 7756: 7755: 7750: 7727: 7712: 7710: 7709: 7704: 7689: 7687: 7686: 7681: 7667: 7659: 7658: 7649: 7640: 7634: 7633: 7612: 7611: 7593: 7572: 7570: 7569: 7564: 7553: 7552: 7540: 7539: 7514: 7512: 7511: 7506: 7493:Taylor's theorem 7479: 7477: 7476: 7471: 7469: 7468: 7452: 7450: 7449: 7444: 7429: 7427: 7426: 7421: 7406: 7404: 7403: 7398: 7393: 7389: 7388: 7366: 7365: 7353: 7345: 7344: 7335: 7326: 7320: 7319: 7298: 7297: 7279: 7255: 7253: 7252: 7247: 7242: 7238: 7237: 7215: 7214: 7202: 7194: 7193: 7184: 7175: 7166: 7165: 7153: 7136: 7135: 7108: 7107: 7073: 7071: 7070: 7065: 7057: 7056: 7044: 7043: 7022: 7021: 7009: 7008: 6989: 6987: 6986: 6981: 6973: 6972: 6960: 6959: 6943: 6941: 6940: 6935: 6933: 6932: 6893: 6891: 6890: 6885: 6880: 6879: 6870: 6869: 6851: 6850: 6841: 6840: 6822: 6816: 6815: 6791: 6790: 6780: 6773: 6772: 6762: 6761: 6760: 6735:rectangle method 6729: 6727: 6726: 6721: 6713: 6707: 6706: 6682: 6681: 6671: 6664: 6663: 6653: 6652: 6651: 6631: 6630: 6603: 6602: 6573: 6571: 6570: 6565: 6557: 6556: 6540: 6538: 6537: 6532: 6530: 6529: 6493: 6491: 6490: 6485: 6462: 6444: 6442: 6441: 6436: 6434: 6429: 6425: 6424: 6397: 6396: 6380: 6372: 6371: 6359: 6324: 6322: 6321: 6316: 6293: 6275: 6273: 6272: 6267: 6262: 6258: 6257: 6235: 6234: 6222: 6214: 6213: 6204: 6195: 6186: 6185: 6173: 6156: 6155: 6128: 6127: 6102: 6100: 6099: 6094: 6092: 6091: 6075: 6073: 6072: 6067: 6056:of the function 6054:Taylor expansion 6031: 6029: 6028: 6023: 6021: 6020: 6015: 6014: 6006: 5995: 5993: 5992: 5987: 5985: 5984: 5949: 5948: 5941: 5937: 5912: 5911: 5890: 5873: 5796: 5795: 5788: 5784: 5779: 5763: 5751: 5750: 5738: 5737: 5707: 5690: 5668: 5651: 5633: 5632: 5612: 5611: 5600: 5583: 5570: 5569: 5549: 5548: 5543: 5542: 5534: 5523: 5521: 5520: 5515: 5513: 5512: 5507: 5506: 5498: 5487: 5485: 5484: 5479: 5477: 5476: 5471: 5470: 5462: 5451: 5449: 5448: 5443: 5441: 5440: 5405: 5404: 5397: 5393: 5359: 5358: 5337: 5320: 5237: 5236: 5229: 5225: 5220: 5204: 5192: 5191: 5179: 5178: 5148: 5131: 5109: 5092: 5074: 5073: 5053: 5052: 5041: 5024: 5011: 5010: 4990: 4989: 4984: 4983: 4975: 4964: 4962: 4961: 4956: 4954: 4953: 4948: 4947: 4939: 4926: 4924: 4923: 4918: 4916: 4899: 4891: 4890: 4872: 4855: 4841: 4830: 4826: 4825: 4814: 4775: 4773: 4772: 4767: 4765: 4751: 4738: 4737: 4725: 4710: 4700: 4684: 4683: 4671: 4656: 4646: 4633: 4632: 4614: 4613: 4603: 4593: 4592: 4582: 4578: 4558: 4541: 4533: 4532: 4520: 4503: 4494: 4443: 4441: 4440: 4435: 4409: 4395: 4381: 4367: 4323: 4322: 4317: 4315: 4314: 4309: 4294: 4292: 4291: 4286: 4256: 4254: 4253: 4248: 4236: 4234: 4233: 4228: 4220: 4219: 4188: 4186: 4185: 4180: 4178: 4177: 4146: 4144: 4143: 4138: 4130: 4129: 4014: 4012: 4011: 4006: 4004: 4003: 3980: 3978: 3977: 3972: 3956: 3954: 3953: 3948: 3935: 3933: 3932: 3927: 3922: 3921: 3909: 3908: 3885: 3883: 3882: 3877: 3875: 3874: 3857: 3855: 3854: 3849: 3847: 3846: 3829: 3827: 3826: 3821: 3808: 3807: 3799: 3797: 3796: 3791: 3789: 3758: 3757: 3736: 3735: 3719: 3718: 3675: 3674: 3653: 3652: 3636: 3635: 3592: 3591: 3570: 3569: 3553: 3552: 3529: 3527: 3526: 3521: 3519: 3518: 3502: 3500: 3499: 3494: 3492: 3491: 3475: 3473: 3472: 3467: 3465: 3464: 3445: 3443: 3442: 3437: 3411: 3410: 3395: 3394: 3373: 3372: 3353: 3351: 3350: 3345: 3333: 3331: 3330: 3325: 3313: 3311: 3310: 3305: 3290: 3288: 3287: 3282: 3259: 3258: 3227: 3225: 3224: 3219: 3204: 3202: 3201: 3196: 3194: 3192: 3184: 3176: 3167: 3165: 3164: 3159: 3147: 3145: 3144: 3139: 3127: 3125: 3124: 3119: 3092: 3090: 3089: 3084: 3052: 3051: 3039: 3038: 3013: 3011: 3010: 3005: 2972: 2970: 2969: 2964: 2952: 2950: 2949: 2944: 2939: 2938: 2926: 2925: 2900: 2898: 2897: 2892: 2884: 2883: 2871: 2870: 2849: 2848: 2836: 2835: 2807: 2805: 2804: 2799: 2781: 2779: 2778: 2773: 2768: 2767: 2741: 2739: 2738: 2733: 2704: 2681: 2670: 2668: 2667: 2662: 2638: 2636: 2635: 2630: 2597: 2568: 2566: 2565: 2560: 2558: 2557: 2550: 2546: 2544: 2533: 2511: 2499: 2498: 2486: 2485: 2458: 2447: 2433: 2422: 2403: 2386: 2362: 2340: 2323: 2305: 2304: 2284: 2283: 2275: 2264: 2244: 2227: 2197: 2178: 2177: 2151: 2150: 2139: 2138: 2130: 2116: 2114: 2113: 2108: 2105: 2094: 2072: 2060: 2059: 2043: 2041: 2040: 2035: 2033: 2032: 2016: 2014: 2013: 2008: 1993: 1991: 1990: 1985: 1980: 1976: 1966: 1965: 1932: 1883: 1882: 1851: 1849: 1848: 1843: 1831: 1829: 1828: 1823: 1803: 1801: 1800: 1795: 1777: 1775: 1774: 1769: 1767: 1766: 1750: 1748: 1747: 1742: 1740: 1739: 1713: 1711: 1710: 1705: 1700: 1699: 1681: 1680: 1664: 1662: 1661: 1656: 1654: 1653: 1637: 1635: 1634: 1629: 1627: 1626: 1607: 1605: 1604: 1599: 1591: 1590: 1578: 1577: 1556: 1555: 1543: 1542: 1517: 1515: 1514: 1509: 1507: 1506: 1490: 1488: 1487: 1482: 1480: 1479: 1463: 1461: 1460: 1455: 1453: 1452: 1430: 1428: 1427: 1422: 1414: 1413: 1401: 1400: 1378: 1376: 1375: 1370: 1359: 1358: 1346: 1345: 1329: 1327: 1326: 1321: 1309: 1307: 1306: 1301: 1296: 1295: 1277: 1276: 1260: 1258: 1257: 1252: 1250: 1249: 1225: 1224: 1203: 1188: 1186: 1185: 1180: 1168: 1166: 1165: 1160: 1148: 1146: 1145: 1140: 1128: 1126: 1125: 1120: 1115: 1114: 1092: 1090: 1089: 1084: 1082: 1081: 1057: 1055: 1054: 1049: 1044: 1043: 1034: 1033: 1024: 1023: 1014: 1013: 993: 991: 990: 985: 983: 982: 966: 964: 963: 958: 956: 955: 939: 937: 936: 931: 929: 928: 912: 910: 909: 904: 899: 898: 879: 877: 876: 871: 869: 868: 852: 850: 849: 844: 839: 838: 730: 723: 716: 694:Phyllis Nicolson 679:Rudolf Lipschitz 562:Green's function 538:Infinite element 529: 494:Solution methods 472: 330: 241:By variable type 195: 194: 77:Natural sciences 70: 69: 49: 48: 21: 12305: 12304: 12300: 12299: 12298: 12296: 12295: 12294: 12265: 12264: 12263: 12258: 12238: 12199:Euler's theorem 12169:Euler's formula 12110: 12105: 12075: 12070: 12054: 12001: 11982:Midpoint method 11967:Velocity Verlet 11948: 11915: 11910: 11863: 11839: 11821: 11788: 11786: 11782: 11769: 11759:Springer-Verlag 11746: 11718: 11708:Springer-Verlag 11695: 11669: 11640: 11620: 11615: 11605: 11603: 11593: 11589: 11574: 11552: 11548: 11540: 11536: 11528: 11524: 11512: 11508: 11500: 11496: 11488: 11484: 11476:, p. 346; 11472: 11468: 11460: 11456: 11448: 11444: 11436: 11432: 11424: 11420: 11412: 11408: 11400: 11396: 11388: 11384: 11376:, p. 342; 11372: 11368: 11360: 11356: 11347: 11343: 11331: 11327: 11315: 11311: 11303:, p. 342; 11299: 11295: 11283: 11279: 11275: 11236: 11224:Katherine Goble 11214: 11173: 11169: 11154: 11150: 11129: 11117: 11113: 11104: 11100: 11079: 11070: 11066: 11051: 11047: 11045: 11042: 11041: 11002: 10998: 10989: 10985: 10964: 10955: 10951: 10933: 10924: 10920: 10919: 10915: 10900: 10896: 10881: 10877: 10875: 10872: 10871: 10865:midpoint method 10827: 10823: 10821: 10818: 10817: 10814:implicit method 10797: 10794: 10793: 10761: 10757: 10742: 10738: 10720: 10716: 10701: 10697: 10695: 10692: 10691: 10677: 10645: 10643: 10640: 10639: 10636:machine epsilon 10619: 10616: 10615: 10598: 10594: 10589: 10586: 10585: 10565: 10562: 10561: 10558: 10556:Rounding errors 10537: 10534: 10533: 10502: 10499: 10498: 10476: 10473: 10472: 10447: 10444: 10443: 10416: 10415: 10404: 10390: 10383: 10382: 10376: 10364: 10363: 10361: 10358: 10357: 10335: 10332: 10331: 10303: 10301: 10298: 10297: 10264: 10261: 10260: 10238: 10235: 10234: 10212: 10209: 10208: 10185: 10181: 10164: 10161: 10160: 10104: 10102: 10099: 10098: 10092:stiff equations 10061: 10058: 10057: 10035: 10032: 10031: 10000: 9998: 9995: 9994: 9987: 9954: 9951: 9950: 9948: 9897: 9893: 9892: 9888: 9875: 9864: 9862: 9837: 9833: 9824: 9820: 9813: 9809: 9808: 9804: 9794: 9786: 9784: 9776: 9774: 9771: 9770: 9741: 9732: 9728: 9712: 9707: 9702: 9701: 9697: 9679: 9662: 9656: 9655: 9642: 9637: 9625: 9624: 9615: 9611: 9607: 9601: 9597: 9595: 9590: 9589: 9585: 9567: 9554: 9553: 9548: 9542: 9541: 9523: 9522: 9513: 9509: 9505: 9499: 9495: 9493: 9488: 9482: 9481: 9476: 9468: 9465: 9464: 9442: 9441: 9436: 9423: 9418: 9410: 9404: 9403: 9385: 9372: 9371: 9366: 9347: 9342: 9316: 9310: 9309: 9291: 9278: 9277: 9272: 9249: 9243: 9242: 9224: 9211: 9210: 9205: 9199: 9198: 9192: 9188: 9164: 9163: 9153: 9148: 9143: 9137: 9136: 9118: 9105: 9104: 9099: 9093: 9092: 9068: 9067: 9057: 9052: 9047: 9041: 9040: 9035: 9027: 9024: 9023: 8995: 8992: 8991: 8975: 8972: 8971: 8955: 8952: 8951: 8927: 8922: 8908: 8905: 8904: 8887: 8883: 8854: 8852: 8849: 8848: 8845: 8824: 8821: 8820: 8800: 8797: 8796: 8771: 8768: 8767: 8766:where function 8750: 8749: 8744: 8738: 8737: 8719: 8718: 8709: 8705: 8701: 8695: 8691: 8689: 8684: 8678: 8677: 8672: 8664: 8661: 8660: 8644: 8641: 8640: 8623: 8622: 8617: 8611: 8610: 8586: 8585: 8575: 8570: 8565: 8559: 8558: 8553: 8545: 8542: 8541: 8492: 8490: 8487: 8486: 8470: 8467: 8466: 8450: 8447: 8446: 8430: 8427: 8426: 8410: 8407: 8406: 8370: 8366: 8357: 8353: 8346: 8342: 8341: 8337: 8327: 8319: 8317: 8309: 8303: 8299: 8287: 8283: 8272: 8270: 8267: 8266: 8247: 8241: 8237: 8225: 8221: 8210: 8208: 8205: 8204: 8184: 8181: 8180: 8164: 8161: 8160: 8141: 8138: 8137: 8120: 8116: 8114: 8111: 8110: 8089: 8087: 8084: 8083: 8060: 8056: 8047: 8043: 8042: 8040: 8038: 8035: 8034: 8017: 8013: 8011: 8008: 8007: 8000: 7975: 7974: 7965: 7961: 7946: 7942: 7936: 7935: 7925: 7924: 7915: 7911: 7896: 7892: 7886: 7885: 7875: 7867: 7865: 7856: 7855: 7846: 7842: 7827: 7823: 7817: 7816: 7806: 7798: 7796: 7784: 7780: 7769: 7767: 7764: 7763: 7720: 7718: 7715: 7714: 7698: 7695: 7694: 7660: 7654: 7650: 7638: 7629: 7625: 7607: 7603: 7583: 7581: 7578: 7577: 7548: 7544: 7535: 7531: 7520: 7517: 7516: 7500: 7497: 7496: 7464: 7460: 7458: 7455: 7454: 7438: 7435: 7434: 7415: 7412: 7411: 7384: 7380: 7376: 7361: 7357: 7346: 7340: 7336: 7324: 7315: 7311: 7293: 7289: 7269: 7267: 7264: 7263: 7233: 7229: 7225: 7210: 7206: 7195: 7189: 7185: 7173: 7161: 7157: 7146: 7131: 7127: 7103: 7099: 7091: 7088: 7087: 7052: 7048: 7039: 7035: 7017: 7013: 7004: 7000: 6998: 6995: 6994: 6968: 6964: 6955: 6951: 6949: 6946: 6945: 6928: 6924: 6922: 6919: 6918: 6911: 6900: 6875: 6874: 6865: 6861: 6846: 6842: 6836: 6835: 6818: 6811: 6810: 6786: 6785: 6768: 6764: 6763: 6756: 6752: 6751: 6745: 6742: 6741: 6709: 6702: 6701: 6677: 6676: 6659: 6655: 6654: 6647: 6643: 6642: 6626: 6622: 6598: 6594: 6586: 6583: 6582: 6552: 6548: 6546: 6543: 6542: 6525: 6521: 6519: 6516: 6515: 6508: 6499:midpoint method 6455: 6453: 6450: 6449: 6420: 6416: 6392: 6388: 6381: 6379: 6367: 6363: 6352: 6350: 6347: 6346: 6286: 6284: 6281: 6280: 6253: 6249: 6245: 6230: 6226: 6215: 6209: 6205: 6193: 6181: 6177: 6166: 6151: 6147: 6123: 6119: 6111: 6108: 6107: 6087: 6083: 6081: 6078: 6077: 6061: 6058: 6057: 6038: 6016: 6005: 6004: 6003: 6001: 5998: 5997: 5979: 5978: 5972: 5971: 5965: 5964: 5954: 5953: 5943: 5942: 5907: 5903: 5886: 5869: 5862: 5858: 5843: 5842: 5824: 5823: 5801: 5800: 5790: 5789: 5775: 5759: 5746: 5742: 5733: 5729: 5728: 5724: 5703: 5696: 5695: 5686: 5664: 5657: 5656: 5647: 5628: 5624: 5617: 5616: 5606: 5605: 5596: 5589: 5588: 5579: 5572: 5571: 5565: 5561: 5554: 5553: 5544: 5533: 5532: 5531: 5529: 5526: 5525: 5508: 5497: 5496: 5495: 5493: 5490: 5489: 5472: 5461: 5460: 5459: 5457: 5454: 5453: 5435: 5434: 5428: 5427: 5421: 5420: 5410: 5409: 5399: 5398: 5354: 5350: 5333: 5316: 5309: 5305: 5290: 5289: 5268: 5267: 5242: 5241: 5231: 5230: 5216: 5200: 5187: 5183: 5174: 5170: 5169: 5165: 5144: 5137: 5136: 5127: 5105: 5098: 5097: 5088: 5069: 5065: 5058: 5057: 5047: 5046: 5037: 5030: 5029: 5020: 5013: 5012: 5006: 5002: 4995: 4994: 4985: 4974: 4973: 4972: 4970: 4967: 4966: 4949: 4938: 4937: 4936: 4934: 4931: 4930: 4909: 4892: 4886: 4882: 4868: 4851: 4834: 4818: 4807: 4794: 4790: 4785: 4782: 4781: 4763: 4762: 4749: 4748: 4733: 4729: 4718: 4706: 4698: 4697: 4679: 4675: 4664: 4652: 4644: 4643: 4628: 4624: 4609: 4605: 4601: 4600: 4588: 4584: 4580: 4579: 4574: 4554: 4534: 4528: 4524: 4513: 4496: 4491: 4489: 4486: 4485: 4480: 4456:midpoint method 4423: 4420: 4419: 4407: 4393: 4379: 4365: 4303: 4300: 4299: 4274: 4271: 4270: 4263: 4242: 4239: 4238: 4215: 4211: 4194: 4191: 4190: 4173: 4169: 4152: 4149: 4148: 4125: 4121: 4119: 4116: 4115: 3993: 3989: 3987: 3984: 3983: 3963: 3960: 3959: 3942: 3939: 3938: 3917: 3913: 3904: 3900: 3892: 3889: 3888: 3870: 3866: 3864: 3861: 3860: 3842: 3838: 3836: 3833: 3832: 3815: 3812: 3811: 3787: 3786: 3753: 3749: 3731: 3727: 3720: 3714: 3710: 3707: 3706: 3670: 3666: 3648: 3644: 3637: 3631: 3627: 3624: 3623: 3587: 3583: 3565: 3561: 3554: 3548: 3544: 3540: 3538: 3535: 3534: 3514: 3510: 3508: 3505: 3504: 3487: 3483: 3481: 3478: 3477: 3460: 3456: 3454: 3451: 3450: 3406: 3402: 3390: 3386: 3368: 3364: 3362: 3359: 3358: 3339: 3336: 3335: 3319: 3316: 3315: 3299: 3296: 3295: 3254: 3250: 3236: 3233: 3232: 3213: 3210: 3209: 3185: 3177: 3175: 3173: 3170: 3169: 3153: 3150: 3149: 3133: 3130: 3129: 3101: 3098: 3097: 3047: 3043: 3034: 3030: 3022: 3019: 3018: 2978: 2975: 2974: 2958: 2955: 2954: 2934: 2930: 2921: 2917: 2909: 2906: 2905: 2879: 2875: 2866: 2862: 2844: 2840: 2825: 2821: 2819: 2816: 2815: 2787: 2784: 2783: 2763: 2759: 2751: 2748: 2747: 2744:midpoint method 2697: 2695: 2692: 2691: 2684: 2676: 2647: 2644: 2643: 2590: 2588: 2585: 2584: 2578: 2552: 2551: 2534: 2529: 2507: 2494: 2490: 2481: 2477: 2476: 2472: 2448: 2443: 2436: 2435: 2423: 2418: 2387: 2382: 2375: 2374: 2368: 2367: 2358: 2336: 2329: 2328: 2319: 2300: 2296: 2289: 2288: 2278: 2277: 2265: 2254: 2247: 2246: 2228: 2217: 2210: 2209: 2203: 2202: 2187: 2180: 2179: 2167: 2163: 2156: 2155: 2140: 2129: 2128: 2127: 2125: 2122: 2121: 2095: 2090: 2068: 2055: 2051: 2049: 2046: 2045: 2028: 2024: 2022: 2019: 2018: 2002: 1999: 1998: 1955: 1951: 1925: 1903: 1899: 1866: 1862: 1860: 1857: 1856: 1837: 1834: 1833: 1817: 1814: 1813: 1810: 1783: 1780: 1779: 1762: 1758: 1756: 1753: 1752: 1729: 1725: 1723: 1720: 1719: 1695: 1691: 1676: 1672: 1670: 1667: 1666: 1649: 1645: 1643: 1640: 1639: 1622: 1618: 1616: 1613: 1612: 1586: 1582: 1573: 1569: 1551: 1547: 1532: 1528: 1526: 1523: 1522: 1502: 1498: 1496: 1493: 1492: 1475: 1471: 1469: 1466: 1465: 1442: 1438: 1436: 1433: 1432: 1409: 1405: 1390: 1386: 1384: 1381: 1380: 1354: 1350: 1341: 1337: 1335: 1332: 1331: 1315: 1312: 1311: 1291: 1287: 1272: 1268: 1266: 1263: 1262: 1245: 1244: 1220: 1219: 1196: 1194: 1191: 1190: 1174: 1171: 1170: 1154: 1151: 1150: 1134: 1131: 1130: 1110: 1106: 1098: 1095: 1094: 1077: 1073: 1071: 1068: 1067: 1064: 1039: 1035: 1029: 1025: 1019: 1015: 1009: 1005: 1003: 1000: 999: 996:polygonal curve 978: 974: 972: 969: 968: 951: 947: 945: 942: 941: 924: 920: 918: 915: 914: 894: 890: 888: 885: 884: 864: 860: 858: 855: 854: 834: 830: 828: 825: 824: 809: 804: 770:explicit method 734: 705: 704: 703: 634:Jacob Bernoulli 618: 605: 604: 586: 555:Petrov–Galerkin 523: 508: 495: 487: 486: 485: 467: 413:Boundary values 402: 394: 393: 369: 356: 355: 354: 328: 322: 314: 313: 301: 278: 236: 192: 179: 178: 174: 152:Social sciences 108: 86: 67: 39: 28: 23: 22: 15: 12: 11: 5: 12303: 12293: 12292: 12290:Leonhard Euler 12287: 12282: 12277: 12260: 12259: 12257: 12256: 12243: 12240: 12239: 12237: 12236: 12231: 12226: 12221: 12216: 12211: 12209:Euler function 12206: 12201: 12196: 12191: 12186: 12181: 12176: 12171: 12166: 12161: 12156: 12151: 12146: 12141: 12136: 12131: 12126: 12121: 12115: 12112: 12111: 12108:Leonhard Euler 12104: 12103: 12096: 12089: 12081: 12072: 12071: 12069: 12068: 12062: 12060: 12056: 12055: 12053: 12052: 12047: 12042: 12037: 12032: 12027: 12022: 12017: 12011: 12009: 12003: 12002: 12000: 11999: 11994: 11989: 11984: 11979: 11974: 11969: 11964: 11958: 11956: 11950: 11949: 11947: 11946: 11941: 11936: 11934:Backward Euler 11931: 11925: 11923: 11917: 11916: 11909: 11908: 11901: 11894: 11886: 11880: 11879: 11865:"Euler method" 11861: 11852: 11838: 11837:External links 11835: 11834: 11833: 11819: 11794: 11773: 11767: 11750: 11744: 11726:Iserles, Arieh 11722: 11716: 11699: 11693: 11673: 11667: 11644: 11638: 11619: 11616: 11614: 11613: 11587: 11572: 11546: 11534: 11522: 11516:, p. 70; 11506: 11494: 11482: 11466: 11454: 11442: 11430: 11418: 11406: 11394: 11382: 11366: 11354: 11341: 11325: 11319:, p. 45; 11309: 11293: 11287:, p. 45; 11276: 11274: 11271: 11270: 11269: 11264: 11258: 11253: 11248: 11242: 11235: 11232: 11219:Hidden Figures 11213: 11210: 11202: 11201: 11190: 11187: 11182: 11179: 11176: 11172: 11168: 11163: 11160: 11157: 11153: 11149: 11146: 11143: 11137: 11134: 11128: 11125: 11120: 11116: 11112: 11107: 11103: 11099: 11096: 11093: 11087: 11084: 11078: 11073: 11069: 11065: 11060: 11057: 11054: 11050: 11028: 11027: 11014: 11010: 11005: 11001: 10997: 10992: 10988: 10984: 10981: 10978: 10972: 10969: 10963: 10958: 10954: 10950: 10947: 10941: 10938: 10932: 10927: 10923: 10918: 10914: 10911: 10908: 10903: 10899: 10895: 10890: 10887: 10884: 10880: 10836: 10833: 10830: 10826: 10801: 10790: 10789: 10778: 10775: 10770: 10767: 10764: 10760: 10756: 10751: 10748: 10745: 10741: 10737: 10734: 10731: 10728: 10723: 10719: 10715: 10710: 10707: 10704: 10700: 10676: 10673: 10653: 10649: 10623: 10601: 10597: 10593: 10582:rounding error 10569: 10557: 10554: 10541: 10518: 10515: 10512: 10509: 10506: 10486: 10483: 10480: 10460: 10457: 10454: 10451: 10436: 10435: 10424: 10419: 10414: 10411: 10407: 10403: 10400: 10397: 10393: 10386: 10379: 10375: 10372: 10367: 10342: 10339: 10319: 10316: 10313: 10309: 10306: 10274: 10271: 10268: 10248: 10245: 10242: 10222: 10219: 10216: 10194: 10191: 10188: 10184: 10180: 10177: 10174: 10171: 10168: 10157: 10156: 10145: 10142: 10139: 10136: 10133: 10130: 10126: 10123: 10120: 10117: 10114: 10110: 10107: 10071: 10068: 10065: 10045: 10042: 10039: 10019: 10016: 10013: 10010: 10006: 10003: 9986: 9983: 9970: 9967: 9964: 9961: 9958: 9946: 9934: 9931: 9927: 9923: 9920: 9915: 9912: 9909: 9906: 9903: 9900: 9896: 9891: 9884: 9881: 9878: 9873: 9870: 9867: 9861: 9857: 9853: 9850: 9845: 9840: 9836: 9832: 9827: 9823: 9819: 9816: 9812: 9807: 9800: 9797: 9792: 9789: 9783: 9756: 9753: 9749: 9744: 9735: 9731: 9727: 9724: 9721: 9718: 9715: 9711: 9705: 9700: 9694: 9691: 9688: 9685: 9682: 9678: 9674: 9670: 9665: 9659: 9651: 9648: 9645: 9641: 9636: 9633: 9628: 9618: 9614: 9610: 9604: 9600: 9593: 9588: 9582: 9579: 9576: 9573: 9570: 9566: 9562: 9557: 9551: 9545: 9540: 9537: 9534: 9531: 9526: 9516: 9512: 9508: 9502: 9498: 9491: 9485: 9475: 9472: 9453: 9450: 9445: 9439: 9432: 9429: 9426: 9422: 9417: 9413: 9407: 9400: 9397: 9394: 9391: 9388: 9384: 9380: 9375: 9369: 9365: 9362: 9356: 9353: 9350: 9346: 9341: 9338: 9335: 9332: 9329: 9326: 9323: 9319: 9313: 9306: 9303: 9300: 9297: 9294: 9290: 9286: 9281: 9275: 9271: 9268: 9265: 9262: 9259: 9256: 9252: 9246: 9239: 9236: 9233: 9230: 9227: 9223: 9219: 9214: 9208: 9202: 9195: 9191: 9187: 9184: 9181: 9178: 9175: 9172: 9167: 9159: 9156: 9152: 9146: 9140: 9133: 9130: 9127: 9124: 9121: 9117: 9113: 9108: 9102: 9096: 9091: 9088: 9085: 9082: 9079: 9076: 9071: 9063: 9060: 9056: 9050: 9044: 9034: 9031: 9011: 9008: 9005: 9002: 8999: 8979: 8959: 8936: 8933: 8930: 8926: 8921: 8918: 8915: 8912: 8890: 8886: 8882: 8879: 8876: 8873: 8870: 8867: 8864: 8860: 8857: 8844: 8841: 8828: 8804: 8784: 8781: 8778: 8775: 8753: 8747: 8741: 8736: 8733: 8730: 8727: 8722: 8712: 8708: 8704: 8698: 8694: 8687: 8681: 8671: 8668: 8648: 8626: 8620: 8614: 8609: 8606: 8603: 8600: 8597: 8594: 8589: 8581: 8578: 8574: 8568: 8562: 8552: 8549: 8529: 8526: 8523: 8520: 8517: 8514: 8511: 8508: 8505: 8502: 8498: 8495: 8474: 8454: 8434: 8414: 8403: 8402: 8390: 8386: 8383: 8378: 8373: 8369: 8365: 8360: 8356: 8352: 8349: 8345: 8340: 8333: 8330: 8325: 8322: 8316: 8312: 8306: 8302: 8298: 8295: 8290: 8286: 8282: 8279: 8275: 8250: 8244: 8240: 8236: 8233: 8228: 8224: 8220: 8217: 8213: 8188: 8168: 8145: 8123: 8119: 8096: 8093: 8069: 8063: 8059: 8055: 8050: 8046: 8020: 8016: 7999: 7996: 7995: 7994: 7983: 7978: 7973: 7968: 7964: 7960: 7957: 7954: 7949: 7945: 7939: 7934: 7928: 7923: 7918: 7914: 7910: 7907: 7904: 7899: 7895: 7889: 7881: 7878: 7873: 7870: 7864: 7859: 7854: 7849: 7845: 7841: 7838: 7835: 7830: 7826: 7820: 7812: 7809: 7804: 7801: 7795: 7792: 7787: 7783: 7779: 7775: 7772: 7748: 7745: 7742: 7739: 7736: 7733: 7730: 7726: 7723: 7702: 7691: 7690: 7679: 7676: 7673: 7670: 7666: 7663: 7657: 7653: 7646: 7643: 7637: 7632: 7628: 7624: 7621: 7618: 7615: 7610: 7606: 7602: 7599: 7596: 7592: 7589: 7586: 7562: 7559: 7556: 7551: 7547: 7543: 7538: 7534: 7530: 7527: 7524: 7504: 7467: 7463: 7442: 7419: 7408: 7407: 7396: 7392: 7387: 7383: 7379: 7375: 7372: 7369: 7364: 7360: 7356: 7352: 7349: 7343: 7339: 7332: 7329: 7323: 7318: 7314: 7310: 7307: 7304: 7301: 7296: 7292: 7288: 7285: 7282: 7278: 7275: 7272: 7257: 7256: 7245: 7241: 7236: 7232: 7228: 7224: 7221: 7218: 7213: 7209: 7205: 7201: 7198: 7192: 7188: 7181: 7178: 7172: 7169: 7164: 7160: 7156: 7152: 7149: 7145: 7142: 7139: 7134: 7130: 7126: 7123: 7120: 7117: 7114: 7111: 7106: 7102: 7098: 7095: 7075: 7074: 7063: 7060: 7055: 7051: 7047: 7042: 7038: 7034: 7031: 7028: 7025: 7020: 7016: 7012: 7007: 7003: 6979: 6976: 6971: 6967: 6963: 6958: 6954: 6931: 6927: 6910: 6907: 6895: 6894: 6883: 6878: 6873: 6868: 6864: 6860: 6857: 6854: 6849: 6845: 6839: 6834: 6831: 6828: 6825: 6821: 6814: 6809: 6806: 6803: 6800: 6797: 6794: 6789: 6784: 6779: 6776: 6771: 6767: 6759: 6755: 6750: 6731: 6730: 6719: 6716: 6712: 6705: 6700: 6697: 6694: 6691: 6688: 6685: 6680: 6675: 6670: 6667: 6662: 6658: 6650: 6646: 6641: 6637: 6634: 6629: 6625: 6621: 6618: 6615: 6612: 6609: 6606: 6601: 6597: 6593: 6590: 6574:and apply the 6563: 6560: 6555: 6551: 6528: 6524: 6483: 6480: 6477: 6474: 6471: 6468: 6465: 6461: 6458: 6446: 6445: 6432: 6428: 6423: 6419: 6415: 6412: 6409: 6406: 6403: 6400: 6395: 6391: 6387: 6384: 6378: 6375: 6370: 6366: 6362: 6358: 6355: 6314: 6311: 6308: 6305: 6302: 6299: 6296: 6292: 6289: 6277: 6276: 6265: 6261: 6256: 6252: 6248: 6244: 6241: 6238: 6233: 6229: 6225: 6221: 6218: 6212: 6208: 6201: 6198: 6192: 6189: 6184: 6180: 6176: 6172: 6169: 6165: 6162: 6159: 6154: 6150: 6146: 6143: 6140: 6137: 6134: 6131: 6126: 6122: 6118: 6115: 6090: 6086: 6065: 6037: 6034: 6019: 6012: 6009: 5983: 5977: 5974: 5973: 5970: 5967: 5966: 5963: 5960: 5959: 5957: 5952: 5947: 5940: 5936: 5933: 5930: 5927: 5924: 5921: 5918: 5915: 5910: 5906: 5902: 5899: 5896: 5893: 5889: 5885: 5882: 5879: 5876: 5872: 5868: 5865: 5861: 5857: 5854: 5851: 5848: 5845: 5844: 5841: 5838: 5835: 5832: 5829: 5826: 5825: 5822: 5819: 5816: 5813: 5810: 5807: 5806: 5804: 5799: 5794: 5787: 5782: 5778: 5774: 5770: 5766: 5762: 5758: 5754: 5749: 5745: 5741: 5736: 5732: 5727: 5723: 5720: 5717: 5714: 5710: 5706: 5702: 5698: 5697: 5693: 5689: 5685: 5681: 5678: 5675: 5671: 5667: 5663: 5659: 5658: 5654: 5650: 5646: 5642: 5639: 5636: 5631: 5627: 5623: 5622: 5620: 5615: 5610: 5603: 5599: 5595: 5591: 5590: 5586: 5582: 5578: 5574: 5573: 5568: 5564: 5560: 5559: 5557: 5552: 5547: 5540: 5537: 5511: 5504: 5501: 5475: 5468: 5465: 5439: 5433: 5430: 5429: 5426: 5423: 5422: 5419: 5416: 5415: 5413: 5408: 5403: 5396: 5392: 5389: 5386: 5383: 5380: 5377: 5374: 5371: 5368: 5365: 5362: 5357: 5353: 5349: 5346: 5343: 5340: 5336: 5332: 5329: 5326: 5323: 5319: 5315: 5312: 5308: 5304: 5301: 5298: 5295: 5292: 5291: 5288: 5285: 5282: 5279: 5276: 5273: 5270: 5269: 5266: 5263: 5260: 5257: 5254: 5251: 5248: 5247: 5245: 5240: 5235: 5228: 5223: 5219: 5215: 5211: 5207: 5203: 5199: 5195: 5190: 5186: 5182: 5177: 5173: 5168: 5164: 5161: 5158: 5155: 5151: 5147: 5143: 5139: 5138: 5134: 5130: 5126: 5122: 5119: 5116: 5112: 5108: 5104: 5100: 5099: 5095: 5091: 5087: 5083: 5080: 5077: 5072: 5068: 5064: 5063: 5061: 5056: 5051: 5044: 5040: 5036: 5032: 5031: 5027: 5023: 5019: 5015: 5014: 5009: 5005: 5001: 5000: 4998: 4993: 4988: 4981: 4978: 4952: 4945: 4942: 4915: 4912: 4908: 4905: 4902: 4898: 4895: 4889: 4885: 4881: 4878: 4875: 4871: 4867: 4864: 4861: 4858: 4854: 4850: 4847: 4844: 4840: 4837: 4833: 4829: 4824: 4821: 4817: 4813: 4810: 4806: 4803: 4800: 4797: 4793: 4789: 4761: 4758: 4755: 4752: 4750: 4747: 4744: 4741: 4736: 4732: 4728: 4724: 4721: 4717: 4713: 4709: 4705: 4701: 4699: 4696: 4693: 4690: 4687: 4682: 4678: 4674: 4670: 4667: 4663: 4659: 4655: 4651: 4647: 4645: 4642: 4639: 4636: 4631: 4627: 4623: 4620: 4617: 4612: 4608: 4604: 4602: 4599: 4596: 4591: 4587: 4583: 4581: 4577: 4573: 4570: 4567: 4564: 4561: 4557: 4553: 4550: 4547: 4544: 4540: 4537: 4531: 4527: 4523: 4519: 4516: 4512: 4509: 4506: 4502: 4499: 4495: 4493: 4479: 4476: 4433: 4430: 4427: 4416: 4415: 4412: 4411: 4405: 4402: 4398: 4397: 4391: 4388: 4384: 4383: 4377: 4374: 4370: 4369: 4363: 4360: 4356: 4355: 4352: 4349: 4345: 4344: 4341: 4338: 4334: 4333: 4330: 4327: 4307: 4284: 4281: 4278: 4262: 4259: 4246: 4226: 4223: 4218: 4214: 4210: 4207: 4204: 4201: 4198: 4176: 4172: 4168: 4165: 4162: 4159: 4156: 4136: 4133: 4128: 4124: 4112: 4111: 4108: 4107: 4104: 4101: 4098: 4095: 4092: 4089: 4085: 4084: 4081: 4078: 4075: 4072: 4069: 4066: 4062: 4061: 4058: 4055: 4052: 4049: 4046: 4043: 4039: 4038: 4035: 4032: 4029: 4026: 4023: 4020: 4016: 4015: 4002: 3999: 3996: 3992: 3981: 3970: 3967: 3957: 3946: 3936: 3925: 3920: 3916: 3912: 3907: 3903: 3899: 3896: 3886: 3873: 3869: 3858: 3845: 3841: 3830: 3819: 3801: 3800: 3785: 3782: 3779: 3776: 3773: 3770: 3767: 3764: 3761: 3756: 3752: 3748: 3745: 3742: 3739: 3734: 3730: 3726: 3723: 3721: 3717: 3713: 3709: 3708: 3705: 3702: 3699: 3696: 3693: 3690: 3687: 3684: 3681: 3678: 3673: 3669: 3665: 3662: 3659: 3656: 3651: 3647: 3643: 3640: 3638: 3634: 3630: 3626: 3625: 3622: 3619: 3616: 3613: 3610: 3607: 3604: 3601: 3598: 3595: 3590: 3586: 3582: 3579: 3576: 3573: 3568: 3564: 3560: 3557: 3555: 3551: 3547: 3543: 3542: 3517: 3513: 3490: 3486: 3463: 3459: 3447: 3446: 3435: 3432: 3429: 3426: 3423: 3420: 3417: 3414: 3409: 3405: 3401: 3398: 3393: 3389: 3385: 3382: 3379: 3376: 3371: 3367: 3343: 3323: 3303: 3292: 3291: 3280: 3277: 3274: 3271: 3268: 3265: 3262: 3257: 3253: 3249: 3246: 3243: 3240: 3217: 3191: 3188: 3183: 3180: 3157: 3137: 3117: 3114: 3111: 3108: 3105: 3094: 3093: 3082: 3079: 3076: 3073: 3070: 3067: 3064: 3061: 3058: 3055: 3050: 3046: 3042: 3037: 3033: 3029: 3026: 3003: 3000: 2997: 2994: 2991: 2988: 2985: 2982: 2973:is defined by 2962: 2942: 2937: 2933: 2929: 2924: 2920: 2916: 2913: 2902: 2901: 2890: 2887: 2882: 2878: 2874: 2869: 2865: 2861: 2858: 2855: 2852: 2847: 2843: 2839: 2834: 2831: 2828: 2824: 2797: 2794: 2791: 2771: 2766: 2762: 2758: 2755: 2731: 2728: 2725: 2722: 2719: 2716: 2713: 2710: 2707: 2703: 2700: 2683: 2673: 2660: 2657: 2654: 2651: 2640: 2639: 2628: 2625: 2622: 2619: 2616: 2613: 2610: 2606: 2603: 2600: 2596: 2593: 2577: 2574: 2570: 2569: 2556: 2549: 2543: 2540: 2537: 2532: 2528: 2524: 2521: 2518: 2514: 2510: 2506: 2502: 2497: 2493: 2489: 2484: 2480: 2475: 2471: 2468: 2465: 2462: 2457: 2454: 2451: 2446: 2442: 2438: 2437: 2432: 2429: 2426: 2421: 2417: 2413: 2410: 2407: 2402: 2399: 2396: 2393: 2390: 2385: 2381: 2377: 2376: 2373: 2370: 2369: 2365: 2361: 2357: 2353: 2350: 2347: 2343: 2339: 2335: 2331: 2330: 2326: 2322: 2318: 2314: 2311: 2308: 2303: 2299: 2295: 2294: 2292: 2287: 2282: 2274: 2271: 2268: 2263: 2260: 2257: 2253: 2249: 2248: 2243: 2240: 2237: 2234: 2231: 2226: 2223: 2220: 2216: 2212: 2211: 2208: 2205: 2204: 2200: 2196: 2193: 2190: 2186: 2182: 2181: 2176: 2173: 2170: 2166: 2162: 2161: 2159: 2154: 2149: 2146: 2143: 2136: 2133: 2104: 2101: 2098: 2093: 2089: 2085: 2082: 2079: 2075: 2071: 2067: 2063: 2058: 2054: 2031: 2027: 2006: 1995: 1994: 1983: 1979: 1975: 1972: 1969: 1964: 1961: 1958: 1954: 1950: 1947: 1944: 1941: 1938: 1935: 1931: 1928: 1924: 1921: 1918: 1915: 1912: 1909: 1906: 1902: 1898: 1895: 1892: 1889: 1886: 1881: 1878: 1875: 1872: 1869: 1865: 1841: 1821: 1809: 1806: 1793: 1790: 1787: 1765: 1761: 1738: 1735: 1732: 1728: 1703: 1698: 1694: 1690: 1687: 1684: 1679: 1675: 1652: 1648: 1625: 1621: 1609: 1608: 1597: 1594: 1589: 1585: 1581: 1576: 1572: 1568: 1565: 1562: 1559: 1554: 1550: 1546: 1541: 1538: 1535: 1531: 1505: 1501: 1478: 1474: 1451: 1448: 1445: 1441: 1420: 1417: 1412: 1408: 1404: 1399: 1396: 1393: 1389: 1368: 1365: 1362: 1357: 1353: 1349: 1344: 1340: 1319: 1299: 1294: 1290: 1286: 1283: 1280: 1275: 1271: 1248: 1243: 1240: 1237: 1234: 1231: 1228: 1223: 1218: 1215: 1212: 1209: 1206: 1202: 1199: 1178: 1158: 1138: 1118: 1113: 1109: 1105: 1102: 1080: 1076: 1063: 1060: 1047: 1042: 1038: 1032: 1028: 1022: 1018: 1012: 1008: 981: 977: 954: 950: 927: 923: 902: 897: 893: 867: 863: 842: 837: 833: 808: 805: 803: 800: 782:Leonhard Euler 736: 735: 733: 732: 725: 718: 710: 707: 706: 702: 701: 696: 691: 686: 684:Ernst Lindelöf 681: 676: 671: 666: 661: 656: 654:Joseph Fourier 651: 646: 641: 639:Leonhard Euler 636: 631: 626: 620: 619: 616: 615: 612: 611: 607: 606: 603: 602: 597: 592: 585: 584: 579: 574: 569: 564: 559: 558: 557: 547: 542: 541: 540: 533:Finite element 530: 526:Crank–Nicolson 517: 512: 506: 501: 497: 496: 493: 492: 489: 488: 484: 483: 478: 473: 465: 460: 447: 445:Phase portrait 442: 437: 436: 435: 433:Cauchy problem 430: 425: 420: 410: 404: 403: 401:General topics 400: 399: 396: 395: 392: 391: 386: 381: 376: 370: 367: 366: 363: 362: 358: 357: 353: 352: 347: 346: 345: 334: 333: 332: 323: 320: 319: 316: 315: 310: 309: 308: 307: 300: 299: 294: 288: 285: 284: 280: 279: 277: 276: 274:Nonhomogeneous 267: 262: 259: 253: 252: 251: 243: 242: 238: 237: 235: 234: 229: 224: 219: 214: 209: 204: 198: 193: 190: 189: 186: 185: 184:Classification 181: 180: 171: 170: 169: 168: 163: 155: 154: 148: 147: 146: 145: 140: 135: 127: 126: 120: 119: 118: 117: 112: 106: 101: 96: 88: 87: 85: 84: 79: 73: 68: 65: 64: 61: 60: 56: 55: 32:Euler calculus 26: 9: 6: 4: 3: 2: 12302: 12291: 12288: 12286: 12283: 12281: 12278: 12276: 12273: 12272: 12270: 12255: 12254: 12245: 12244: 12241: 12235: 12232: 12230: 12227: 12225: 12222: 12220: 12219:Euler numbers 12217: 12215: 12212: 12210: 12207: 12205: 12202: 12200: 12197: 12195: 12192: 12190: 12187: 12185: 12182: 12180: 12177: 12175: 12172: 12170: 12167: 12165: 12162: 12160: 12157: 12155: 12152: 12150: 12147: 12145: 12142: 12140: 12137: 12135: 12132: 12130: 12127: 12125: 12122: 12120: 12117: 12116: 12113: 12109: 12102: 12097: 12095: 12090: 12088: 12083: 12082: 12079: 12067: 12064: 12063: 12061: 12057: 12051: 12048: 12046: 12043: 12041: 12038: 12036: 12033: 12031: 12028: 12026: 12023: 12021: 12018: 12016: 12013: 12012: 12010: 12008: 12004: 11998: 11995: 11993: 11990: 11988: 11987:Heun's method 11985: 11983: 11980: 11978: 11975: 11973: 11970: 11968: 11965: 11963: 11960: 11959: 11957: 11955: 11951: 11945: 11942: 11940: 11937: 11935: 11932: 11930: 11927: 11926: 11924: 11922: 11918: 11914: 11907: 11902: 11900: 11895: 11893: 11888: 11887: 11884: 11876: 11872: 11871: 11866: 11862: 11860: 11856: 11853: 11850: 11845: 11841: 11840: 11830: 11826: 11822: 11816: 11812: 11808: 11804: 11800: 11795: 11781: 11780: 11774: 11770: 11764: 11760: 11756: 11751: 11747: 11741: 11737: 11733: 11732: 11727: 11723: 11719: 11713: 11709: 11705: 11700: 11696: 11690: 11686: 11682: 11678: 11674: 11670: 11664: 11660: 11656: 11655: 11650: 11645: 11641: 11635: 11631: 11627: 11622: 11621: 11602: 11598: 11591: 11583: 11579: 11575: 11569: 11565: 11561: 11557: 11550: 11543: 11538: 11531: 11526: 11519: 11515: 11510: 11503: 11498: 11491: 11486: 11479: 11475: 11474:Atkinson 1989 11470: 11463: 11458: 11452:, p. 344 11451: 11450:Atkinson 1989 11446: 11440:, p. 474 11439: 11434: 11428:, p. 342 11427: 11426:Atkinson 1989 11422: 11415: 11410: 11404:, p. 343 11403: 11402:Atkinson 1989 11398: 11392:, p. 342 11391: 11390:Atkinson 1989 11386: 11379: 11375: 11374:Atkinson 1989 11370: 11363: 11358: 11352:, p. 344 11351: 11350:Atkinson 1989 11345: 11338: 11335:, p. 3; 11334: 11329: 11322: 11318: 11313: 11306: 11302: 11301:Atkinson 1989 11297: 11290: 11286: 11281: 11277: 11268: 11265: 11262: 11259: 11257: 11254: 11252: 11249: 11246: 11243: 11241: 11238: 11237: 11231: 11229: 11225: 11221: 11220: 11209: 11207: 11188: 11180: 11177: 11174: 11170: 11166: 11161: 11158: 11155: 11151: 11144: 11141: 11135: 11132: 11126: 11118: 11114: 11110: 11105: 11101: 11094: 11091: 11085: 11082: 11076: 11071: 11067: 11063: 11058: 11055: 11052: 11048: 11040: 11039: 11038: 11035: 11033: 11012: 11003: 10999: 10995: 10990: 10986: 10979: 10976: 10970: 10967: 10961: 10956: 10952: 10948: 10945: 10939: 10936: 10930: 10925: 10921: 10916: 10912: 10909: 10906: 10901: 10897: 10893: 10888: 10885: 10882: 10878: 10870: 10869: 10868: 10866: 10861: 10859: 10855: 10850: 10834: 10831: 10828: 10824: 10815: 10799: 10776: 10768: 10765: 10762: 10758: 10754: 10749: 10746: 10743: 10739: 10732: 10729: 10726: 10721: 10717: 10713: 10708: 10705: 10702: 10698: 10690: 10689: 10688: 10686: 10682: 10672: 10670: 10651: 10647: 10637: 10621: 10599: 10595: 10591: 10583: 10567: 10553: 10539: 10530: 10516: 10513: 10510: 10507: 10504: 10484: 10481: 10478: 10458: 10455: 10452: 10449: 10441: 10422: 10412: 10409: 10401: 10398: 10395: 10373: 10370: 10356: 10355: 10354: 10340: 10337: 10317: 10314: 10311: 10307: 10304: 10290: 10286: 10272: 10269: 10266: 10246: 10243: 10240: 10214: 10192: 10189: 10186: 10182: 10178: 10172: 10166: 10143: 10140: 10134: 10128: 10124: 10121: 10118: 10115: 10112: 10108: 10105: 10097: 10096: 10095: 10093: 10089: 10069: 10066: 10063: 10043: 10040: 10037: 10017: 10014: 10011: 10008: 10004: 10001: 9991: 9982: 9968: 9965: 9962: 9959: 9956: 9945:Notice that t 9932: 9929: 9925: 9921: 9918: 9910: 9907: 9904: 9898: 9894: 9889: 9882: 9879: 9876: 9871: 9868: 9865: 9859: 9855: 9851: 9848: 9838: 9834: 9830: 9825: 9821: 9814: 9810: 9805: 9798: 9795: 9790: 9787: 9781: 9768: 9754: 9751: 9747: 9733: 9725: 9722: 9719: 9716: 9709: 9698: 9692: 9689: 9686: 9683: 9680: 9672: 9668: 9649: 9646: 9643: 9639: 9634: 9631: 9616: 9612: 9608: 9602: 9598: 9586: 9580: 9577: 9574: 9571: 9568: 9560: 9535: 9529: 9514: 9510: 9506: 9500: 9496: 9473: 9470: 9451: 9448: 9430: 9427: 9424: 9420: 9415: 9398: 9395: 9392: 9389: 9386: 9378: 9354: 9351: 9348: 9344: 9339: 9336: 9330: 9327: 9321: 9304: 9301: 9298: 9295: 9292: 9284: 9266: 9263: 9260: 9254: 9237: 9234: 9231: 9228: 9225: 9217: 9193: 9185: 9182: 9179: 9173: 9170: 9157: 9154: 9150: 9131: 9128: 9125: 9122: 9119: 9111: 9086: 9083: 9080: 9074: 9061: 9058: 9054: 9032: 9029: 9009: 9006: 9003: 9000: 8997: 8977: 8957: 8934: 8931: 8928: 8924: 8919: 8916: 8913: 8910: 8888: 8880: 8877: 8874: 8868: 8865: 8862: 8858: 8855: 8840: 8826: 8816: 8802: 8779: 8773: 8731: 8725: 8710: 8706: 8702: 8696: 8692: 8669: 8666: 8646: 8604: 8601: 8598: 8592: 8579: 8576: 8572: 8550: 8547: 8524: 8521: 8518: 8512: 8509: 8503: 8496: 8493: 8472: 8452: 8432: 8412: 8388: 8384: 8381: 8371: 8367: 8363: 8358: 8354: 8347: 8343: 8338: 8331: 8328: 8323: 8320: 8314: 8304: 8300: 8296: 8288: 8284: 8277: 8265: 8264: 8263: 8242: 8238: 8234: 8226: 8222: 8215: 8202: 8186: 8166: 8157: 8143: 8121: 8117: 8094: 8091: 8067: 8061: 8057: 8053: 8048: 8044: 8018: 8014: 8005: 7981: 7966: 7962: 7955: 7952: 7947: 7943: 7932: 7916: 7912: 7905: 7902: 7897: 7893: 7879: 7871: 7862: 7847: 7843: 7836: 7833: 7828: 7824: 7810: 7802: 7793: 7785: 7781: 7773: 7770: 7762: 7761: 7760: 7743: 7740: 7737: 7731: 7728: 7724: 7721: 7700: 7677: 7671: 7664: 7661: 7655: 7651: 7644: 7641: 7635: 7630: 7626: 7622: 7616: 7613: 7608: 7604: 7597: 7594: 7576: 7575: 7574: 7557: 7554: 7549: 7545: 7541: 7536: 7532: 7525: 7522: 7502: 7494: 7489: 7487: 7483: 7465: 7461: 7440: 7431: 7417: 7394: 7390: 7385: 7381: 7377: 7373: 7370: 7362: 7358: 7350: 7347: 7341: 7337: 7330: 7327: 7321: 7316: 7312: 7308: 7302: 7299: 7294: 7290: 7283: 7280: 7262: 7261: 7260: 7243: 7239: 7234: 7230: 7226: 7222: 7219: 7211: 7207: 7199: 7196: 7190: 7186: 7179: 7176: 7170: 7162: 7158: 7150: 7147: 7143: 7140: 7132: 7128: 7121: 7118: 7112: 7109: 7104: 7100: 7093: 7086: 7085: 7084: 7082: 7081: 7061: 7053: 7049: 7045: 7040: 7036: 7029: 7026: 7023: 7018: 7014: 7010: 7005: 7001: 6993: 6992: 6991: 6977: 6974: 6969: 6965: 6961: 6956: 6952: 6929: 6925: 6916: 6906: 6904: 6898: 6881: 6866: 6862: 6855: 6852: 6847: 6843: 6832: 6829: 6826: 6823: 6804: 6798: 6795: 6792: 6782: 6777: 6774: 6769: 6765: 6757: 6753: 6748: 6740: 6739: 6738: 6736: 6717: 6714: 6695: 6689: 6686: 6683: 6673: 6668: 6665: 6660: 6656: 6648: 6644: 6639: 6635: 6627: 6623: 6616: 6613: 6607: 6604: 6599: 6595: 6588: 6581: 6580: 6579: 6577: 6561: 6558: 6553: 6549: 6526: 6522: 6513: 6509: 6506: 6504: 6500: 6495: 6478: 6475: 6472: 6466: 6463: 6459: 6456: 6430: 6421: 6417: 6410: 6407: 6401: 6398: 6393: 6389: 6382: 6376: 6368: 6364: 6356: 6353: 6345: 6344: 6343: 6341: 6337: 6333: 6331: 6326: 6309: 6306: 6303: 6297: 6294: 6290: 6287: 6263: 6259: 6254: 6250: 6246: 6242: 6239: 6231: 6227: 6219: 6216: 6210: 6206: 6199: 6196: 6190: 6182: 6178: 6170: 6167: 6163: 6160: 6152: 6148: 6141: 6138: 6132: 6129: 6124: 6120: 6113: 6106: 6105: 6104: 6088: 6084: 6063: 6055: 6051: 6047: 6045: 6041: 6033: 6017: 6007: 5981: 5975: 5968: 5961: 5955: 5950: 5945: 5938: 5934: 5931: 5928: 5925: 5922: 5919: 5916: 5913: 5908: 5904: 5900: 5897: 5894: 5887: 5883: 5880: 5874: 5870: 5866: 5863: 5859: 5855: 5852: 5849: 5846: 5839: 5836: 5833: 5830: 5827: 5820: 5817: 5814: 5811: 5808: 5802: 5797: 5792: 5785: 5780: 5776: 5772: 5768: 5764: 5760: 5756: 5752: 5747: 5743: 5739: 5734: 5730: 5725: 5721: 5718: 5715: 5712: 5708: 5704: 5700: 5691: 5687: 5683: 5679: 5676: 5673: 5669: 5665: 5661: 5652: 5648: 5644: 5640: 5637: 5634: 5629: 5625: 5618: 5613: 5608: 5601: 5597: 5593: 5584: 5580: 5576: 5566: 5562: 5555: 5550: 5545: 5535: 5509: 5499: 5473: 5463: 5437: 5431: 5424: 5417: 5411: 5406: 5401: 5394: 5390: 5387: 5384: 5381: 5378: 5375: 5369: 5366: 5360: 5355: 5351: 5347: 5344: 5341: 5334: 5330: 5327: 5321: 5317: 5313: 5310: 5306: 5302: 5299: 5296: 5293: 5286: 5283: 5280: 5277: 5274: 5271: 5264: 5261: 5258: 5255: 5252: 5249: 5243: 5238: 5233: 5226: 5221: 5217: 5213: 5209: 5205: 5201: 5197: 5193: 5188: 5184: 5180: 5175: 5171: 5166: 5162: 5159: 5156: 5153: 5149: 5145: 5141: 5132: 5128: 5124: 5120: 5117: 5114: 5110: 5106: 5102: 5093: 5089: 5085: 5081: 5078: 5075: 5070: 5066: 5059: 5054: 5049: 5042: 5038: 5034: 5025: 5021: 5017: 5007: 5003: 4996: 4991: 4986: 4976: 4950: 4940: 4927: 4913: 4910: 4906: 4903: 4900: 4896: 4893: 4887: 4883: 4879: 4876: 4869: 4865: 4862: 4856: 4852: 4848: 4845: 4842: 4838: 4835: 4831: 4827: 4822: 4819: 4815: 4811: 4808: 4804: 4801: 4798: 4795: 4791: 4787: 4779: 4776: 4759: 4756: 4753: 4745: 4742: 4734: 4730: 4722: 4719: 4715: 4711: 4707: 4703: 4694: 4691: 4688: 4680: 4676: 4668: 4665: 4661: 4657: 4653: 4649: 4640: 4637: 4629: 4625: 4618: 4615: 4610: 4606: 4597: 4594: 4589: 4585: 4575: 4571: 4568: 4565: 4562: 4555: 4551: 4548: 4542: 4538: 4535: 4529: 4525: 4521: 4517: 4514: 4510: 4507: 4504: 4500: 4497: 4483: 4475: 4473: 4469: 4463: 4461: 4457: 4452: 4450: 4449: 4431: 4428: 4425: 4406: 4403: 4400: 4399: 4392: 4389: 4386: 4385: 4378: 4375: 4372: 4371: 4364: 4361: 4358: 4357: 4353: 4350: 4347: 4346: 4342: 4339: 4336: 4335: 4331: 4328: 4325: 4324: 4321: 4320: 4319: 4305: 4282: 4279: 4276: 4267: 4258: 4244: 4224: 4221: 4216: 4212: 4208: 4202: 4196: 4174: 4170: 4166: 4160: 4154: 4134: 4131: 4126: 4122: 4105: 4102: 4099: 4096: 4093: 4090: 4087: 4086: 4082: 4079: 4076: 4073: 4070: 4067: 4064: 4063: 4059: 4056: 4053: 4050: 4047: 4044: 4041: 4040: 4036: 4033: 4030: 4027: 4024: 4021: 4018: 4017: 4000: 3997: 3994: 3990: 3982: 3968: 3958: 3944: 3937: 3918: 3914: 3910: 3905: 3901: 3894: 3887: 3871: 3867: 3859: 3843: 3839: 3831: 3817: 3810: 3809: 3806: 3805: 3804: 3783: 3780: 3777: 3774: 3771: 3768: 3765: 3762: 3754: 3750: 3743: 3740: 3737: 3732: 3728: 3724: 3722: 3715: 3711: 3703: 3700: 3697: 3694: 3691: 3688: 3685: 3682: 3679: 3671: 3667: 3660: 3657: 3654: 3649: 3645: 3641: 3639: 3632: 3628: 3620: 3617: 3614: 3611: 3608: 3605: 3602: 3599: 3596: 3588: 3584: 3577: 3574: 3571: 3566: 3562: 3558: 3556: 3549: 3545: 3533: 3532: 3531: 3515: 3511: 3488: 3484: 3461: 3457: 3433: 3430: 3427: 3424: 3421: 3418: 3415: 3412: 3407: 3403: 3399: 3391: 3387: 3380: 3377: 3374: 3369: 3365: 3357: 3356: 3355: 3341: 3321: 3301: 3278: 3275: 3272: 3269: 3266: 3263: 3255: 3251: 3244: 3241: 3238: 3231: 3230: 3229: 3215: 3206: 3189: 3181: 3155: 3135: 3112: 3109: 3106: 3080: 3077: 3071: 3068: 3065: 3059: 3056: 3048: 3044: 3040: 3035: 3031: 3024: 3017: 3016: 3015: 3001: 2998: 2992: 2989: 2986: 2980: 2960: 2935: 2931: 2927: 2922: 2918: 2911: 2888: 2880: 2876: 2872: 2867: 2863: 2856: 2853: 2850: 2845: 2841: 2837: 2832: 2829: 2826: 2822: 2814: 2813: 2812: 2795: 2792: 2789: 2769: 2764: 2760: 2756: 2753: 2745: 2729: 2726: 2720: 2714: 2711: 2708: 2705: 2701: 2698: 2688: 2679: 2672: 2655: 2649: 2626: 2623: 2620: 2614: 2608: 2604: 2601: 2598: 2594: 2591: 2583: 2582: 2581: 2573: 2554: 2547: 2538: 2530: 2526: 2522: 2519: 2516: 2512: 2508: 2504: 2500: 2495: 2491: 2487: 2482: 2478: 2473: 2469: 2466: 2463: 2460: 2452: 2444: 2440: 2427: 2419: 2415: 2411: 2408: 2405: 2397: 2394: 2391: 2383: 2379: 2371: 2363: 2359: 2355: 2351: 2348: 2345: 2341: 2337: 2333: 2324: 2320: 2316: 2312: 2309: 2306: 2301: 2297: 2290: 2285: 2280: 2269: 2261: 2258: 2255: 2251: 2238: 2235: 2232: 2224: 2221: 2218: 2214: 2206: 2198: 2194: 2191: 2188: 2184: 2174: 2171: 2168: 2164: 2157: 2152: 2147: 2144: 2141: 2131: 2120: 2119: 2118: 2099: 2091: 2087: 2083: 2080: 2077: 2073: 2069: 2065: 2061: 2056: 2052: 2029: 2025: 2004: 1981: 1977: 1970: 1959: 1952: 1948: 1945: 1942: 1936: 1929: 1926: 1922: 1916: 1910: 1907: 1904: 1900: 1896: 1893: 1887: 1876: 1873: 1870: 1863: 1855: 1854: 1853: 1839: 1819: 1805: 1791: 1788: 1785: 1763: 1759: 1736: 1733: 1730: 1726: 1717: 1696: 1692: 1685: 1682: 1677: 1673: 1650: 1646: 1623: 1619: 1611:The value of 1595: 1587: 1583: 1579: 1574: 1570: 1563: 1560: 1557: 1552: 1548: 1544: 1539: 1536: 1533: 1529: 1521: 1520: 1519: 1503: 1499: 1476: 1472: 1449: 1446: 1443: 1439: 1418: 1415: 1410: 1406: 1402: 1397: 1394: 1391: 1387: 1366: 1363: 1360: 1355: 1351: 1347: 1342: 1338: 1317: 1292: 1288: 1281: 1278: 1273: 1269: 1238: 1232: 1229: 1226: 1216: 1213: 1207: 1200: 1197: 1176: 1156: 1136: 1111: 1107: 1100: 1078: 1074: 1059: 1045: 1040: 1036: 1030: 1026: 1020: 1016: 1010: 1006: 997: 979: 975: 952: 948: 925: 921: 900: 895: 891: 881: 865: 861: 840: 835: 831: 821: 819: 815: 799: 797: 791: 789: 788: 783: 779: 775: 771: 767: 766:initial value 763: 759: 755: 751: 747: 743: 731: 726: 724: 719: 717: 712: 711: 709: 708: 700: 697: 695: 692: 690: 687: 685: 682: 680: 677: 675: 672: 670: 667: 665: 662: 660: 657: 655: 652: 650: 647: 645: 642: 640: 637: 635: 632: 630: 627: 625: 622: 621: 614: 613: 609: 608: 601: 598: 596: 593: 591: 588: 587: 583: 580: 578: 575: 573: 570: 568: 565: 563: 560: 556: 553: 552: 551: 548: 546: 545:Finite volume 543: 539: 536: 535: 534: 531: 527: 521: 518: 516: 513: 511: 507: 505: 502: 499: 498: 491: 490: 482: 479: 477: 474: 470: 466: 464: 461: 459: 455: 451: 448: 446: 443: 441: 438: 434: 431: 429: 426: 424: 421: 419: 416: 415: 414: 411: 409: 406: 405: 398: 397: 390: 387: 385: 382: 380: 377: 375: 372: 371: 365: 364: 360: 359: 351: 348: 344: 341: 340: 339: 336: 335: 331: 325: 324: 318: 317: 306: 303: 302: 298: 295: 293: 290: 289: 287: 286: 282: 281: 275: 271: 268: 266: 263: 260: 258: 255: 254: 250: 247: 246: 245: 244: 240: 239: 233: 230: 228: 225: 223: 220: 218: 215: 213: 210: 208: 205: 203: 200: 199: 197: 196: 188: 187: 183: 182: 177: 167: 164: 162: 159: 158: 157: 156: 153: 150: 149: 144: 141: 139: 136: 134: 131: 130: 129: 128: 125: 122: 121: 116: 113: 111: 107: 105: 102: 100: 97: 95: 92: 91: 90: 89: 83: 80: 78: 75: 74: 72: 71: 63: 62: 58: 57: 54: 51: 50: 43: 37: 33: 19: 12251: 12214:Euler method 12213: 11929:Euler method 11928: 11868: 11859:Rosetta Code 11849:Euler method 11798: 11787:, retrieved 11778: 11754: 11730: 11703: 11683:. New York: 11680: 11653: 11625: 11604:. Retrieved 11600: 11590: 11555: 11549: 11542:Butcher 2003 11537: 11530:Butcher 2003 11525: 11520:, p. 57 11518:Iserles 1996 11514:Butcher 2003 11509: 11504:, p. 63 11502:Butcher 2003 11497: 11490:Iserles 1996 11485: 11469: 11464:, p. 49 11462:Butcher 2003 11457: 11445: 11433: 11421: 11416:, p. 60 11414:Butcher 2003 11409: 11397: 11385: 11380:, p. 36 11369: 11364:, p. 40 11357: 11344: 11333:Butcher 2003 11328: 11323:, p. 36 11317:Butcher 2003 11312: 11307:, p. 60 11305:Butcher 2003 11296: 11291:, p. 35 11285:Butcher 2003 11280: 11217: 11216:In the film 11215: 11203: 11036: 11029: 10862: 10851: 10791: 10678: 10559: 10531: 10439: 10437: 10295: 10158: 10085: 9769: 8846: 8817: 8540:, the value 8404: 8158: 8001: 7692: 7490: 7432: 7409: 7258: 7079: 7076: 6912: 6899: 6896: 6732: 6511: 6510: 6507: 6496: 6447: 6335: 6334: 6327: 6278: 6049: 6048: 6043: 6042: 6039: 4928: 4780: 4777: 4484: 4481: 4464: 4459: 4453: 4447: 4417: 4297: 4113: 3802: 3448: 3293: 3207: 3095: 2903: 2810: 2677: 2641: 2579: 2571: 1996: 1811: 1610: 1065: 882: 822: 818:tangent line 810: 792: 785: 753: 750:Euler method 749: 739: 689:Émile Picard 674:Martin Kutta 664:George Green 624:Isaac Newton 509: 456: / 452: / 272: / 138:Chaos theory 11789:29 February 11606:12 February 11492:, p. 7 11478:Lakoba 2012 11339:, p. 2 9778:error bound 8639:(such that 1997:as well as 1852:defined as 1189:denoted as 742:mathematics 582:Runge–Kutta 327:Difference 270:Homogeneous 82:Engineering 12269:Categories 11618:References 11228:John Glenn 8815:variable. 7573:such that 7080:Derivation 6036:Derivation 3014:. We have 699:John Crank 500:Inspection 454:Asymptotic 338:Stochastic 257:Autonomous 232:Non-linear 222:Fractional 12234:Namesakes 11875:EMS Press 11803:IEEE CSPA 11348:See also 11178:− 11159:− 11127:− 10648:ε 10622:ε 10592:ε 10514:− 10456:− 10410:≤ 10374:∈ 10221:∞ 10218:→ 10187:− 10116:− 10012:− 9966:≤ 9960:≤ 9919:− 9908:− 9880:⋅ 9869:⋅ 9849:− 9831:− 9717:− 9690:≤ 9684:≤ 9647:− 9578:≤ 9572:≤ 9428:− 9416:− 9396:≤ 9390:≤ 9352:− 9331:− 9302:≤ 9296:≤ 9264:− 9235:≤ 9229:≤ 9183:− 9129:≤ 9123:≤ 9007:≤ 9001:≤ 8990:for when 8932:− 8878:− 8382:− 8364:− 8315:≤ 8297:− 8235:− 8054:− 7877:∂ 7869:∂ 7808:∂ 7800:∂ 7672:ξ 7623:− 7526:∈ 7523:ξ 7309:− 6827:≈ 6749:∫ 6640:∫ 6614:− 6408:− 6377:≈ 6032:desired. 6011:→ 5932:⋅ 5926:⋅ 5920:− 5914:⋅ 5895:⋅ 5884:⁡ 5867:⁡ 5856:⋅ 5837:⋅ 5818:⋅ 5719:⋅ 5680:⋅ 5641:⋅ 5539:→ 5503:→ 5467:→ 5388:⋅ 5382:⋅ 5376:− 5367:− 5361:⋅ 5342:⋅ 5331:⁡ 5314:⁡ 5303:⋅ 5284:⋅ 5272:− 5262:− 5259:⋅ 5160:⋅ 5121:⋅ 5082:⋅ 4980:→ 4944:→ 4901:− 4866:⁡ 4849:⁡ 4692:− 4572:⁡ 4552:⁡ 4543:− 4522:− 4326:step size 4222:≈ 3966:Δ 3775:⋅ 3692:⋅ 3609:⋅ 3425:⋅ 3270:⋅ 3242:⋅ 3187:Δ 3179:Δ 2520:… 2467:⋅ 2412:⋅ 2395:− 2372:⋮ 2352:⋅ 2313:⋅ 2236:− 2207:⋮ 2135:→ 2081:… 1946:… 1789:≤ 1683:≈ 1046:… 758:numerical 440:Wronskian 418:Dirichlet 161:Economics 104:Chemistry 94:Astronomy 12253:Category 11829:13082456 11728:(1996). 11679:(2003). 11651:(1998). 11582:13082456 11234:See also 10560:In step 10471:, so if 10308:′ 10109:′ 10088:unstable 10005:′ 8859:′ 8497:′ 7774:″ 7725:′ 7665:″ 7351:″ 7200:″ 7151:′ 6578:to get: 6501:and the 6460:′ 6357:′ 6291:′ 6220:″ 6171:′ 5781:″ 5765:′ 5709:″ 5692:″ 5670:′ 5653:′ 5602:″ 5585:′ 5222:″ 5206:′ 5150:″ 5133:″ 5111:′ 5094:′ 5043:″ 5026:′ 4914:″ 4897:′ 4839:‴ 4823:″ 4812:′ 4723:″ 4712:″ 4669:′ 4658:′ 4539:′ 4518:″ 4501:‴ 4466:such as 2702:′ 2595:′ 2513:′ 2364:″ 2342:′ 2325:′ 2199:′ 2074:′ 1930:′ 1716:explicit 1665:, i.e., 1201:′ 550:Galerkin 450:Lyapunov 361:Solution 305:Notation 297:Operator 283:Features 202:Ordinary 12045:Yoshida 11877:, 2001 10856:or the 10683:is the 10634:is the 9933:0.42957 8843:Example 7083:above: 6076:around 816:of the 423:Neumann 207:Partial 115:Geology 110:Biology 99:Physics 12059:Theory 11827:  11817:  11765:  11742:  11714:  11691:  11665:  11636:  11580:  11570:  10614:where 8405:where 4460:square 4401:0.0125 4354:19.07 4343:38.60 4332:error 4225:54.598 2044:, and 794:e.g., 748:, the 610:People 522:  469:Series 227:Linear 66:Fields 11825:S2CID 11783:(PDF) 11578:S2CID 11273:Notes 10681:above 10497:then 7759:that 7495:. If 5976:0.817 4410:1.34 4404:53.26 4396:2.62 4390:51.98 4387:0.025 4382:5.04 4376:49.56 4368:9.34 4362:45.26 4351:35.53 4340:16.00 4283:0.25. 4189:, so 3168:, or 1464:from 814:slope 510:Euler 428:Robin 350:Delay 292:Order 265:Exact 191:Types 59:Scope 11815:ISBN 11791:2012 11763:ISBN 11740:ISBN 11712:ISBN 11689:ISBN 11663:ISBN 11634:ISBN 11608:2017 11568:ISBN 8970:and 8002:The 7484:and 6913:The 5962:1.75 4373:0.05 4348:0.25 3503:and 2796:1.0. 1778:for 1491:and 1169:and 1093:and 772:for 744:and 617:List 11857:by 11807:doi 11560:doi 10517:2.3 10459:2.3 10273:0.7 10190:2.3 10119:2.3 10070:0.7 10015:2.3 9905:2.5 9866:0.5 9677:max 9565:max 9478:max 9383:max 9289:max 9222:max 9116:max 9037:max 8674:max 8555:max 8199:is 6541:to 6512:(4) 6336:(3) 6050:(2) 6044:(1) 5969:2.5 5929:0.5 5917:0.5 5905:0.5 5898:1.5 5888:0.5 5881:cos 5871:0.5 5864:sin 5853:0.5 5834:0.5 5828:0.5 5821:0.5 5815:0.5 5809:1.5 5425:0.5 5418:1.5 5328:cos 5311:sin 5300:0.5 5281:0.5 5256:0.5 4863:cos 4846:sin 4760:0.5 4569:sin 4549:cos 4470:or 4359:0.1 4106:16 3784:16. 2680:= 1 740:In 12271:: 11873:, 11867:, 11823:. 11813:. 11801:. 11761:. 11738:. 11734:. 11710:. 11687:. 11661:. 11632:. 11599:. 11576:. 11566:. 11222:, 11034:. 10860:. 10687:: 10144:1. 9981:. 9022:. 8156:. 6905:. 6505:. 6332:. 6103:: 4135:16 4083:8 4060:4 4037:2 3530:. 3476:, 3434:2. 3279:1. 3205:. 3081:1. 2730:1. 2671:. 2017:, 1804:. 1518:: 798:. 12100:e 12093:t 12086:v 11905:e 11898:t 11891:v 11831:. 11809:: 11771:. 11748:. 11720:. 11697:. 11671:. 11642:. 11610:. 11584:. 11562:: 11189:. 11186:) 11181:1 11175:n 11171:y 11167:, 11162:1 11156:n 11152:t 11148:( 11145:f 11142:h 11136:2 11133:1 11124:) 11119:n 11115:y 11111:, 11106:n 11102:t 11098:( 11095:f 11092:h 11086:2 11083:3 11077:+ 11072:n 11068:y 11064:= 11059:1 11056:+ 11053:n 11049:y 11026:. 11013:) 11009:) 11004:n 11000:y 10996:, 10991:n 10987:t 10983:( 10980:f 10977:h 10971:2 10968:1 10962:+ 10957:n 10953:y 10949:, 10946:h 10940:2 10937:1 10931:+ 10926:n 10922:t 10917:( 10913:f 10910:h 10907:+ 10902:n 10898:y 10894:= 10889:1 10886:+ 10883:n 10879:y 10835:1 10832:+ 10829:n 10825:y 10800:f 10777:. 10774:) 10769:1 10766:+ 10763:n 10759:y 10755:, 10750:1 10747:+ 10744:n 10740:t 10736:( 10733:f 10730:h 10727:+ 10722:n 10718:y 10714:= 10709:1 10706:+ 10703:n 10699:y 10652:h 10600:n 10596:y 10568:n 10540:h 10511:= 10508:k 10505:h 10485:1 10482:= 10479:h 10453:= 10450:k 10423:, 10418:} 10413:1 10406:| 10402:1 10399:+ 10396:z 10392:| 10385:| 10378:C 10371:z 10366:{ 10341:k 10338:h 10318:y 10315:k 10312:= 10305:y 10270:= 10267:h 10247:1 10244:= 10241:h 10215:t 10193:t 10183:e 10179:= 10176:) 10173:t 10170:( 10167:y 10141:= 10138:) 10135:0 10132:( 10129:y 10125:, 10122:y 10113:= 10106:y 10067:= 10064:h 10044:1 10041:= 10038:h 10018:y 10009:= 10002:y 9969:3 9963:t 9957:2 9947:0 9930:= 9926:) 9922:1 9914:) 9911:2 9902:( 9899:2 9895:e 9890:( 9883:2 9877:2 9872:2 9860:= 9856:) 9852:1 9844:) 9839:0 9835:t 9826:i 9822:t 9818:( 9815:L 9811:e 9806:( 9799:L 9796:2 9791:M 9788:h 9782:= 9755:2 9752:= 9748:) 9743:| 9734:3 9730:) 9726:1 9723:+ 9720:t 9714:( 9710:2 9704:| 9699:( 9693:3 9687:t 9681:2 9673:= 9669:) 9664:| 9658:] 9650:t 9644:1 9640:1 9635:+ 9632:t 9627:[ 9617:2 9613:t 9609:d 9603:2 9599:d 9592:| 9587:( 9581:3 9575:t 9569:2 9561:= 9556:) 9550:| 9544:] 9539:) 9536:t 9533:( 9530:y 9525:[ 9515:2 9511:t 9507:d 9501:2 9497:d 9490:| 9484:( 9474:= 9471:M 9452:2 9449:= 9444:) 9438:| 9431:1 9425:t 9421:2 9412:| 9406:( 9399:3 9393:t 9387:2 9379:= 9374:) 9368:| 9364:) 9361:] 9355:1 9349:t 9345:1 9340:+ 9337:t 9334:[ 9328:t 9325:( 9322:2 9318:| 9312:( 9305:3 9299:t 9293:2 9285:= 9280:) 9274:| 9270:) 9267:y 9261:t 9258:( 9255:2 9251:| 9245:( 9238:3 9232:t 9226:2 9218:= 9213:) 9207:| 9201:] 9194:2 9190:) 9186:y 9180:t 9177:( 9174:+ 9171:1 9166:[ 9158:y 9155:d 9151:d 9145:| 9139:( 9132:3 9126:t 9120:2 9112:= 9107:) 9101:| 9095:] 9090:) 9087:y 9084:, 9081:t 9078:( 9075:f 9070:[ 9062:y 9059:d 9055:d 9049:| 9043:( 9033:= 9030:L 9010:3 9004:t 8998:2 8978:L 8958:M 8935:1 8929:t 8925:1 8920:+ 8917:t 8914:= 8911:y 8889:2 8885:) 8881:y 8875:t 8872:( 8869:+ 8866:1 8863:= 8856:y 8827:h 8803:t 8783:) 8780:t 8777:( 8774:y 8752:) 8746:| 8740:] 8735:) 8732:t 8729:( 8726:y 8721:[ 8711:2 8707:t 8703:d 8697:2 8693:d 8686:| 8680:( 8670:= 8667:M 8647:t 8625:) 8619:| 8613:] 8608:) 8605:y 8602:, 8599:t 8596:( 8593:f 8588:[ 8580:y 8577:d 8573:d 8567:| 8561:( 8551:= 8548:L 8528:) 8525:y 8522:, 8519:t 8516:( 8513:f 8510:= 8507:) 8504:t 8501:( 8494:y 8473:f 8453:L 8433:y 8413:M 8389:) 8385:1 8377:) 8372:0 8368:t 8359:i 8355:t 8351:( 8348:L 8344:e 8339:( 8332:L 8329:2 8324:M 8321:h 8311:| 8305:i 8301:y 8294:) 8289:i 8285:t 8281:( 8278:y 8274:| 8249:| 8243:i 8239:y 8232:) 8227:i 8223:t 8219:( 8216:y 8212:| 8187:f 8167:y 8144:h 8122:2 8118:h 8095:h 8092:1 8068:h 8062:0 8058:t 8049:i 8045:t 8019:i 8015:t 7982:. 7977:) 7972:) 7967:0 7963:t 7959:( 7956:y 7953:, 7948:0 7944:t 7938:( 7933:f 7927:) 7922:) 7917:0 7913:t 7909:( 7906:y 7903:, 7898:0 7894:t 7888:( 7880:y 7872:f 7863:+ 7858:) 7853:) 7848:0 7844:t 7840:( 7837:y 7834:, 7829:0 7825:t 7819:( 7811:t 7803:f 7794:= 7791:) 7786:0 7782:t 7778:( 7771:y 7747:) 7744:y 7741:, 7738:t 7735:( 7732:f 7729:= 7722:y 7701:y 7678:. 7675:) 7669:( 7662:y 7656:2 7652:h 7645:2 7642:1 7636:= 7631:1 7627:y 7620:) 7617:h 7614:+ 7609:0 7605:t 7601:( 7598:y 7595:= 7591:E 7588:T 7585:L 7561:] 7558:h 7555:+ 7550:0 7546:t 7542:, 7537:0 7533:t 7529:[ 7503:y 7466:2 7462:h 7441:h 7418:y 7395:. 7391:) 7386:3 7382:h 7378:( 7374:O 7371:+ 7368:) 7363:0 7359:t 7355:( 7348:y 7342:2 7338:h 7331:2 7328:1 7322:= 7317:1 7313:y 7306:) 7303:h 7300:+ 7295:0 7291:t 7287:( 7284:y 7281:= 7277:E 7274:T 7271:L 7244:. 7240:) 7235:3 7231:h 7227:( 7223:O 7220:+ 7217:) 7212:0 7208:t 7204:( 7197:y 7191:2 7187:h 7180:2 7177:1 7171:+ 7168:) 7163:0 7159:t 7155:( 7148:y 7144:h 7141:+ 7138:) 7133:0 7129:t 7125:( 7122:y 7119:= 7116:) 7113:h 7110:+ 7105:0 7101:t 7097:( 7094:y 7062:. 7059:) 7054:0 7050:y 7046:, 7041:0 7037:t 7033:( 7030:f 7027:h 7024:+ 7019:0 7015:y 7011:= 7006:1 7002:y 6978:h 6975:+ 6970:0 6966:t 6962:= 6957:1 6953:t 6930:1 6926:y 6882:. 6877:) 6872:) 6867:0 6863:t 6859:( 6856:y 6853:, 6848:0 6844:t 6838:( 6833:f 6830:h 6824:t 6820:d 6813:) 6808:) 6805:t 6802:( 6799:y 6796:, 6793:t 6788:( 6783:f 6778:h 6775:+ 6770:0 6766:t 6758:0 6754:t 6718:. 6715:t 6711:d 6704:) 6699:) 6696:t 6693:( 6690:y 6687:, 6684:t 6679:( 6674:f 6669:h 6666:+ 6661:0 6657:t 6649:0 6645:t 6636:= 6633:) 6628:0 6624:t 6620:( 6617:y 6611:) 6608:h 6605:+ 6600:0 6596:t 6592:( 6589:y 6562:h 6559:+ 6554:0 6550:t 6527:0 6523:t 6482:) 6479:y 6476:, 6473:t 6470:( 6467:f 6464:= 6457:y 6431:h 6427:) 6422:0 6418:t 6414:( 6411:y 6405:) 6402:h 6399:+ 6394:0 6390:t 6386:( 6383:y 6374:) 6369:0 6365:t 6361:( 6354:y 6313:) 6310:y 6307:, 6304:t 6301:( 6298:f 6295:= 6288:y 6264:. 6260:) 6255:3 6251:h 6247:( 6243:O 6240:+ 6237:) 6232:0 6228:t 6224:( 6217:y 6211:2 6207:h 6200:2 6197:1 6191:+ 6188:) 6183:0 6179:t 6175:( 6168:y 6164:h 6161:+ 6158:) 6153:0 6149:t 6145:( 6142:y 6139:= 6136:) 6133:h 6130:+ 6125:0 6121:t 6117:( 6114:y 6089:0 6085:t 6064:y 6018:i 6008:y 5982:) 5956:( 5951:= 5946:) 5939:) 5935:4 5923:4 5909:2 5901:+ 5892:) 5878:( 5875:+ 5860:( 5850:+ 5847:4 5840:4 5831:+ 5812:+ 5803:( 5798:= 5793:) 5786:) 5777:1 5773:y 5769:, 5761:1 5757:y 5753:, 5748:1 5744:y 5740:, 5735:1 5731:t 5726:( 5722:f 5716:h 5713:+ 5705:1 5701:y 5688:1 5684:y 5677:h 5674:+ 5666:1 5662:y 5649:1 5645:y 5638:h 5635:+ 5630:1 5626:y 5619:( 5614:= 5609:) 5598:2 5594:y 5581:2 5577:y 5567:2 5563:y 5556:( 5551:= 5546:2 5536:y 5524:: 5510:2 5500:y 5474:1 5464:y 5438:) 5432:4 5412:( 5407:= 5402:) 5395:) 5391:3 5385:0 5379:4 5373:) 5370:1 5364:( 5356:2 5352:0 5348:+ 5345:2 5339:) 5335:0 5325:( 5322:+ 5318:0 5307:( 5297:+ 5294:3 5287:3 5278:+ 5275:1 5265:1 5253:+ 5250:2 5244:( 5239:= 5234:) 5227:) 5218:0 5214:y 5210:, 5202:0 5198:y 5194:, 5189:0 5185:y 5181:, 5176:0 5172:t 5167:( 5163:f 5157:h 5154:+ 5146:0 5142:y 5129:0 5125:y 5118:h 5115:+ 5107:0 5103:y 5090:0 5086:y 5079:h 5076:+ 5071:0 5067:y 5060:( 5055:= 5050:) 5039:1 5035:y 5022:1 5018:y 5008:1 5004:y 4997:( 4992:= 4987:1 4977:y 4965:: 4951:1 4941:y 4911:y 4907:t 4904:4 4894:y 4888:2 4884:t 4880:+ 4877:y 4874:) 4870:t 4860:( 4857:+ 4853:t 4843:= 4836:y 4832:= 4828:) 4820:y 4816:, 4809:y 4805:, 4802:y 4799:, 4796:t 4792:( 4788:f 4757:= 4754:h 4746:3 4743:= 4740:) 4735:0 4731:t 4727:( 4720:y 4716:= 4708:0 4704:y 4695:1 4689:= 4686:) 4681:0 4677:t 4673:( 4666:y 4662:= 4654:0 4650:y 4641:2 4638:= 4635:) 4630:0 4626:t 4622:( 4619:y 4616:= 4611:0 4607:y 4598:0 4595:= 4590:0 4586:t 4576:t 4566:= 4563:y 4560:) 4556:t 4546:( 4536:y 4530:2 4526:t 4515:y 4511:t 4508:4 4505:+ 4498:y 4432:4 4429:= 4426:t 4408:0 4394:0 4380:0 4366:0 4337:1 4306:h 4280:= 4277:h 4245:h 4217:4 4213:e 4209:= 4206:) 4203:4 4200:( 4197:y 4175:t 4171:e 4167:= 4164:) 4161:t 4158:( 4155:y 4132:= 4127:4 4123:y 4103:8 4100:1 4097:8 4094:3 4091:8 4088:3 4080:4 4077:1 4074:4 4071:2 4068:4 4065:2 4057:2 4054:1 4051:2 4048:1 4045:2 4042:1 4034:1 4031:1 4028:1 4025:0 4022:1 4019:0 4001:1 3998:+ 3995:n 3991:y 3969:y 3945:h 3924:) 3919:n 3915:y 3911:, 3906:n 3902:t 3898:( 3895:f 3872:n 3868:t 3844:n 3840:y 3818:n 3781:= 3778:8 3772:1 3769:+ 3766:8 3763:= 3760:) 3755:3 3751:y 3747:( 3744:f 3741:h 3738:+ 3733:3 3729:y 3725:= 3716:4 3712:y 3704:, 3701:8 3698:= 3695:4 3689:1 3686:+ 3683:4 3680:= 3677:) 3672:2 3668:y 3664:( 3661:f 3658:h 3655:+ 3650:2 3646:y 3642:= 3633:3 3629:y 3621:, 3618:4 3615:= 3612:2 3606:1 3603:+ 3600:2 3597:= 3594:) 3589:1 3585:y 3581:( 3578:f 3575:h 3572:+ 3567:1 3563:y 3559:= 3550:2 3546:y 3516:4 3512:y 3489:3 3485:y 3462:2 3458:y 3431:= 3428:1 3422:1 3419:+ 3416:1 3413:= 3408:1 3404:y 3400:= 3397:) 3392:0 3388:y 3384:( 3381:f 3378:h 3375:+ 3370:0 3366:y 3342:y 3322:y 3302:t 3276:= 3273:1 3267:1 3264:= 3261:) 3256:0 3252:y 3248:( 3245:f 3239:h 3216:h 3190:t 3182:y 3156:t 3136:y 3116:) 3113:1 3110:, 3107:0 3104:( 3078:= 3075:) 3072:1 3069:, 3066:0 3063:( 3060:f 3057:= 3054:) 3049:0 3045:y 3041:, 3036:0 3032:t 3028:( 3025:f 3002:y 2999:= 2996:) 2993:y 2990:, 2987:t 2984:( 2981:f 2961:f 2941:) 2936:0 2932:y 2928:, 2923:0 2919:t 2915:( 2912:f 2889:. 2886:) 2881:n 2877:y 2873:, 2868:n 2864:t 2860:( 2857:f 2854:h 2851:+ 2846:n 2842:y 2838:= 2833:1 2830:+ 2827:n 2823:y 2793:= 2790:h 2770:. 2765:t 2761:e 2757:= 2754:y 2727:= 2724:) 2721:0 2718:( 2715:y 2712:, 2709:y 2706:= 2699:y 2682:) 2678:h 2659:) 2656:4 2653:( 2650:y 2627:, 2624:1 2621:= 2618:) 2615:0 2612:( 2609:y 2605:, 2602:y 2599:= 2592:y 2555:) 2548:) 2542:) 2539:N 2536:( 2531:i 2527:y 2523:, 2517:, 2509:i 2505:y 2501:, 2496:i 2492:y 2488:, 2483:i 2479:t 2474:( 2470:f 2464:h 2461:+ 2456:) 2453:N 2450:( 2445:i 2441:y 2431:) 2428:N 2425:( 2420:i 2416:y 2409:h 2406:+ 2401:) 2398:1 2392:N 2389:( 2384:i 2380:y 2360:i 2356:y 2349:h 2346:+ 2338:i 2334:y 2321:i 2317:y 2310:h 2307:+ 2302:i 2298:y 2291:( 2286:= 2281:) 2273:) 2270:N 2267:( 2262:1 2259:+ 2256:i 2252:y 2242:) 2239:1 2233:N 2230:( 2225:1 2222:+ 2219:i 2215:y 2195:1 2192:+ 2189:i 2185:y 2175:1 2172:+ 2169:i 2165:y 2158:( 2153:= 2148:1 2145:+ 2142:i 2132:y 2103:) 2100:N 2097:( 2092:0 2088:y 2084:, 2078:, 2070:0 2066:y 2062:, 2057:0 2053:y 2030:0 2026:t 2005:h 1982:, 1978:) 1974:) 1971:t 1968:( 1963:) 1960:N 1957:( 1953:y 1949:, 1943:, 1940:) 1937:t 1934:( 1927:y 1923:, 1920:) 1917:t 1914:( 1911:y 1908:, 1905:t 1901:( 1897:f 1894:= 1891:) 1888:t 1885:( 1880:) 1877:1 1874:+ 1871:N 1868:( 1864:y 1840:N 1820:N 1792:n 1786:i 1764:i 1760:y 1737:1 1734:+ 1731:n 1727:y 1702:) 1697:n 1693:t 1689:( 1686:y 1678:n 1674:y 1651:n 1647:t 1624:n 1620:y 1596:. 1593:) 1588:n 1584:y 1580:, 1575:n 1571:t 1567:( 1564:f 1561:h 1558:+ 1553:n 1549:y 1545:= 1540:1 1537:+ 1534:n 1530:y 1504:n 1500:t 1477:n 1473:y 1450:1 1447:+ 1444:n 1440:y 1419:h 1416:+ 1411:n 1407:t 1403:= 1398:1 1395:+ 1392:n 1388:t 1367:h 1364:n 1361:+ 1356:0 1352:t 1348:= 1343:n 1339:t 1318:h 1298:) 1293:0 1289:t 1285:( 1282:y 1279:= 1274:0 1270:y 1247:) 1242:) 1239:t 1236:( 1233:y 1230:, 1227:t 1222:( 1217:f 1214:= 1211:) 1208:t 1205:( 1198:y 1177:y 1157:t 1137:y 1117:) 1112:0 1108:t 1104:( 1101:y 1079:0 1075:t 1041:3 1037:A 1031:2 1027:A 1021:1 1017:A 1011:0 1007:A 998:( 980:0 976:A 953:1 949:A 926:1 922:A 901:. 896:1 892:A 866:0 862:A 841:, 836:0 832:A 729:e 722:t 715:v 528:) 524:( 38:. 20:)

Index

Euler integration
Euler calculus
Euler's factorization method

Differential equations
Natural sciences
Engineering
Astronomy
Physics
Chemistry
Biology
Geology
Applied mathematics
Continuum mechanics
Chaos theory
Dynamical systems
Social sciences
Economics
Population dynamics
List of named differential equations
Ordinary
Partial
Differential-algebraic
Integro-differential
Fractional
Linear
Non-linear
Dependent and independent variables
Autonomous
Exact

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

↑