Question: calculate values function....

Hi every body:

I have a problem with below function (f(x)), I will calculate values this function with for loop so that values are closer together. for example I will earn 10 or 20 data for this function so that they differences have to be fixed.my means is that I have 10 data like, 50,65,85,90,100,... no 50,100,170,... . that isn't important for me the data increase with constant value but my final data must be closer together. (the maximum number of my data to be taken is 50). 

function is:

f:=(x)->(310*(z+0.5)^0.2)+70

z=[-0.5,0.5]

 

with regards...

Mehran.

Please Wait...