Question: Critical numbers and use of second derivative. Write a code in python to asks users a number a. If this number is not a critical
Critical numbers and use of second derivative. Write a code in python to asks users a number a. If this number is not a critical number of the polynomial function f defined by the program, Then print "IT'S NOT A CRITICAL NUMBER" If it is, Print "IT IS A CRITICAL NUMBER" If f(a) is a local maximum, Print the value of f(a) following by "LOCAL MAXIMUM" If f(a) is a local minimum, Print the value of f(a) following by "LOCAL MINIMUM If the test of the second derivative fails, Print the value of f(a) followed by "FAILED TEST" Use three lambda functions to define f, fandt". *USE if/elif*|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
