How do I get access to all the roots from Solve?
The attached notebook has a simple example.
i'm trying to Solve for s when this equation equals d:
(Sqrt[2] N s^2)/Sqrt[N (3 + N) s^2 \[Sigma]^2 + 2 (1 + N) \[Sigma]^4]
Solve give me a Root object, but the (only) root it returns is a negative one. But perhaps I'm not facile enough with Roots. :-(
ToRadicals can write the expression, which is what I want, but it seems to have chosen two different negative results.
I can pick the parts by hand, but I'd much prefer to do it all programmatically. How do I get the root I want?
What am I missing?
Thanks
Malcolm