summaryrefslogtreecommitdiff
path: root/getting-started-with-arrays/script.rst
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-13 14:00:33 +0530
committerAnoop Jacob Thomas2010-10-13 14:00:33 +0530
commit900a0f4d3fefd4bf05bab44d5ae4d561b8af8660 (patch)
tree6a381b8ae77e0452a27a26d1e0edea96d6090b24 /getting-started-with-arrays/script.rst
parent562e575b92d19f8550227e291fcc94ab0372c96a (diff)
downloadst-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.gz
st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.bz2
st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.zip
changed headers of scripts(objectives and prerequisites).
Diffstat (limited to 'getting-started-with-arrays/script.rst')
-rw-r--r--getting-started-with-arrays/script.rst28
1 files changed, 11 insertions, 17 deletions
diff --git a/getting-started-with-arrays/script.rst b/getting-started-with-arrays/script.rst
index a6478da..0889032 100644
--- a/getting-started-with-arrays/script.rst
+++ b/getting-started-with-arrays/script.rst
@@ -1,27 +1,21 @@
-.. 4.1 LO: getting started with arrays (2) [anoop]
-.. ------------------------------------------------
-.. * why arrays
-.. + speed - simply say
-.. + array level operations
-.. * creating arrays
-.. + direct data
-.. + list conversion
-.. + homogeneous
-.. + builtins - identitiy, zeros,
-.. * array operations
-.. + =+ - * /=
-
.. Objectives
.. ----------
-.. Clearly state the objectives of the LO (along with RBT level)
+.. At the end of this tutorial, you will be able to
+
+.. 1. Create arrays using data
+.. #. Create arrays from lists
+.. #. Basic array operations
+.. #. Creating identity matrix using ``identity()`` function.
+.. #. Learn about ``zeros()``, ``zeros_like()``, ``ones()``,
+ ``ones_like()`` functions.
.. Prerequisites
.. -------------
-.. 1. Name of LO-1
-.. 2. Name of LO-2
-.. 3. Name of LO-3
+.. 1. should have ``ipython`` and ``pylab`` installed.
+.. #. getting started with ``ipython``.
+.. #. getting started with lists.
.. Author: Anoop Jacob Thomas <anoop@fossee.in>
Internal Reviewer : Puneeth