getting-started-with-arrays/script.rst
changeset 319 e8c02b3c51ac
parent 318 a45256cc5404
child 393 f99254fc7d70
equal deleted inserted replaced
318:a45256cc5404 319:e8c02b3c51ac
     1 .. 4.1 LO: getting started with arrays (2) [anoop] 
       
     2 .. ------------------------------------------------
       
     3 .. * why arrays 
       
     4 ..   + speed - simply say 
       
     5 ..   + array level operations 
       
     6 .. * creating arrays 
       
     7 ..   + direct data 
       
     8 ..   + list conversion 
       
     9 ..   + homogeneous 
       
    10 ..   + builtins - identitiy, zeros, 
       
    11 .. * array operations 
       
    12 ..   + =+ - * /= 
       
    13 
       
    14 .. Objectives
     1 .. Objectives
    15 .. ----------
     2 .. ----------
    16 
     3 
    17 .. Clearly state the objectives of the LO (along with RBT level)
     4 .. At the end of this tutorial, you will be able to 
       
     5 
       
     6 .. 1. Create arrays using data
       
     7 .. #. Create arrays from lists
       
     8 .. #. Basic array operations
       
     9 .. #. Creating identity matrix using ``identity()`` function.
       
    10 .. #. Learn about ``zeros()``, ``zeros_like()``, ``ones()``,
       
    11       ``ones_like()`` functions.
    18 
    12 
    19 .. Prerequisites
    13 .. Prerequisites
    20 .. -------------
    14 .. -------------
    21 
    15 
    22 ..   1. Name of LO-1
    16 ..   1. should have ``ipython`` and ``pylab`` installed. 
    23 ..   2. Name of LO-2
    17 ..   #. getting started with ``ipython``.
    24 ..   3. Name of LO-3
    18 ..   #. getting started with lists.
    25      
    19      
    26 ..  Author: Anoop Jacob Thomas <anoop@fossee.in>
    20 ..  Author: Anoop Jacob Thomas <anoop@fossee.in>
    27     Internal Reviewer   : Puneeth 
    21     Internal Reviewer   : Puneeth 
    28     External Reviewer   :
    22     External Reviewer   :
    29     Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
    23     Checklist OK?       : <put date stamp here, if OK> [2010-10-05]