From 4a84f9d7b10eba3c3ac523c624e1c096fbe27b6f Mon Sep 17 00:00:00 2001 From: KawlePranoti Date: Sun, 12 May 2013 11:56:48 +0530 Subject: [PATCH 1/5] Update README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 9e01326..ab7919d 100644 --- a/README +++ b/README @@ -1,3 +1,4 @@ This project is a container for various python scripts, added by folders. The following is a description of each project: -GenerateMatrixPermuations - a trivial script for generating all possible permuations of a 2x2 matrix with values from a rnage of [MIN,MAX] and doing some operation on each. \ No newline at end of file +GenerateMatrixPermuations - a trivial script for generating all possible permuations of a 2x2 matrix with values from a rnage of [MIN,MAX] and doing some operation on each. +hii From 5ef0f64d07869a120b9f1ba5d04eee4b5435cecd Mon Sep 17 00:00:00 2001 From: KawlePranoti Date: Sun, 12 May 2013 12:06:17 +0530 Subject: [PATCH 2/5] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ab7919d..02087a6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ This project is a container for various python scripts, added by folders. The following is a description of each project: GenerateMatrixPermuations - a trivial script for generating all possible permuations of a 2x2 matrix with values from a rnage of [MIN,MAX] and doing some operation on each. -hii +hii hello From 720d107389aa83b92a5b35168a12e88db1bdfe3e Mon Sep 17 00:00:00 2001 From: KawlePranoti Date: Sun, 12 May 2013 12:08:34 +0530 Subject: [PATCH 3/5] Update GenerateMatrixPermuations.py --- GenerateMatrixPermutations/GenerateMatrixPermuations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GenerateMatrixPermutations/GenerateMatrixPermuations.py b/GenerateMatrixPermutations/GenerateMatrixPermuations.py index 48c3ccb..0825a8d 100644 --- a/GenerateMatrixPermutations/GenerateMatrixPermuations.py +++ b/GenerateMatrixPermutations/GenerateMatrixPermuations.py @@ -40,7 +40,7 @@ def souffleArray(array, size): #ie a 4x4 matrix should have 16 nested for loops. def fill4(min, max): array = [] - size = 2 + size = 3 for n1 in range(min, max+1): for n2 in range(min, max+1): for n3 in range(min, max+1): From 7f4ac1b38d98840bdd19575826bec96cdfa549bc Mon Sep 17 00:00:00 2001 From: KawlePranoti Date: Sun, 12 May 2013 12:12:13 +0530 Subject: [PATCH 4/5] Update GenerateMatrixPermuations.py --- GenerateMatrixPermutations/GenerateMatrixPermuations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GenerateMatrixPermutations/GenerateMatrixPermuations.py b/GenerateMatrixPermutations/GenerateMatrixPermuations.py index 0825a8d..b675225 100644 --- a/GenerateMatrixPermutations/GenerateMatrixPermuations.py +++ b/GenerateMatrixPermutations/GenerateMatrixPermuations.py @@ -9,6 +9,7 @@ """ + #flattenMatrix - not used in this script, but this function #flattens a matrix into an array def flattenMatrix(matrix): From 2cc6d7a4b79f86cf7ace9b8d2c0b631041d9b7c0 Mon Sep 17 00:00:00 2001 From: KawlePranoti Date: Sun, 12 May 2013 12:20:46 +0530 Subject: [PATCH 5/5] Update README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 02087a6..06d23d3 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ This project is a container for various python scripts, added by folders. The following is a description of each project: GenerateMatrixPermuations - a trivial script for generating all possible permuations of a 2x2 matrix with values from a rnage of [MIN,MAX] and doing some operation on each. -hii hello +hii hello wel +welcome