I am trying to plot the function $(-2(\alpha-1)/\alpha)^{(-2(\alpha+2)/\alpha)}$ in maple, but I got the following warning
plot( (-2*(alpha-1)/alpha)^(-2*(alpha+2)/alpha) ,alpha=5..10);
Warning, unable to evaluate the function to numeric values in the region; complex values were detected.
Actually the function have real values as roots but maple does not plot the values.
How do I plot it?

