|
Calculate Picard Iterates for the IVP
|
|
|
Description
|
|
Calculate an iterative solution to an ODE by using Picard's method.
|
Picard Iterates for the IVP
|
The function
|
>
|
|
| (1) |
|
Set
|
>
|
|
| (2) |
|
Set
|
>
|
|
| (3) |
|
Number of iterates
|
>
|
|
| (4) |
|
Picard Iterates
|
>
|
![for k from 0 to N-1 do phi[k+1] := unapply(phi[0]+int(f(t, phi[k](t)), t = __a__ .. x), x); print(nprintf("Iterate number %d:", k+1))*print(phi[k+1](x)) end do:](/support/helpjp/helpview.aspx?si=4033/file05459/math100.png)
|
| (5) |
|
|
|
|
|
Download Help Document
Was this information helpful?