Question: 1. Write a python function tha return transpose matrix of a matrix given as a 2. Write a python function that will return dot product
1. Write a python function tha return transpose matrix of a matrix given as a 2. Write a python function that will return dot product of two matrices. (Note: You can use 3. You will be given a number and you will output the text for that number and vice versa. parameter. (Note: Without using any libraries) function from first task, but can not use any libraries) For example, if your input is 1234567 your output will be one million two hundred thirty-four thousand five hundred sixty-seven. If your input is one million two hundred thirty-four thousand five hundred sixty-seven your output will be 1234567 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 entered before and save values into another array. Program to enter ages for each person 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
Get step-by-step solutions from verified subject matter experts
