diff options
author | Puneeth Chaganti | 2010-10-19 15:00:58 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-19 15:00:58 +0530 |
commit | 152adab97260024fff8c2dff3eb4aea02e990053 (patch) | |
tree | 4690692c5f799fe5df50705b48449e0f71d7af45 /matrices | |
parent | 16ea575c426d70290839a19941c28f755b20cb93 (diff) | |
download | st-scripts-152adab97260024fff8c2dff3eb4aea02e990053.tar.gz st-scripts-152adab97260024fff8c2dff3eb4aea02e990053.tar.bz2 st-scripts-152adab97260024fff8c2dff3eb4aea02e990053.zip |
Changes suggested for Matrices LO.
Diffstat (limited to 'matrices')
-rw-r--r-- | matrices/script.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/matrices/script.rst b/matrices/script.rst index 75c562a..646da8f 100644 --- a/matrices/script.rst +++ b/matrices/script.rst @@ -53,6 +53,10 @@ on arrays are valid on matrices also. A matrix may be created as, 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 @@ value decomposition of matrices. 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: |