Question: Extracting numeric values from return of fsolve

Hey, I am using Maple 11 to numerically solve for coeffiecients in a system of nonlinear equations, and I need to use the solution elsewhere in my procedure, but the return from fsolve looks like: coefficients:={j = -139.55659155625, k = -3.8511665004543} and I can't access the actual numeric values since coefficients[1]; returns: j = -139.55659155625 when all I want is -139.55659155625. I am sure there is a simply solution but I haven't had any luck finding it. Can anyone help me? Thanks Kyle
Please Wait...