why won't VectorCalculus[Jacobian] accept vectors?
... to prevent me from frying my system? or is it an unnecessary restriction?
Here's what I mean:
Fvec := Vector([x[1]*x[2],3*x[3]]);
Xvec := Vector([x[1],x[2]]);
Flst := [x[1]*x[2],3*x[3]];
Xlst := [x[1],x[2]];
VectorCalculus[Jacobian](Fvec,Xlst);
VectorCalculus[Jacobian](Flst,Xlst);
VectorCalculus[Jacobian](Flst,Xvec);
Error, invalid input: too many and/or wrong type of arguments passed to VectorCalculus:-Jacobian; first unused argument is Vector(2, {(1) = x[1], (2) = x[2]})
I've got vectors and it's inconvenient to have to convert into lists each time, or am I missing something essential?
P.S. Oh and I miss the good old days when you could just copy-paste output into mapleprimes and not get the useless matrix id% = 31415926 business