Question: Sorting out the output from solve

Hi

I've attached a worksheet (Solve_Problems_MWE.mw), in which I'm working on finding any solution to a list of equations, in which the parameters and variables are not neccessarilly zero. I've used the solve command in the form S=[solve([Eq1,Eq2,...])], because I've been unable to find a list of parameters and variables for which solve([Eq1,Eq2...],[var1, var2,...  ]) returns anything.

I'd like to use a function to sort through the entries of S, by converting lists into arrays, and using the array tools package to check for 0s in the entries of the converted S[1], S[2],...

However, Maple doesn't want to convert S[1],S[2]... into arrays.

Does anyone know how to make it work? or how to circumnavigate the problem?
 

Please Wait...