Is it possible integrate vector functions and matrix functions in maple, I
know I can always do it component wise, but I was just wondering if it can
take a vector or matrix and integrate them to output a vector or matrix
respectively.....
if x(t) is a vetcor function of time
i would like to know if there is any command
which would integrate x from t1 to t2.....
or do I have to do it like x_1(t) from t1 to t2 and so on.....
please let me know.
thanks,
bye,
Sesha Sai Vaddi.
> map (int , [x,x^2,sin(x)] , x=2..4);
[6, 56/3, -cos(4) + cos(2)]
Bernard Massé
"Sesha Sai Vaddi" <vsv...@aero.tamu.edu> a écrit dans le message news:
9pap9t$bn2$1...@news.tamu.edu...