I used a matrix to create symbolic values.
I later use those variables to create other equations and then want to solve. The problem is that I am creating n variables and I can't set v1=1, v2=2, etc since n will be different each time it runs and I can't just refer to v(1), v(2), or v(n) since that changes the value of the matrix element, not the symbolic variable v1, v2, or vn. How do I set v1, v2, and everything up to vn equal to a numeral value?