diff options
author | Puneeth Chaganti | 2010-10-20 16:19:55 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-10-20 16:19:55 +0530 |
commit | ce91be5e4c44c47278ab3168964f1f77c34f2bc2 (patch) | |
tree | 287dacedd678c849bcdbbe1510e9ca1b8b3448db /matrices/script.rst | |
parent | 5ff51d25821b168672247194a8ba9ce5e62d88f2 (diff) | |
parent | 152adab97260024fff8c2dff3eb4aea02e990053 (diff) | |
download | st-scripts-ce91be5e4c44c47278ab3168964f1f77c34f2bc2.tar.gz st-scripts-ce91be5e4c44c47278ab3168964f1f77c34f2bc2.tar.bz2 st-scripts-ce91be5e4c44c47278ab3168964f1f77c34f2bc2.zip |
Merged heads.
Diffstat (limited to 'matrices/script.rst')
-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: |