Answered step by step
Verified Expert Solution
Link Copied!

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 PROGRAMMINGimage text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Describe the factors influencing of performance appraisal.

Answered: 1 week ago