# HG changeset patch # User bhanu # Date 1289421967 -19800 # Node ID 0406115dccd1be889163d46d54bead6fdc3abe69 # Parent cb587df417bdd73e56bf54092361e2a4103f0c0f language check done for `matrices` diff -r cb587df417bd -r 0406115dccd1 matrices/script.rst --- a/matrices/script.rst Thu Nov 11 02:04:08 2010 +0530 +++ b/matrices/script.rst Thu Nov 11 02:16:07 2010 +0530 @@ -28,6 +28,7 @@ .. Author : Anoop Jacob Thomas Internal Reviewer : External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] .. #[punch: please mark the exercises, using the syntax we decided upon.] @@ -42,7 +43,7 @@ {{{ switch to next slide, outline slide }}} In this tutorial we will learn about matrices, creating matrices using -direct data, by converting a list and matrix operations. Finding +direct data, converting a list and matrix operations. Finding inverse of a matrix, determinant of a matrix, eigen values and eigen vectors of a matrix, norm and singular value decomposition of matrices. @@ -59,7 +60,7 @@ .. #[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 +Using the method ``shape`` we can find out the shape or size of the matrix, ::