Skip to content

Commit 9472f6b

Browse files
Merge pull request #1 from Kyubyong/master
update
2 parents b20e989 + 2f00f11 commit 9472f6b

7 files changed

+3410
-4
lines changed

Array_manipulation_routines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

Array_manipulation_routines_Solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"collapsed": true
4747
},
4848
"source": [
49-
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150."
49+
"Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150."
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)