changes for Q29

This commit is contained in:
Charles
2020-05-28 15:35:39 -07:00
parent 493c48d101
commit 19af334130
6 changed files with 50 additions and 42 deletions

View File

@@ -113,7 +113,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
#### 35. How to compute ((A+B)*(-A/2)) in place (without copy)? (★★☆)
#### 36. Extract the integer part of a random array using 5 different methods (★★☆)
#### 36. Extract the integer part of a random array of positive numbers using 4 different methods (★★☆)
#### 37. Create a 5x5 matrix with row values ranging from 0 to 4 (★★☆)