>
rov:=diff(x(t),t,t,t)+3=0;
>
poc1:=x(0)=5;
>
poc2:=D(x)(0)=2;
>
reseni:=dsolve({rov,poc1,poc2,D(D(x))(0)=0},x(t),type=numeric,range=0..2);
>
with(plots):
>
odeplot(reseni);
>