Question: How do I take only positive root from solve(polynomial, x)

I have written a loop that should create an array, but because I am solving a polynomial both solutions are given in the array. Is there a way to just select out the positive root so that I can plot with this array later? Any help would be greatly appreciated. Nick
Please Wait...