Hi! Can anyone please help me? I just downloaded Mathematica and I haven't found out how it works yet... I am trying to find a fit for a set of data in Mathematica, but a problem that I don't understand seems to pop up.
FindFit[{{1900, 271306}, {1910, 260278}, {1920, 249699}, {1930,
277175}, {1940, 316004}, {1950, 350445}, {1960, 431463}, {1970,
539075}, {1980, 688956}, {1990, 833929}, {2000,
1014004}}, {LinearModelFit}, {271306 e^0.059 t}, t]
This is what I wrote, but it seems there is a problem because it says "search specification 271306 e^0.059 t without variables should be a list with 1 to 4 elements. >>"... What am I doing wrong?
thanks!!