I am working on a group project and none of us can figure out how to find the answer. Our professor insists that all of our work be done in maple.
The problem is: Use the pseudoinverse to find the conic section of best fit to the data {(-7, -11), (-4, -3), (-1, 5), (2, 8), (6, 1), (9, -4), (13, -10)} and plot it with the data.
He wants this done using both the pseudoinverse method and then part b says:
Now verify that the conic section of part a agrees with the Gauss' regression conic section of best fit to this data.
Any help is appreciated guys!!!
Part a) is somewhat similar to your previous linear least squares problem.
We will use the 7 given data pairs, and
pat each pair.Now, set up the 7 equations in 5 unknowns as M . u = B
Solve the least squares problem.
One alternate way,
Construct the final answer.
Another way, using stock command,
[addendum: following up on the attempt in your comment]
And now, solving,
Now, plotting,