Question: Solving Non linear system of equations for a range of parameters

hi guys, i have the following set of equations e1='a2+a3+a5+a6-1=0'; e2='2*a1+2*a4+4*a5-1.6-2*0.2=0'; e3='a2+2*a3+a4-0.77-0.2=0'; e4='(K1*((a1+a2+a3+a4+a5+a6)^2/4)*(a5*f))-(a1^3*a2)=0'; e5='K2*a2*a4-(a1*a3)=0'; e6='K3*a4*a6-(a1*a2)=0'; symbolic a1,a2,a3,a4,a5,a6 I can slove these set of equations for known values of K1,K2,K3 but i have a set of values for K1,k2,K3 (35 values) ie K1=[1 2 3 4.......35] K2=[1 2 3........35] K3=[1 2 3 .....35] So is there a way of solving this set of equations for every corresponding value of K1,K2,k3 without manually changing the value of K1,K2,K3 everytime and solving the equations using solve command 35 times
Please Wait...