|
Size: 308
Comment:
|
← Revision 3 as of 2010-12-18 08:25:05 ⇥
Size: 308
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
