Hi.
If I enter a function into a textbox, for example f(x) = 3x+1 where the 3x+1 is the part entered into the text box. How can I from that calculate the values for x = 2, x = 3 and so on so I can stor the values in array.
Im making a application that will plot the function intp a graph so I need to calculate som of the values the function will return so I can plot it.
If im not clear in my text respond and I'll try to explain more. Thanks for any help that will be given to me.
//A
If I enter a function into a textbox, for example f(x) = 3x+1 where the 3x+1 is the part entered into the text box. How can I from that calculate the values for x = 2, x = 3 and so on so I can stor the values in array.
Im making a application that will plot the function intp a graph so I need to calculate som of the values the function will return so I can plot it.
If im not clear in my text respond and I'll try to explain more. Thanks for any help that will be given to me.
//A