||'''Book'''|| Linear Algebra || ||'''Author'''|| Gilbert Strang || ||'''Edition'''|| || /* code_begins */ {{{ clf() theta=linspace(0,2*pi,1000) x=cos(theta) y=sin(theta) hbead=plot(x[1],y[1],'o') axis([-1,1,-1,1]) for k in range(2,size(theta)): plot(x[k],y[k],'o') }}} /* code_ends */ * '''Solution by''': * Beesanna,student,SNIST * , ,