Homework Help Overview
The discussion revolves around the challenge of interpolating a large dataset consisting of over 9 million points to find a polynomial surface that fits the data with a deviation smaller than 0.01. The variables involved are x, y, and z, with specified ranges for each.
Discussion Character
- Exploratory, Assumption checking, Problem interpretation
Approaches and Questions Raised
- Participants discuss various functions attempted in Matlab for polynomial fitting and question the inclusion of specific polynomial terms. There is mention of using least squares fitting and the need to consider the nature of the surface, including singularities and curvature.
Discussion Status
Some participants have provided suggestions regarding polynomial terms and fitting methods, while others express challenges with achieving the desired accuracy. There is an ongoing exploration of the problem without a clear consensus on the best approach.
Contextual Notes
Participants note the absence of symmetry in the data and the existence of singularities, which may complicate the fitting process. Additionally, there are references to specific data sources that could be utilized for further attempts.