# HG changeset patch # User Santosh G. Vattam # Date 1271327326 -19800 # Node ID 7d4ed969a94243cb9f008e07e793bef0a848eff2 # Parent c172d36d9a76ac4b4a9c553394504bfb956a76b6 Minor edits. diff -r c172d36d9a76 -r 7d4ed969a942 arrays.txt --- a/arrays.txt Thu Apr 15 15:51:28 2010 +0530 +++ b/arrays.txt Thu Apr 15 15:58:46 2010 +0530 @@ -2,6 +2,10 @@ In python all matrix operations are done using arrays. We have already seen in previous session that how arrays are better suited for certain mathematical operations. In this session we are going to cover more details on using Arrays as matrices, such as, how to create them, how to initialize them, how to manipulate and use them for solving given problem. +Let's now start off. As you can see our lena image is on the desktop, so first let's navigate to the desktop by cd Desktop. + +Let's now fire up Ipython, ipython -pylab + First things first, let's start by creating a normal array, type: a equal to array([5, 8, 10, 13])