||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || /* code_begins */ {{{clf() t=linspace(0,2*pi,100) y1=sin(t) y2=t y3=t-(t**3)/6+(t**5)/120 plot(t,y1) plot(t,y2,'--') plot(t,y3,'o') axis([0,5,-1,5]) xlabel('t') ylabel('approximations of sin(t)') title('fun with sin(t)') }}} /* code_ends */ * '''Solution by''': * , , * , ,