This work Sqrt[g Sqrt[s + x^2]] /. {s -> 100.0, g -> 1000}This also work Plot[Sqrt[1000 Sqrt[100 + x^2]],{x,0,1000} ]Any way to make this work? Plot[Sqrt[g Sqrt[s + x^2]],{x,0,1000} ] /. {s -> 100.0, g -> 1000}
WolframAlpha seems to correctly accept this
Plot[ReplaceAll[Sqrt[g Sqrt[s + x^2]],{s -> 100.0, g -> 1000}],{x,0,1000} ]
and this
Sorry, Fred. I didn't read carefully enough. I was using Mathematica.
Best, David
"Wolfram|Alpha doesn't understand your query" when I try what you posted