restart:
with(LinearAlgebra):
with(ArrayTools):
k:=4;
pA:=<seq(p[a,i],i=2..(k+1))>;
pB:=<seq(p[b,i],i=2..(k+1))>;
pA+pB;
with(VectorCalculus):
pA:=<seq(p[a,i],i=2..(k+1))>;
pB:=<seq(p[b,i],i=2..(k+1))>;
pA+pB;
Hi all,
After I loaded the package with(VectorCalculus), the output of vectors changed to a different one.
Is there any real "difference" when...