Testwiki:Property proposal/number of stages

From testwiki
Jump to navigation Jump to search

Template:Property proposal

Motivation

The Runge-Kutta methods are a class of iterative numerical methods used to solve differential equations. The value at the next time-step is given by the following equations

k1=f(tn,yn)k2=f(tn+c2h,yn+h(a21k1))k3=f(tn+c3h,yn+h(a31k1+a32k2))ks=f(tn+csh,yn+h(as1k1+as2k2++as,s1ks1))yn+1=yn+hi=1sbiki

where the values of ai,bi,ci are coefficients that define the particular method. Each equation ki=... is called a stage and the value s is the number of stages. This value is an important characteristic of the method and provides a rough idea of how computationally expensive a given method (and, how accurate it is, if well designed). Therefore, I propose adding a property <number of stages> that would allow us to categorize and search for Runge-Kutta methods based on the number of stages. (See the Wikipedia page [1] for more details.)

The-erinaceous-one (talk) 07:16, 28 July 2020 (UTC)

Discussion

Template:Ping project

Template:O I am withdrawing the property proposal because the number of stages can be modeled without a new property by Template:Statement