215 said:
Hmm... ok why isn't this one working then..
Probably because you have a mixture of && and ,
In[1]:= Solve[0.5 == v/R && B == \[Mu]0*v/R*n/(lj/\[Mu]j + 2*x) && 2*B^2/(2 \[Mu]0*a*(4*x/(lj/\[Mu]j + 2 x) - 1)) == 2 && R == 0.0175*10^-6*L/((g/2)^2*Pi), {L, B, v, q, n, R}]
During evaluation of In[1]:= Solve::ratnz: Solve was unable to solve the system with inexact coefficients. The answer was obtained by solving a corresponding exact system and numericizing the result. >>
During evaluation of In[1]:= Solve::svars: Equations may not give solutions for all "solve" variables. >>
Out[1]= {{L -> 4.4879895051282756*^7*g^2*R, B -> (-1.4142135623730951*Sqrt[-1.* a*lj*\[Mu]0 + 2.*a*x*\[Mu]0*\[Mu]j])/Sqrt[lj + 2.*x*\[Mu]j], v -> 0.5*R, n -> (2.*((-1.4142135623730951*lj* Sqrt[-1.*a*\[Mu]0*(lj - 2.*x*\[Mu]j)])/Sqrt[lj + 2.*x*\[Mu]j] - (2.8284271247461903*x*\[Mu]j* Sqrt[-1.*a*\[Mu]0*(lj - 2.*x*\[Mu]j)])/Sqrt[lj + 2.*x*\[Mu]j]))/(\[Mu]0*\[Mu]j)},
{L -> 4.4879895051282756*^7*g^2*R, B -> (1.4142135623730951*Sqrt[-1.* a*lj*\[Mu]0 + 2.*a*x*\[Mu]0*\[Mu]j])/Sqrt[lj + 2.*x*\[Mu]j], v -> 0.5*R, n -> (2.*((1.4142135623730951*lj*Sqrt[-1.* a*\[Mu]0*(lj - 2.*x*\[Mu]j)])/Sqrt[lj + 2.*x*\[Mu]j] + (2.8284271247461903*x*\[Mu]j*Sqrt[-1.* a*\[Mu]0*(lj - 2.*x*\[Mu]j)])/Sqrt[lj + 2.*x*\[Mu]j]))/(\[Mu]0*\[Mu]j)}}
In[2]:= Reduce[0.5 == v/R && B == \[Mu]0*v/R*n/(lj/\[Mu]j + 2*x) && 2*B^2/(2 \[Mu]0*a*(4*x/(lj/\[Mu]j + 2 x) - 1)) == 2 && R == 0.0175*10^-6*L/((g/2)^2*Pi), {L, B, v, q, n, R}]
During evaluation of In[2]:= Reduce::ratnz: Reduce was unable to solve the system with inexact coefficients. The answer was obtained by solving a corresponding exact system and numericizing the result. >>
Out[2]= (x == 0 && (B == (0. - 1.4142135623730951*I)* Sqrt[a]*Sqrt[\[Mu]0] || B == (0. + 1.4142135623730951*I)* Sqrt[a]*Sqrt[\[Mu]0]) && g != 0 && v == (1.1140846016432675*^-8*L)/g^2 && B*\[Mu]j != 0 && n == (-4.*a*lj)/(B*\[Mu]j) && R == 2.*v && L*lj != 0) || (lj + 2.*x*\[Mu]j != 0 && (B == (-1.4142135623730951* Sqrt[-1.*a*lj*\[Mu]0 + 2.*a*x*\[Mu]0*\[Mu]j])/Sqrt[lj + 2.*x*\[Mu]j] || B == (1.4142135623730951* Sqrt[-1.*a*lj*\[Mu]0 + 2.*a*x*\[Mu]0*\[Mu]j])/Sqrt[lj + 2.*x*\[Mu]j]) && g != 0 && v == (1.1140846016432675*^-8* L)/g^2 && B^2 + 2.*a*\[Mu]0 != 0 && n == (16.*a*B*x)/(B^2 + 2.*a*\[Mu]0) && R == 2.*v && L*lj - 2.*L*x*\[Mu]j != 0)