diff options
author | Puneeth Chaganti | 2010-11-17 23:24:57 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-11-17 23:24:57 +0530 |
commit | 347866ed0d29db61ee062563b1e1616cfb85588c (patch) | |
tree | d5fe9159a195939b5979e804bad3a7f9842a679f /matrices/script.rst | |
parent | 75034126a8c663fc03d922f41d9bf5051cc7e88d (diff) | |
parent | 66b5c35494866a8c94a3d9dce33dbc40d86542cb (diff) | |
download | st-scripts-347866ed0d29db61ee062563b1e1616cfb85588c.tar.gz st-scripts-347866ed0d29db61ee062563b1e1616cfb85588c.tar.bz2 st-scripts-347866ed0d29db61ee062563b1e1616cfb85588c.zip |
Merged heads.
Diffstat (limited to 'matrices/script.rst')
-rw-r--r-- | matrices/script.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/matrices/script.rst b/matrices/script.rst index 724f220..30a2856 100644 --- a/matrices/script.rst +++ b/matrices/script.rst @@ -26,9 +26,10 @@ .. Author : Anoop Jacob Thomas <anoop@fossee.in> - Internal Reviewer : + Internal Reviewer : Puneeth External Reviewer : - Checklist OK? : <put date stamp here, if OK> [2010-10-05] + Language Reviewer : Bhanukiran + Checklist OK? : <11-11-2010, Anand, OK> [2010-10-05] .. #[punch: please mark the exercises, using the syntax we decided upon.] @@ -42,7 +43,7 @@ Welcome to the spoken tutorial on Matrices. {{{ 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 @@ on arrays are valid on matrices also. A matrix may be created as, .. #[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, :: |