I have prepared a 3 vector, dxdt, a function of x, and an initial vector (called init). Then I issue rk(dxdt,x,init,[t,0,.1,1.]); and maxima responds by typing out rk (the functional definition of dxdt, x, init, [t,0,.1,1.]) how do i get it to give me an answer?