Question: python function Question 3: Write the following function without using loops. def minMaxDiffValues (lst): This function takes a list as an input and finds the
python function

Question 3: Write the following function without using loops. def minMaxDiffValues (lst): This function takes a list as an input and finds the value of the function provided below for each 10 marks element in the input list. It is presumed that input list contains decimal numbers only. f( )-sin (3y43) + cos(4 --) The function should return the following four outputs in the order provided: An array or list containing the values obtained by the function for each element of the input list Minimum value of all the values obtained by the function for each element of the input list Maximum value of all the values obtained by the function for each element of the input list An array or list containing the difference between the successive values obtained by the function for each element of the input list. Feel free to import the library modules discussed during the course
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
