Question: PYTHON PROGRAMMING Following tasks should be solved using NumPy library. 4. Ask user to input five names and save names into one dimensional array. Than

PYTHON PROGRAMMINGPYTHON PROGRAMMING Following tasks should be solved using NumPy library. 4. Ask

Following tasks should be solved using NumPy library. 4. Ask user to input five names and save names into one dimensional array. Than ask user to enter ages for each person entered before and save values into another array. Program will then generate new array containing names of people older than 35 and print it out in console. (Note: To extract names of peoples older than 35, you can not use any loops. Use numpy boolean indexing instead). 5. Generate 4x5 array and calculate inverse matrix of last 3 rows and columns. (Note: You can use linalg to calculate inverse of a matrix)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!