Runge-Kutta method: Difference between revisions

→‎{{header|MATLAB}}: Formatting of the results. 676.000 & 5.10e-5 error were next to each other.
m (A category goes in the task template, not the title)
(→‎{{header|MATLAB}}: Formatting of the results. 676.000 & 5.10e-5 error were next to each other.)
Line 733:
end</lang>
{{out}}
<pre>
<pre>Time ExactVal ODE4Val ODE4Error RK4Val RK4Error
0 1.000 1.000 0 1.000 0
1 1.563 1.562 1.46e-007 1.562 1.46e-007
Line 744 ⟶ 745:
8 289.000 289.000 3.16e-005 289.000 3.16e-005
9 451.563 451.562 4.07e-005 451.562 4.07e-005
10 676.000 676.000 5.1e10e-005 676.000 5.1e10e-005</pre>
</pre>
 
=={{header|Maxima}}==
Anonymous user