matrices/script.rst
changeset 340 3951809e75bd
parent 319 e8c02b3c51ac
child 394 1a79f9ee7f5c
--- a/matrices/script.rst	Tue Oct 19 14:27:56 2010 +0530
+++ b/matrices/script.rst	Tue Oct 19 15:00:58 2010 +0530
@@ -53,6 +53,10 @@
 
     m1 = matrix([1,2,3,4])
 
+
+.. #[Puneeth: don't use ``matrix``. Use ``array``. The whole script will
+.. have to be fixed.]
+
 Using the tuple ``m1.shape`` we can find out the shape or size of the
 matrix,
 ::
@@ -287,7 +291,10 @@
 
 Thank you!
 
-..  Author: Anoop Jacob Thomas <anoop@fossee.in>
-    Reviewer 1:
-    Reviewer 2:
-    External reviewer:
+.. 
+   Local Variables:
+   mode: rst
+   indent-tabs-mode: nil
+   sentence-end-double-space: nil
+   fill-column: 75
+   End: