While obtaining the answer for A3 and A3 in a set of equations, the answer is in vector-format(??). I want to use these answer further on. How can I pick these values? Right now I just copy and paste the answer but that's not ideal.
IN: eq1=-A3-A4Kl+A3cos(Kl)+A4sin(Kl)+((qzcl^2)/(2K^2))==0
eq2=-A3K^2cos(Kl)-A4K^2sin(Kl)+(qzc/(K^2))==0
solve([eq1,eq2],A3,A4)
OUT: [[A3 == 1/2(2Kl - (K^2l^2 + 2)sin(Kl))qzc/(K^5lcos(Kl) - K^4sin(Kl)), A4 == 1/2((K^2l^2 + 2)cos(Kl) - 2)qzc/(K^5lcos(Kl) - K^4sin(Kl))]]
How to get A3=... and A4=...