Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
hancok
Posted - 11/25/2004 : 4:59:07 PM Origin Version (Select Help-->About Origin): 7.0 Operating System: NT 2000
Hi, I would like to plot the function I wrote below. Is there a simple way to do that by programming? I was thinking something like: Column Data1_A : x Column Data1_B : exp(-1/x) Column Data1_C : f(x) then plot Data_C.
''''''''''''''/x '''''''''''''| f(x)= | exp(-1/x)dx (integrale from x=0.1 to x=3.5, step=0.1) '''''''''''''| ''''''''''''/ 0