I have 9 different equations that contain only 7 unknowns. I would like to generate a code that creates all the possible systems of 7 equations and return the cases in which all the variables have a positive result. The 9 equations are:
    eq1 = 14*x+7*z-21.71
    eq2 = 15*x+11*z+w-38.55
    eq3=12*x+8*y+12*z+w-52.92
    eq4=12*x+8*y+14*z+t-61.7
    eq5=13*x+8*y+15*z+t-69.37
    eq6=4*x+17*y+14*r+s-98.32
    eq7=4*x+18*y+12*w+s-130.91
    eq8=4*x+18*y+15*w+2*t-165.45
    eq9=4*x+18*y+12*w+2*s-168.16
 
     
    