Question 3 10 Marks Tota Build Code Part 4 Marks Write Function Named Vectorize M Takes M Q37247982

Python
Question 3 [10 marks tota Build the Code Part (A) 4 marks: Write a function named vectorize (M) which takes in M, a list of lQuestion 3 [10 marks tota Build the Code Part (A) 4 marks: Write a function named vectorize (M) which takes in M, a list of lists representing a matrix, and returns a list representing a vector. 5281 –+ [2 1 4 5 5 2 8 1 3 6 Example: >>>vectorize (M) 2, 1, 4, 5, 5, 2, 8, 1, 3, 6, 2, 0] Answer for Q3A: Please start from the function heading

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.