| Author |
Comment/Response |
sk597653
|
10/17/12 3:05pm
I am extremely new to Mathematica, please be gentle.
I have a series of x,y data points. I have an equation with multiple variables, I need to solve the equation with respect to my chemical data, x,y.
I set data={{0.0000079, 0.244}, {0.0000119, 0.295}, {0.0000158, 0.428}, {0.0000198, 0.488}, {0.0000237, 0.703}, {0.0000277, 0.711}, {0.0000316, 0.859}, {0.0000356, 0.878}, {0.0000395, 0.926}, {0.0000435, 0.915}, {0.0000474, 0.991}, {0.0000593, 1.04}, {0.0000632, 1.02}}
These points are to be fit to the following equation:
y= (b-(b^2- (2K^2(0.000011501(x)))/s))^.5/((2K(0.000011501)), b= 1 + (K(0.000011501)) + (K(x)/(2s))}
I need to get the values of K and s for the data given using the equations above.
Any help would be greatly appreciated, I have scoured 4 textbooks as well as the internet and I can't get what I need.
URL: , |
|