Question: use python 2) [15 pts] Given two lists X and Y with lengths 6 and 8, construct the matrix C such that Cij -1/xi-yi). (Use

use python

use python 2) [15 pts] Given two lists X and Y with

2) [15 pts] Given two lists X and Y with lengths 6 and 8, construct the matrix C such that Cij -1/xi-yi). (Use for loop for this problem)? 3) 120 pts] Write a Python function which finds the largest even and odd numbers in a given list. (Use for loop and if conditions for this problem. Do not use existing codes. Use your own codes). (First find the even and odd numbers and put them in different lists (use append function). Thern use sort function to find the largest observation of each list.) 4) [10 pts] Define a Python function which finds the all of the even numbers and the product of the even numbers. (Use for loop and if conditions for this problem. Do not use existing codes Use your own codes) (You need to use append function to obtain a list of even numbers)

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!