Question: How do I plot multiple solutions from a for loop at the same time?

I have a for loop that is solving an equation 25 times, and I need to now plot the 25 solution on the same graph. How do I do that?
Please Wait...