Question: assign parameter to each element of vector/root problem

hello, i am generating an eigenvector of three elements. i need to assign each element a parameter...u,v,w. so for example if the vector is [1,2,3] then i want to assign u=1,v=2,w=3. can somebody pls show me.

the big picture is that i have 4 roots, and for each root i will have 4 eigenvectors, and i need to assign them to u[i],v[i],w[i], where i=1..4.

 

thank you

Please Wait...