JTsyo
Lifer
I was just playing around with an linear interpolate program and put in points for x^2 and interpolated numbers in between and noticed they were all off by 1. For example, (1,1) and (3,3) input and 2 would give you 5. It looks like this algebraically:
x^2 = (.5*((x-1)^2+(x+1)^2))-1
So where should I publish this amazing find?
x^2 = (.5*((x-1)^2+(x+1)^2))-1
So where should I publish this amazing find?