Question
ONLY ANSWER QUESTION 4 IN PYTHON 3. Monomial least-squares (25 pts) In code, determine the least-squares estimation of a monomial of degree d using the
ONLY ANSWER QUESTION 4 IN PYTHON
3. Monomial least-squares (25 pts) In code, determine the least-squares estimation of a monomial of degree d using the n data [xk, yk] provided by the function y = sin x ex 2 and computed with constant step in x from 1 and +1. Plot and print out the points and fitting function for the following (n, d) pairs: (5,3), (10,3), (10,5). (This means you need to run your code with n = 5 an
4. Harmonic least-squares (25 pts) In code, using the same data [xk, yk] created in problem 3 continue the script code to perform the least-squares estimation using the harmonic function y = A sin(2x+), that is: compute the unknown variable A and . Please plot and print out the points and fitting function for n = 5 and n = 10. Also report the values of A and .
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