I have a kind of data and want to find the equation(poly coeff) of given data. For example equation for given sample data is simple a^2*b+10
a\b 5 10 15
________________________
3| 55 100 145
4| 90 170 250
5| 135 260 385
6| 190 370 550
I checked forpolfit
but It only works for one variable.