First time here? Check out the FAQ!
answered 2017-01-17 10:16:36 +0100
Use this:
b = a[:]
to copy the vector into an independent vector.