Is there a math package that can solve ODEs with $n$ derivatives with $n$ undefined and on $n$-dimensional vectors?
I tried defining $n$-dimensional vectors in Matlab and Maple and had no luck.
Is there a math package that can solve ODEs with $n$ derivatives with $n$ undefined and on $n$-dimensional vectors?
I tried defining $n$-dimensional vectors in Matlab and Maple and had no luck.
MATLAB
. Did you tryA=sym('A',[10,1])
for example? – John Alexiou Aug 13 '14 at 17:01X:Vector
without specifying how many elements. Have you triedMuPad
interface withinMATLAB
I think you can specify non scalars there. – John Alexiou Aug 13 '14 at 17:13