I am very much new to Mathematica, and facing several difficulties. I used the following code
Fit[{2, 4, 6, 8}, {1, x}, x]
The output is 8.88178*10^-16 + 2. x.
Now I have the following data set.
{0.1,2},{0.12,3},{0.15,4.2},{0.17,5}
How can I fit this data set?
