|
|
|
|
|
by rualca
1900 days ago
|
|
> I'd take it further - in numerical code there is no real distinction /at all/ between closed form vs iterative solutions. This assertion is however wrong. Closed form solutions at worse accumulate rounding errors of a single expression, while iterative solutions not only pile on rounding errors throughout the iterations but they also have to stop by truncating the rest of the solution, leading to results which not only is approximate but also amplifies rounding errors. |
|