changeset 341 | 7ae88b9da553 |
parent 340 | 347ff2714deb |
parent 330 | 46533051b9d3 |
child 343 | adb85e126341 |
--- a/day1/cheatsheet4.tex Tue Dec 08 16:37:18 2009 +0530 +++ b/day1/cheatsheet4.tex Tue Jan 05 15:23:02 2010 +0530 @@ -38,7 +38,7 @@ \typ{In []: B = ones_like(C)} \\ B would be array of ones with the same shape and type as C.\\ \typ{In []: A = ones((3,2))} \\ -A would be new array of given shape(arguments), filled with ones.\\ +A would be new matrix of given shape(arguments), filled with ones.\\ \typ{In []: I = identity(3)}\\ I would be identity matrix of shape 3x3