Matches in DBpedia 2016-04 for { <http://wikidata.dbpedia.org/resource/Q5298067> ?p ?o }
Showing triples 1 to 22 of
22
with 100 triples per page.
- Q5298067 subject Q8689307.
- Q5298067 subject Q8690272.
- Q5298067 abstract "In numerical analysis, the Dormand–Prince (RKDP) method or DOPRI method, is an explicit method for solving ordinary differential equations (Dormand & Prince 1980). The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution. This error estimate is very convenient for adaptive stepsize integration algorithms. Other similar integration methods are Fehlberg (RKF) and Cash–Karp (RKCK).The Dormand–Prince method has seven stages, but it uses only six function evaluations per step because it has the FSAL (First Same As Last) property: the last stage is evaluated at the same point as the first stage of the next step. Dormand and Prince chose the coefficients of their method to minimize the error of the fifth-order solution. This is the main difference with the Fehlberg method, which was constructed so that the fourth-order solution has a small error. For this reason, the Dormand–Prince method is more suitable when the higher-order solution is used to continue the integration, a practice known as local extrapolation (Shampine 1986; Hairer, Nørsett & Wanner 2008, pp. 178–179).Dormand–Prince is currently the default method in MATLAB and GNU Octave's ode45 solver and is the default choice for the Simulink's model explorer solver. A Fortran free software implementation of the algorithm called DOPRI5 is also available.The Butcher tableau is:The first row of b coefficients gives the fifth-order accurate solution and the second row gives the fourth-order accurate solution.".
- Q5298067 wikiPageExternalLink ?p=6565.
- Q5298067 wikiPageExternalLink ode45.html.
- Q5298067 wikiPageWikiLink Q11216.
- Q5298067 wikiPageWikiLink Q169478.
- Q5298067 wikiPageWikiLink Q176916.
- Q5298067 wikiPageWikiLink Q223679.
- Q5298067 wikiPageWikiLink Q28865.
- Q5298067 wikiPageWikiLink Q341.
- Q5298067 wikiPageWikiLink Q465274.
- Q5298067 wikiPageWikiLink Q5048781.
- Q5298067 wikiPageWikiLink Q606550.
- Q5298067 wikiPageWikiLink Q6786906.
- Q5298067 wikiPageWikiLink Q725944.
- Q5298067 wikiPageWikiLink Q7379856.
- Q5298067 wikiPageWikiLink Q83303.
- Q5298067 wikiPageWikiLink Q8689307.
- Q5298067 wikiPageWikiLink Q8690272.
- Q5298067 comment "In numerical analysis, the Dormand–Prince (RKDP) method or DOPRI method, is an explicit method for solving ordinary differential equations (Dormand & Prince 1980). The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution.".
- Q5298067 label "Dormand–Prince method".