First time here? Check out the FAQ!
answered 2014-08-19 19:19:43 +0100
Why don't you try not specifying a ring for the vector?
xx = vector([x1,x2,x3,x4])
It should then put things in the "symbolic ring" SR which should do what you need it to.
SR