Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 10:13:48
Size: 433
Editor: 10
Comment:
Revision 2 as of 2010-12-18 10:15:02
Size: 395
Editor: 10
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
   * <Your Name>, <Profession>, <Organization>
   * <Your Name>, <Profession>, <Organization>
   * k.k.SaiRam Phani,Student,ASR College Of Engineering
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

x = ([0,0.785,1.570,2.356,3.141,3.927,4.712,5.])
y=([0,0.707,1.000,0.707,0.000,-0.707,-1.000,-0.707,-0.000])
xi=linspace(0.2*pi,50)
yi=interp1(x,y,xi,'cubic')

  • Solution by:

    • k.k.SaiRam Phani,Student,ASR College Of Engineering

Strang-5.2.5-1 (last edited 2010-12-18 10:15:02 by 10)