I am trying to solve this equation: Solve[ ge r (5 (1 + fro) r^5 (-3 + 2 r) + fe^2 (20 Q^2 r^4 - 2 Q^4 L)) == 0, r] for r and plot it as a scatter point plot in 3D for 3 variables (L,fro,fe) like a contour plot. First to get the solution of r, I used Solve. This is the output: {{r -> Root[-2 fe^2 Q^4 \[Lambda] + 20 fe^2 Q^2 #1^4 + (-15 - 15 fR0) #1^5 + (10 + 10 fR0) #1^6 &, 1]}, {r -> Root[-2 fe^2 Q^4 \[Lambda] + 20 fe^2 Q^2 #1^4 + (-15 - 15 fR0) #1^5 + (10 + 10 fR0) #1^6 &, 2]}, {r -> Root[-...