Differences between revisions 1 and 2
Revision 1 as of 2010-12-17 10:19:19
Size: 526
Editor: anvesh
Comment:
Revision 2 as of 2010-12-17 12:34:28
Size: 441
Editor: beesanna
Comment: Graphs_2
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
   * <anvesh>, <student>, <Sreenidhi Institue of Science of Technology>
   * <Your Name>, <Profession>, <Organization>
   * Beesanna,student,SNIST
   *
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

clf()
t=linspace(0,8*pi,200)
r=exp(-.1*t)
x=r*cos(t)
y=r*sin(t)
h1=axes([.1,.1,.5,.5])
fill(x,y,'g')
h2=axes([.45,.45,.3,.3])
fill(x,y,'b')
h3=axes([.67,.67,.2,.2])
fill(x,y,'m')
h4=axes([.84,.84,.1,.1])
fill(x,y,'r')

  • Solution by:

    • Beesanna,student,SNIST

Strang-6.4-2 (last edited 2010-12-17 12:34:28 by beesanna)