


| > | f:=(i,t)->if i=0 then 3 else 3+int(f(i-1,s)-s,s=0..t) end if: |
| > | for i from 0 to 10 do
f(i,t); end do; |
![]()
![]()
![]()
| > | with(plots): |
| > | display(plot(1+x+2*exp(x), x=0..5, thickness=2, color=black), display(seq(plot(f(i,x), x=0..5,thickness=2,color=red), i=0..10), insequence=true)); |
| > | dsolve({diff(y(x),x)=y(x)-x, y(0)=3}, y(x)); |