Answered step by step
Verified Expert Solution
Question
1 Approved Answer
We are given with the following set of input-output data, where x 1 and x 2 are the input variables and y is the output
We are given with the following set of input-output data, where x1 and x2 are the input variables and y is the output variable
x1 | x2 | y |
5 | 10 | 95 |
10 | 5 | 72 |
15 | 11 | 84 |
20 | 17 | 76 |
25 | 16 | 92 |
Suppose that we want to model the above data with the model below
y = ax2+bx1x2+cx12 + d + e, where d is an unknown constant and e is the noise.
a) Write down the matrix structure for this problem using the given model and input-output data.
b) Use either MATLAB or PYTHON and find the coefficients of the model. You must include your codes.
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