Differences between revisions 1 and 2
Revision 1 as of 2010-12-18 08:21:31
Size: 372
Editor: shankar
Comment:
Revision 2 as of 2010-12-18 08:43:42
Size: 376
Editor: shankar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
plot(x,y)
}}}
plot(x)+plot(y)}}}
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

x=([0, 0.15,0.2, 0.3, 0.4, 0.52, 0.6, 0.7, 0.8, 0.9, 1])
y=([0, 1.61, 2.2, 3.45, 4.8, 6.55, 7.8, 9.45, 11.2, 13.05, 15])
plot(x)+plot(y)

  • Solution by:

    • Indana Ravi Shakar, student, Pydah college of engg, vizag

Strang-5.7-3-U (last edited 2010-12-18 08:43:42 by shankar)