Use a MATLAB script to find the least squares fit to the four-dimensional quadratic
f(x,y,z) = a1x^2 + a2y^2 + a3z^2 + a4xy + a5xz + a6yz + a7x + a8y + a9z + a10
given the data found in the file "data.txt". (The data in that file is in the format xi, yi, zi, fi for each row i. Use the MATLAB function "dlmread" to read the data into a matrix.)