Differences between revisions 2 and 3
Revision 2 as of 2010-12-18 08:24:38
Size: 308
Editor: harsha
Comment:
Revision 3 as of 2010-12-18 08:25:05
Size: 308
Editor: harsha
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
x = linsapce(0:pi/30:pi/3) x = linspace(0:pi/30:pi/3)
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

x = linspace(0:pi/30:pi/3)
y  = sin(x)+rand(size(x))/100
plot(x,y,'0')

  • Solution by:

    • V Krishna Harsha ,Student ,ASR College Of Engineering

Strang-5.2-2 (last edited 2010-12-18 08:25:05 by harsha)