Explicit and implicit methods: Difference between revisions

Content deleted Content added
interwiki
RussBot (talk | contribs)
m Robot-assisted fixing links to disambiguation page (you can help!) Process
Line 1:
In [[applied mathematics]], '''explicit and implicit methods''' are approaches for mathematical [[computer simulation|simulation]] of [[physics|physical]] [[processProcess (science)|processes]]es, or in other words, they are [[numerical analysis|numerical methods]] for solving time-variable [[ordinary differential equation|ordinary]] and [[partial differential equation]]s.
 
Explicit methods calculate the state of a system at a later time from the state of the system at the current time, while an implicit method finds it by solving an equation involving both the current state of the system and the later one. To put it in symbols, if <math>Y(t)</math> is the current system state and <math>Y(t+\Delta t)</math> is the state at the later time (<math>\Delta t</math> is a small time step), then, for an explicit method