Book
Linear Algebra
Author
Gilbert Strang
Edition
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')
Solution by:
- Beesanna,student,SNIST
<Your Name>, <Profession>, <Organization>