|
|
y = a + b t + c t2 + d t3
For the cubic fit in question 1,
how many normal equations are there and how many variables do they have?
What are the dimensions of the matrix X
associated with the normal equations? How is matrix X constructed?
y = a eb t
ln(y) = ln(a) + b t ?
|
|