summaryrefslogtreecommitdiff
path: root/matrices
diff options
context:
space:
mode:
authorBhanukiran2010-11-11 02:16:07 +0530
committerBhanukiran2010-11-11 02:16:07 +0530
commit7e6f1fbcccf0b121277ab8819bcc74abe957b897 (patch)
treea1036b4a63b4aff7b4444aa1c7b44909acb6e4f4 /matrices
parentcc045b56f967276b0f25cb7a6b3fec00233ee02f (diff)
downloadst-scripts-7e6f1fbcccf0b121277ab8819bcc74abe957b897.tar.gz
st-scripts-7e6f1fbcccf0b121277ab8819bcc74abe957b897.tar.bz2
st-scripts-7e6f1fbcccf0b121277ab8819bcc74abe957b897.zip
language check done for `matrices`
Diffstat (limited to 'matrices')
-rw-r--r--matrices/script.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/matrices/script.rst b/matrices/script.rst
index 724f220..b86f9af 100644
--- a/matrices/script.rst
+++ b/matrices/script.rst
@@ -28,6 +28,7 @@
.. Author : Anoop Jacob Thomas <anoop@fossee.in>
Internal Reviewer :
External Reviewer :
+ Language Reviewer : Bhanukiran
Checklist OK? : <put date stamp here, if 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,
::