I am trying to plot a Linear Population Model using Maple, could anybody tell me what I am doing wrong. My plot is just registering as a straight line at 1.0 and I know this is incorrect.
> 
> N0 := 1;
> r := 10;
> plot(N(t), t = 0 .. 100);
Thanks :)