Question
Q3) Critical Points of a function (3 marks) = i) Generate a third degree polynomial in r and y named g(x,y) that is based on
Q3) Critical Points of a function (3 marks) = i) Generate a third degree polynomial in r and y named g(x,y) that is based on your mobile number (Note: In case there is a 0 in one of the digits replace it by 3). Suppose your mobile number is 9412821233, then the polynomial would be g(x, y) = 9x2 - 4x+y+1ry2 2y3 +8r2 2xy + y? - 2x + 3y - 3, where alternate positive and negative sign are used. Deliverable(s) : The polynomial constructed should be reported. (0.5) ii) Write a code to find all critical points of g(x,y). You may use built in a functions like 'solve' (or other similar functions) in Octave/Matlab to find the critical points. Deliverable(s) : The code that finds the critical points along with the display of all the calculated critical points. (1) iii) Write a code to determine whether they correspond to a maximum, minimum or a saddle point. Deliverable(s) : The code that identifies the type of critical points. The critical points and their type must be presented in the form of the table generated by code for the above polynomial. (1.5 marks)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started