Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 PROGRAMMING
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started