I have written a loop (for i from 0 to 25 do evalf(eval(eq2, t = i)) end do). This gives me a list of values n(0) = 10 to n(25) = 0.90....
I want to plot these values n(t) against t. Is there a better way to do this than to type the values individually.
Hope that made sence.
Thanks.