Question: Problem 2 Finding a bivariate quadratic function (25 points) Let x = be a vector of size 2x1. Write a MATLAB code Yourlastname YourfirstnameHW5p2.m that
Problem 2 Finding a bivariate quadratic function (25 points) Let x = be a vector of size 2x1. Write a MATLAB code Yourlastname YourfirstnameHW5p2.m that finds a bivariate quadratic function (n) = 2" Px + x +r. where P is a 2 x 2 symmetric matrix, q is a 2 x 1 vector, and r is a scalar, such that the function satisfies the following conditions f(0, 1) = 6, |(1,0) = 6, (1, 1) = 3. f(-1,-1) = 7. /(1,2)= 2, (2, 1) = 6. In other words, your code should output the matrix P, the vector q, and the scalar r. Problem 2 Finding a bivariate quadratic function (25 points) Let x = be a vector of size 2x1. Write a MATLAB code Yourlastname YourfirstnameHW5p2.m that finds a bivariate quadratic function (n) = 2" Px + x +r. where P is a 2 x 2 symmetric matrix, q is a 2 x 1 vector, and r is a scalar, such that the function satisfies the following conditions f(0, 1) = 6, |(1,0) = 6, (1, 1) = 3. f(-1,-1) = 7. /(1,2)= 2, (2, 1) = 6. In other words, your code should output the matrix P, the vector q, and the scalar r
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
